Interface CreateStoragePoolRequestOrBuilder (0.28.0)

public interface CreateStoragePoolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Value for parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Value for parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getStoragePool()

public abstract StoragePool getStoragePool()

Required. The required parameters to create a new storage pool.

.google.cloud.netapp.v1.StoragePool storage_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
StoragePool

The storagePool.

getStoragePoolId()

public abstract String getStoragePoolId()

Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

string storage_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The storagePoolId.

getStoragePoolIdBytes()

public abstract ByteString getStoragePoolIdBytes()

Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

string storage_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for storagePoolId.

getStoragePoolOrBuilder()

public abstract StoragePoolOrBuilder getStoragePoolOrBuilder()

Required. The required parameters to create a new storage pool.

.google.cloud.netapp.v1.StoragePool storage_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
StoragePoolOrBuilder

hasStoragePool()

public abstract boolean hasStoragePool()

Required. The required parameters to create a new storage pool.

.google.cloud.netapp.v1.StoragePool storage_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the storagePool field is set.