Class TemporalAsset (3.3.1)

public final class TemporalAsset extends GeneratedMessageV3 implements TemporalAssetOrBuilder

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

Protobuf type google.cloud.asset.v1p2beta1.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

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()

Asset.

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

Returns
TypeDescription
Asset

The asset.

getAssetOrBuilder()

public AssetOrBuilder getAssetOrBuilder()

Asset.

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

Returns
TypeDescription
AssetOrBuilder

getDefaultInstanceForType()

public TemporalAsset getDefaultInstanceForType()
Returns
TypeDescription
TemporalAsset

getDeleted()

public boolean getDeleted()

If the asset is deleted or not.

bool deleted = 2;

Returns
TypeDescription
boolean

The deleted.

getParserForType()

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

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.v1p2beta1.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.v1p2beta1.TimeWindow window = 1;

Returns
TypeDescription
TimeWindowOrBuilder

hasAsset()

public boolean hasAsset()

Asset.

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

Returns
TypeDescription
boolean

Whether the asset field is set.

hasWindow()

public boolean hasWindow()

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

.google.cloud.asset.v1p2beta1.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