public interface IndexingStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getState()
public abstract IndexingStatus.State getState()Output only. State of this asset's indexing.
 
 .google.cloud.visionai.v1.IndexingStatus.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| IndexingStatus.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. State of this asset's indexing.
 
 .google.cloud.visionai.v1.IndexingStatus.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getStatusMessage()
public abstract String getStatusMessage()Detailed message describing the state.
 string status_message = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The statusMessage. | 
getStatusMessageBytes()
public abstract ByteString getStatusMessageBytes()Detailed message describing the state.
 string status_message = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for statusMessage. |