Class IngestAssetRequest.TimeIndexedData (0.2.0)

public static final class IngestAssetRequest.TimeIndexedData extends GeneratedMessageV3 implements IngestAssetRequest.TimeIndexedDataOrBuilder

Contains the data and the corresponding time range this data is for.

Protobuf type google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IngestAssetRequest.TimeIndexedData

Static Fields

DATA_FIELD_NUMBER

public static final int DATA_FIELD_NUMBER
Field Value
Type Description
int

TEMPORAL_PARTITION_FIELD_NUMBER

public static final int TEMPORAL_PARTITION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IngestAssetRequest.TimeIndexedData getDefaultInstance()
Returns
Type Description
IngestAssetRequest.TimeIndexedData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IngestAssetRequest.TimeIndexedData.Builder newBuilder()
Returns
Type Description
IngestAssetRequest.TimeIndexedData.Builder

newBuilder(IngestAssetRequest.TimeIndexedData prototype)

public static IngestAssetRequest.TimeIndexedData.Builder newBuilder(IngestAssetRequest.TimeIndexedData prototype)
Parameter
Name Description
prototype IngestAssetRequest.TimeIndexedData
Returns
Type Description
IngestAssetRequest.TimeIndexedData.Builder

parseDelimitedFrom(InputStream input)

public static IngestAssetRequest.TimeIndexedData parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IngestAssetRequest.TimeIndexedData parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IngestAssetRequest.TimeIndexedData parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IngestAssetRequest.TimeIndexedData parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IngestAssetRequest.TimeIndexedData parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IngestAssetRequest.TimeIndexedData parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IngestAssetRequest.TimeIndexedData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetRequest.TimeIndexedData
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IngestAssetRequest.TimeIndexedData> parser()
Returns
Type Description
Parser<TimeIndexedData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getData()

public ByteString getData()

Data to be ingested.

bytes data = 1;

Returns
Type Description
ByteString

The data.

getDefaultInstanceForType()

public IngestAssetRequest.TimeIndexedData getDefaultInstanceForType()
Returns
Type Description
IngestAssetRequest.TimeIndexedData

getParserForType()

public Parser<IngestAssetRequest.TimeIndexedData> getParserForType()
Returns
Type Description
Parser<TimeIndexedData>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTemporalPartition()

public Partition.TemporalPartition getTemporalPartition()

Time range of the data.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;

Returns
Type Description
Partition.TemporalPartition

The temporalPartition.

getTemporalPartitionOrBuilder()

public Partition.TemporalPartitionOrBuilder getTemporalPartitionOrBuilder()

Time range of the data.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;

Returns
Type Description
Partition.TemporalPartitionOrBuilder

hasTemporalPartition()

public boolean hasTemporalPartition()

Time range of the data.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;

Returns
Type Description
boolean

Whether the temporalPartition field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IngestAssetRequest.TimeIndexedData.Builder newBuilderForType()
Returns
Type Description
IngestAssetRequest.TimeIndexedData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IngestAssetRequest.TimeIndexedData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IngestAssetRequest.TimeIndexedData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public IngestAssetRequest.TimeIndexedData.Builder toBuilder()
Returns
Type Description
IngestAssetRequest.TimeIndexedData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException