public static final class RemoveIndexAssetMetadata.Builder extends GeneratedMessage.Builder<RemoveIndexAssetMetadata.Builder> implements RemoveIndexAssetMetadataOrBuilderMetadata for RemoveIndexAsset.
Protobuf type google.cloud.visionai.v1.RemoveIndexAssetMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RemoveIndexAssetMetadata.BuilderImplements
RemoveIndexAssetMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RemoveIndexAssetMetadata build()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata |
|
buildPartial()
public RemoveIndexAssetMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata |
|
clear()
public RemoveIndexAssetMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
clearIndexingStatus()
public RemoveIndexAssetMetadata.Builder clearIndexingStatus()The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
clearStartTime()
public RemoveIndexAssetMetadata.Builder clearStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
clearUpdateTime()
public RemoveIndexAssetMetadata.Builder clearUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
getDefaultInstanceForType()
public RemoveIndexAssetMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIndexingStatus()
public IndexingStatus getIndexingStatus()The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Returns | |
|---|---|
| Type | Description |
IndexingStatus |
The indexingStatus. |
getIndexingStatusBuilder()
public IndexingStatus.Builder getIndexingStatusBuilder()The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Returns | |
|---|---|
| Type | Description |
IndexingStatus.Builder |
|
getIndexingStatusOrBuilder()
public IndexingStatusOrBuilder getIndexingStatusOrBuilder()The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Returns | |
|---|---|
| Type | Description |
IndexingStatusOrBuilder |
|
getStartTime()
public Timestamp getStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public Timestamp getUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasIndexingStatus()
public boolean hasIndexingStatus()The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the indexingStatus field is set. |
hasStartTime()
public boolean hasStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RemoveIndexAssetMetadata other)
public RemoveIndexAssetMetadata.Builder mergeFrom(RemoveIndexAssetMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveIndexAssetMetadata |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveIndexAssetMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RemoveIndexAssetMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
mergeIndexingStatus(IndexingStatus value)
public RemoveIndexAssetMetadata.Builder mergeIndexingStatus(IndexingStatus value)The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
IndexingStatus |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
mergeStartTime(Timestamp value)
public RemoveIndexAssetMetadata.Builder mergeStartTime(Timestamp value)The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
mergeUpdateTime(Timestamp value)
public RemoveIndexAssetMetadata.Builder mergeUpdateTime(Timestamp value)The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setIndexingStatus(IndexingStatus value)
public RemoveIndexAssetMetadata.Builder setIndexingStatus(IndexingStatus value)The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
IndexingStatus |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setIndexingStatus(IndexingStatus.Builder builderForValue)
public RemoveIndexAssetMetadata.Builder setIndexingStatus(IndexingStatus.Builder builderForValue)The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
IndexingStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setStartTime(Timestamp value)
public RemoveIndexAssetMetadata.Builder setStartTime(Timestamp value)The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setStartTime(Timestamp.Builder builderForValue)
public RemoveIndexAssetMetadata.Builder setStartTime(Timestamp.Builder builderForValue)The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setUpdateTime(Timestamp value)
public RemoveIndexAssetMetadata.Builder setUpdateTime(Timestamp value)The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public RemoveIndexAssetMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetMetadata.Builder |
|