- 3.81.0 (latest)
- 3.80.0
- 3.78.0
- 3.76.0
- 3.74.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.68.0
- 3.66.0
- 3.65.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public static final class OperationMetadata.Builder extends GeneratedMessage.Builder<OperationMetadata.Builder> implements OperationMetadataOrBuilderContains metadata for the BatchAnnotateImages operation.
Protobuf type google.cloud.vision.v1p4beta1.OperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > OperationMetadata.BuilderImplements
OperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public OperationMetadata build()| Returns | |
|---|---|
| Type | Description |
OperationMetadata |
|
buildPartial()
public OperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
OperationMetadata |
|
clear()
public OperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
clearCreateTime()
public OperationMetadata.Builder clearCreateTime()The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
clearState()
public OperationMetadata.Builder clearState()Current state of the batch operation.
.google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
This builder for chaining. |
clearUpdateTime()
public OperationMetadata.Builder clearUpdateTime()The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
getCreateTime()
public Timestamp getCreateTime()The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public OperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getState()
public OperationMetadata.State getState()Current state of the batch operation.
.google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.State |
The state. |
getStateValue()
public int getStateValue()Current state of the batch operation.
.google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public Timestamp getUpdateTime()The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| 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 |
|
mergeCreateTime(Timestamp value)
public OperationMetadata.Builder mergeCreateTime(Timestamp value)The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
mergeFrom(OperationMetadata other)
public OperationMetadata.Builder mergeFrom(OperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OperationMetadata |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public OperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
mergeUpdateTime(Timestamp value)
public OperationMetadata.Builder mergeUpdateTime(Timestamp value)The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
setCreateTime(Timestamp value)
public OperationMetadata.Builder setCreateTime(Timestamp value)The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public OperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
setState(OperationMetadata.State value)
public OperationMetadata.Builder setState(OperationMetadata.State value)Current state of the batch operation.
.google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
OperationMetadata.StateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
This builder for chaining. |
setStateValue(int value)
public OperationMetadata.Builder setStateValue(int value)Current state of the batch operation.
.google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public OperationMetadata.Builder setUpdateTime(Timestamp value)The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public OperationMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Builder |
|