Package com.google.cloud.netapp.v1
Interface CreateStoragePoolRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateStoragePoolRequest
,CreateStoragePoolRequest.Builder
public interface CreateStoragePoolRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.StoragePool
getStoragePool()
Required.String
getStoragePoolId()
Required.com.google.protobuf.ByteString
getStoragePoolIdBytes()
Required.StoragePoolOrBuilder
getStoragePoolOrBuilder()
Required.boolean
hasStoragePool()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getStoragePoolId
String getStoragePoolId()
Required. Id of the requesting storage pool If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
string storage_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The storagePoolId.
-
getStoragePoolIdBytes
com.google.protobuf.ByteString getStoragePoolIdBytes()
Required. Id of the requesting storage pool If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
string storage_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for storagePoolId.
-
hasStoragePool
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:
- Whether the storagePool field is set.
-
getStoragePool
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:
- The storagePool.
-
getStoragePoolOrBuilder
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];
-
-