public interface CreateInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract Instance getInstance()Required. An instance resource
.google.cloud.filestore.v1beta1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Instance | The instance. |
getInstanceId()
public abstract String getInstanceId()Required. The ID of the instance to create. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()Required. The ID of the instance to create. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for instanceId. |
getInstanceOrBuilder()
public abstract InstanceOrBuilder getInstanceOrBuilder()Required. An instance resource
.google.cloud.filestore.v1beta1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| InstanceOrBuilder |
getParent()
public abstract String getParent() Required. The instance's project and location, in the format
projects/{project_id}/locations/{location}. In Cloud Filestore,
locations map to GCP zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The instance's project and location, in the format
projects/{project_id}/locations/{location}. In Cloud Filestore,
locations map to GCP zones, for example us-west1-b.
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. An instance resource
.google.cloud.filestore.v1beta1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the instance field is set. |