public static final class ImportAssetsMetadata.Builder extends GeneratedMessageV3.Builder<ImportAssetsMetadata.Builder> implements ImportAssetsMetadataOrBuilder
The metadata message for ImportAssets LRO.
Protobuf type google.cloud.visionai.v1.ImportAssetsMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ImportAssetsMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportAssetsMetadata build()
public ImportAssetsMetadata buildPartial()
public ImportAssetsMetadata.Builder clear()
Overrides
public ImportAssetsMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ImportAssetsMetadata.Builder clearMetadata()
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public ImportAssetsMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ImportAssetsMetadata.Builder clearStatus()
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public ImportAssetsMetadata.Builder clone()
Overrides
public ImportAssetsMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public OperationMetadata getMetadata()
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public OperationMetadata.Builder getMetadataBuilder()
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public OperationMetadataOrBuilder getMetadataOrBuilder()
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public BatchOperationStatus getStatus()
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public BatchOperationStatus.Builder getStatusBuilder()
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public BatchOperationStatusOrBuilder getStatusOrBuilder()
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public boolean hasMetadata()
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
Returns |
Type |
Description |
boolean |
Whether the metadata field is set.
|
public boolean hasStatus()
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
Returns |
Type |
Description |
boolean |
Whether the status field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportAssetsMetadata.Builder mergeFrom(ImportAssetsMetadata other)
public ImportAssetsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ImportAssetsMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ImportAssetsMetadata.Builder mergeMetadata(OperationMetadata value)
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public ImportAssetsMetadata.Builder mergeStatus(BatchOperationStatus value)
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public final ImportAssetsMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ImportAssetsMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportAssetsMetadata.Builder setMetadata(OperationMetadata value)
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public ImportAssetsMetadata.Builder setMetadata(OperationMetadata.Builder builderForValue)
The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
public ImportAssetsMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public ImportAssetsMetadata.Builder setStatus(BatchOperationStatus value)
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public ImportAssetsMetadata.Builder setStatus(BatchOperationStatus.Builder builderForValue)
The importing status including partial failures, if the implementation can
provide such information during the progress of the ImportAssets.
.google.cloud.visionai.v1.BatchOperationStatus status = 2;
public final ImportAssetsMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides