public interface AnalyzeAssetMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysisStatus(int index)
public abstract AnalyzeAssetMetadata.AnalysisStatus getAnalysisStatus(int index)The status of analysis on all search capabilities.
repeated .google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus analysis_status = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeAssetMetadata.AnalysisStatus |
|
getAnalysisStatusCount()
public abstract int getAnalysisStatusCount()The status of analysis on all search capabilities.
repeated .google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus analysis_status = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnalysisStatusList()
public abstract List<AnalyzeAssetMetadata.AnalysisStatus> getAnalysisStatusList()The status of analysis on all search capabilities.
repeated .google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus analysis_status = 1;
| Returns | |
|---|---|
| Type | Description |
List<AnalysisStatus> |
|
getAnalysisStatusOrBuilder(int index)
public abstract AnalyzeAssetMetadata.AnalysisStatusOrBuilder getAnalysisStatusOrBuilder(int index)The status of analysis on all search capabilities.
repeated .google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus analysis_status = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeAssetMetadata.AnalysisStatusOrBuilder |
|
getAnalysisStatusOrBuilderList()
public abstract List<? extends AnalyzeAssetMetadata.AnalysisStatusOrBuilder> getAnalysisStatusOrBuilderList()The status of analysis on all search capabilities.
repeated .google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus analysis_status = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatusOrBuilder> |
|
getStartTime()
public abstract Timestamp getStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public abstract Timestamp getUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasStartTime()
public abstract boolean hasStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |