public interface CreateInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract Instance getInstance()Required. The Instance.
.google.cloud.apigeeregistry.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Instance | The instance. |
getInstanceId()
public abstract String getInstanceId()Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for instanceId. |
getInstanceOrBuilder()
public abstract InstanceOrBuilder getInstanceOrBuilder()Required. The Instance.
.google.cloud.apigeeregistry.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| InstanceOrBuilder |
getParent()
public abstract String getParent() Required. Parent resource of the Instance, of the form: projects/*/locations/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Parent resource of the Instance, of the form: projects/*/locations/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasInstance()
public abstract boolean hasInstance()Required. The Instance.
.google.cloud.apigeeregistry.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the instance field is set. |