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 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];