Interface CreateStoragePoolRequestOrBuilder (0.36.0)

publicinterface CreateStoragePoolRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

publicabstractStringgetParent()

Required. Value for parent.

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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()

publicabstractStoragePoolgetStoragePool()

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()

publicabstractStringgetStoragePoolId()

Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter 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()

publicabstractByteStringgetStoragePoolIdBytes()

Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter 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()

publicabstractStoragePoolOrBuildergetStoragePoolOrBuilder()

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()

publicabstractbooleanhasStoragePool()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.