public interface ApplicationInstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract Instance getInstance()Required. The resource being created.
 
 .google.cloud.visionai.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Instance | The instance. | 
getInstanceId()
public abstract String getInstanceId()Required. Id of the requesting object.
 string instance_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The instanceId. | 
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()Required. Id of the requesting object.
 string instance_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for instanceId. | 
getInstanceOrBuilder()
public abstract InstanceOrBuilder getInstanceOrBuilder()Required. The resource being created.
 
 .google.cloud.visionai.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| InstanceOrBuilder | |
hasInstance()
public abstract boolean hasInstance()Required. The resource being created.
 
 .google.cloud.visionai.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the instance field is set. |