public interface ImportAssetsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetadata()
public abstract OperationMetadata getMetadata()The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract OperationMetadataOrBuilder getMetadataOrBuilder()The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
| Returns | |
|---|---|
| Type | Description |
OperationMetadataOrBuilder |
|
getStatus()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
BatchOperationStatus |
The status. |
getStatusOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
BatchOperationStatusOrBuilder |
|
hasMetadata()
public abstract boolean hasMetadata()The metadata of the operation.
.google.cloud.visionai.v1.OperationMetadata metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |
hasStatus()
public abstract 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. |