public final class ImportAssetsMetadata extends GeneratedMessage implements ImportAssetsMetadataOrBuilder
The metadata message for ImportAssets LRO.
Protobuf type google.cloud.visionai.v1.ImportAssetsMetadata
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int METADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ImportAssetsMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ImportAssetsMetadata.Builder newBuilder()
public static ImportAssetsMetadata.Builder newBuilder(ImportAssetsMetadata prototype)
public static ImportAssetsMetadata parseDelimitedFrom(InputStream input)
public static ImportAssetsMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportAssetsMetadata parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ImportAssetsMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportAssetsMetadata parseFrom(ByteString data)
public static ImportAssetsMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportAssetsMetadata parseFrom(CodedInputStream input)
public static ImportAssetsMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportAssetsMetadata parseFrom(InputStream input)
public static ImportAssetsMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportAssetsMetadata parseFrom(ByteBuffer data)
public static ImportAssetsMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ImportAssetsMetadata> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public ImportAssetsMetadata getDefaultInstanceForType()
public OperationMetadata getMetadata()
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 Parser<ImportAssetsMetadata> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
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 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.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportAssetsMetadata.Builder newBuilderForType()
protected ImportAssetsMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ImportAssetsMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides