public static final class IngestAssetRequest.TimeIndexedData.Builder extends GeneratedMessage.Builder<IngestAssetRequest.TimeIndexedData.Builder> implements IngestAssetRequest.TimeIndexedDataOrBuilderContains the data and the corresponding time range this data is for.
Protobuf type google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IngestAssetRequest.TimeIndexedData.BuilderImplements
IngestAssetRequest.TimeIndexedDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IngestAssetRequest.TimeIndexedData build()| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData |
|
buildPartial()
public IngestAssetRequest.TimeIndexedData buildPartial()| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData |
|
clear()
public IngestAssetRequest.TimeIndexedData.Builder clear()| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
clearData()
public IngestAssetRequest.TimeIndexedData.Builder clearData()Data to be ingested.
bytes data = 1;
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
This builder for chaining. |
clearTemporalPartition()
public IngestAssetRequest.TimeIndexedData.Builder clearTemporalPartition()Time range of the data.
.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
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 |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getTemporalPartitionBuilder()
public Partition.TemporalPartition.Builder getTemporalPartitionBuilder()Time range of the data.
.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;
| Returns | |
|---|---|
| Type | Description |
Partition.TemporalPartition.Builder |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IngestAssetRequest.TimeIndexedData other)
public IngestAssetRequest.TimeIndexedData.Builder mergeFrom(IngestAssetRequest.TimeIndexedData other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestAssetRequest.TimeIndexedData |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IngestAssetRequest.TimeIndexedData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IngestAssetRequest.TimeIndexedData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
mergeTemporalPartition(Partition.TemporalPartition value)
public IngestAssetRequest.TimeIndexedData.Builder mergeTemporalPartition(Partition.TemporalPartition value)Time range of the data.
.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Partition.TemporalPartition |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
setData(ByteString value)
public IngestAssetRequest.TimeIndexedData.Builder setData(ByteString value)Data to be ingested.
bytes data = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe data to set. |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
This builder for chaining. |
setTemporalPartition(Partition.TemporalPartition value)
public IngestAssetRequest.TimeIndexedData.Builder setTemporalPartition(Partition.TemporalPartition value)Time range of the data.
.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Partition.TemporalPartition |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|
setTemporalPartition(Partition.TemporalPartition.Builder builderForValue)
public IngestAssetRequest.TimeIndexedData.Builder setTemporalPartition(Partition.TemporalPartition.Builder builderForValue)Time range of the data.
.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Partition.TemporalPartition.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestAssetRequest.TimeIndexedData.Builder |
|