public interface InstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels as key value pairs
map<string, string> labels = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public abstract Timestamp getCreateTime()Output only. [Output only] Create timestamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. [Output only] Create timestamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDescription()
public abstract String getDescription()A description for this instance.
string description = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A description for this instance.
string description = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Required. A user friendly display name for the solution.
string display_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. A user friendly display name for the solution.
string display_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getInputResources(int index)
public abstract Instance.InputResource getInputResources(int index)The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
repeated .google.cloud.visionai.v1.Instance.InputResource input_resources = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.InputResource |
|
getInputResourcesCount()
public abstract int getInputResourcesCount()The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
repeated .google.cloud.visionai.v1.Instance.InputResource input_resources = 6;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInputResourcesList()
public abstract List<Instance.InputResource> getInputResourcesList()The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
repeated .google.cloud.visionai.v1.Instance.InputResource input_resources = 6;
| Returns | |
|---|---|
| Type | Description |
List<InputResource> |
|
getInputResourcesOrBuilder(int index)
public abstract Instance.InputResourceOrBuilder getInputResourcesOrBuilder(int index)The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
repeated .google.cloud.visionai.v1.Instance.InputResource input_resources = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.InputResourceOrBuilder |
|
getInputResourcesOrBuilderList()
public abstract List<? extends Instance.InputResourceOrBuilder> getInputResourcesOrBuilderList()The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
repeated .google.cloud.visionai.v1.Instance.InputResource input_resources = 6;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.Instance.InputResourceOrBuilder> |
|
getInstanceType()
public abstract Instance.InstanceType getInstanceType()The instance type for the current instance.
.google.cloud.visionai.v1.Instance.InstanceType instance_type = 10;
| Returns | |
|---|---|
| Type | Description |
Instance.InstanceType |
The instanceType. |
getInstanceTypeValue()
public abstract int getInstanceTypeValue()The instance type for the current instance.
.google.cloud.visionai.v1.Instance.InstanceType instance_type = 10;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for instanceType. |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public abstract int getLabelsCount()Labels as key value pairs
map<string, string> labels = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels as key value pairs
map<string, string> labels = 3;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs
map<string, string> labels = 3;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels as key value pairs
map<string, string> labels = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getName()
public abstract String getName()Output only. name of resource
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. name of resource
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOutputResources(int index)
public abstract Instance.OutputResource getOutputResources(int index)All the output resources associated to one application instance.
repeated .google.cloud.visionai.v1.Instance.OutputResource output_resources = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.OutputResource |
|
getOutputResourcesCount()
public abstract int getOutputResourcesCount()All the output resources associated to one application instance.
repeated .google.cloud.visionai.v1.Instance.OutputResource output_resources = 7;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOutputResourcesList()
public abstract List<Instance.OutputResource> getOutputResourcesList()All the output resources associated to one application instance.
repeated .google.cloud.visionai.v1.Instance.OutputResource output_resources = 7;
| Returns | |
|---|---|
| Type | Description |
List<OutputResource> |
|
getOutputResourcesOrBuilder(int index)
public abstract Instance.OutputResourceOrBuilder getOutputResourcesOrBuilder(int index)All the output resources associated to one application instance.
repeated .google.cloud.visionai.v1.Instance.OutputResource output_resources = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.OutputResourceOrBuilder |
|
getOutputResourcesOrBuilderList()
public abstract List<? extends Instance.OutputResourceOrBuilder> getOutputResourcesOrBuilderList()All the output resources associated to one application instance.
repeated .google.cloud.visionai.v1.Instance.OutputResource output_resources = 7;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.Instance.OutputResourceOrBuilder> |
|
getState()
public abstract Instance.State getState()State of the instance.
.google.cloud.visionai.v1.Instance.State state = 9;
| Returns | |
|---|---|
| Type | Description |
Instance.State |
The state. |
getStateValue()
public abstract int getStateValue()State of the instance.
.google.cloud.visionai.v1.Instance.State state = 9;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. [Output only] Update timestamp
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. [Output only] Update timestamp
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. [Output only] Create timestamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. [Output only] Update timestamp
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |