- 2.57.0 (latest)
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static final class DeleteProcessorVersionMetadata.Builder extends GeneratedMessageV3.Builder<DeleteProcessorVersionMetadata.Builder> implements DeleteProcessorVersionMetadataOrBuilder
The long running operation metadata for delete processor version method.
Protobuf type google.cloud.documentai.v1beta3.DeleteProcessorVersionMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteProcessorVersionMetadata.BuilderImplements
DeleteProcessorVersionMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteProcessorVersionMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
build()
public DeleteProcessorVersionMetadata build()
Type | Description |
DeleteProcessorVersionMetadata |
buildPartial()
public DeleteProcessorVersionMetadata buildPartial()
Type | Description |
DeleteProcessorVersionMetadata |
clear()
public DeleteProcessorVersionMetadata.Builder clear()
Type | Description |
DeleteProcessorVersionMetadata.Builder |
clearCommonMetadata()
public DeleteProcessorVersionMetadata.Builder clearCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Type | Description |
DeleteProcessorVersionMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteProcessorVersionMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteProcessorVersionMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
clone()
public DeleteProcessorVersionMetadata.Builder clone()
Type | Description |
DeleteProcessorVersionMetadata.Builder |
getCommonMetadata()
public CommonOperationMetadata getCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Type | Description |
CommonOperationMetadata | The commonMetadata. |
getCommonMetadataBuilder()
public CommonOperationMetadata.Builder getCommonMetadataBuilder()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Type | Description |
CommonOperationMetadata.Builder |
getCommonMetadataOrBuilder()
public CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Type | Description |
CommonOperationMetadataOrBuilder |
getDefaultInstanceForType()
public DeleteProcessorVersionMetadata getDefaultInstanceForType()
Type | Description |
DeleteProcessorVersionMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
hasCommonMetadata()
public boolean hasCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Type | Description |
boolean | Whether the commonMetadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCommonMetadata(CommonOperationMetadata value)
public DeleteProcessorVersionMetadata.Builder mergeCommonMetadata(CommonOperationMetadata value)
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Name | Description |
value | CommonOperationMetadata |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
mergeFrom(DeleteProcessorVersionMetadata other)
public DeleteProcessorVersionMetadata.Builder mergeFrom(DeleteProcessorVersionMetadata other)
Name | Description |
other | DeleteProcessorVersionMetadata |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteProcessorVersionMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteProcessorVersionMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteProcessorVersionMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
setCommonMetadata(CommonOperationMetadata value)
public DeleteProcessorVersionMetadata.Builder setCommonMetadata(CommonOperationMetadata value)
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Name | Description |
value | CommonOperationMetadata |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
setCommonMetadata(CommonOperationMetadata.Builder builderForValue)
public DeleteProcessorVersionMetadata.Builder setCommonMetadata(CommonOperationMetadata.Builder builderForValue)
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
Name | Description |
builderForValue | CommonOperationMetadata.Builder |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteProcessorVersionMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteProcessorVersionMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteProcessorVersionMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteProcessorVersionMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteProcessorVersionMetadata.Builder |