Class TemporalAsset (3.4.1)

public final class TemporalAsset extends GeneratedMessageV3 implements TemporalAssetOrBuilder

An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.

Protobuf type google.cloud.asset.v1.TemporalAsset

Static Fields

ASSET_FIELD_NUMBER

public static final int ASSET_FIELD_NUMBER
Field Value
TypeDescription
int

DELETED_FIELD_NUMBER

public static final int DELETED_FIELD_NUMBER
Field Value
TypeDescription
int

PRIOR_ASSET_FIELD_NUMBER

public static final int PRIOR_ASSET_FIELD_NUMBER
Field Value
TypeDescription
int

PRIOR_ASSET_STATE_FIELD_NUMBER

public static final int PRIOR_ASSET_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

WINDOW_FIELD_NUMBER

public static final int WINDOW_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TemporalAsset getDefaultInstance()
Returns
TypeDescription
TemporalAsset

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TemporalAsset.Builder newBuilder()
Returns
TypeDescription
TemporalAsset.Builder

newBuilder(TemporalAsset prototype)

public static TemporalAsset.Builder newBuilder(TemporalAsset prototype)
Parameter
NameDescription
prototypeTemporalAsset
Returns
TypeDescription
TemporalAsset.Builder

parseDelimitedFrom(InputStream input)

public static TemporalAsset parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TemporalAsset parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TemporalAsset parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TemporalAsset parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TemporalAsset parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TemporalAsset parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TemporalAsset parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TemporalAsset
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TemporalAsset> parser()
Returns
TypeDescription
Parser<TemporalAsset>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAsset()

public Asset getAsset()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
TypeDescription
Asset

The asset.

getAssetOrBuilder()

public AssetOrBuilder getAssetOrBuilder()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
TypeDescription
AssetOrBuilder

getDefaultInstanceForType()

public TemporalAsset getDefaultInstanceForType()
Returns
TypeDescription
TemporalAsset

getDeleted()

public boolean getDeleted()

Whether the asset has been deleted or not.

bool deleted = 2;

Returns
TypeDescription
boolean

The deleted.

getParserForType()

public Parser<TemporalAsset> getParserForType()
Returns
TypeDescription
Parser<TemporalAsset>
Overrides

getPriorAsset()

public Asset getPriorAsset()

Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
TypeDescription
Asset

The priorAsset.

getPriorAssetOrBuilder()

public AssetOrBuilder getPriorAssetOrBuilder()

Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
TypeDescription
AssetOrBuilder

getPriorAssetState()

public TemporalAsset.PriorAssetState getPriorAssetState()

State of prior_asset.

.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;

Returns
TypeDescription
TemporalAsset.PriorAssetState

The priorAssetState.

getPriorAssetStateValue()

public int getPriorAssetStateValue()

State of prior_asset.

.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for priorAssetState.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getWindow()

public TimeWindow getWindow()

The time window when the asset data and state was observed.

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
TypeDescription
TimeWindow

The window.

getWindowOrBuilder()

public TimeWindowOrBuilder getWindowOrBuilder()

The time window when the asset data and state was observed.

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
TypeDescription
TimeWindowOrBuilder

hasAsset()

public boolean hasAsset()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
TypeDescription
boolean

Whether the asset field is set.

hasPriorAsset()

public boolean hasPriorAsset()

Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
TypeDescription
boolean

Whether the priorAsset field is set.

hasWindow()

public boolean hasWindow()

The time window when the asset data and state was observed.

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
TypeDescription
boolean

Whether the window field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TemporalAsset.Builder newBuilderForType()
Returns
TypeDescription
TemporalAsset.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TemporalAsset.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TemporalAsset.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TemporalAsset.Builder toBuilder()
Returns
TypeDescription
TemporalAsset.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException