proto_docs/google/cloud/netapp/v1/storage_pool.rb in google-cloud-netapp-v1-0.1.0 vs proto_docs/google/cloud/netapp/v1/storage_pool.rb in google-cloud-netapp-v1-0.2.0
- old
+ new
@@ -19,18 +19,20 @@
module Google
module Cloud
module NetApp
module V1
+ # GetStoragePoolRequest gets a Storage Pool.
# @!attribute [rw] name
# @return [::String]
# Required. Name of the storage pool
class GetStoragePoolRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # ListStoragePoolsRequest lists Storage Pools.
# @!attribute [rw] parent
# @return [::String]
# Required. Parent value
# @!attribute [rw] page_size
# @return [::Integer]
@@ -48,10 +50,11 @@
class ListStoragePoolsRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # ListStoragePoolsResponse is the response to a ListStoragePoolsRequest.
# @!attribute [rw] storage_pools
# @return [::Array<::Google::Cloud::NetApp::V1::StoragePool>]
# The list of StoragePools
# @!attribute [rw] next_page_token
# @return [::String]
@@ -62,10 +65,11 @@
class ListStoragePoolsResponse
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # CreateStoragePoolRequest creates a Storage Pool.
# @!attribute [rw] parent
# @return [::String]
# Required. Value for parent.
# @!attribute [rw] storage_pool_id
# @return [::String]
@@ -78,10 +82,11 @@
class CreateStoragePoolRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # UpdateStoragePoolRequest updates a Storage Pool.
# @!attribute [rw] update_mask
# @return [::Google::Protobuf::FieldMask]
# Required. Field mask is used to specify the fields to be overwritten in the
# StoragePool resource by the update.
# The fields specified in the update_mask are relative to the resource, not
@@ -93,9 +98,10 @@
class UpdateStoragePoolRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # DeleteStoragePoolRequest deletes a Storage Pool.
# @!attribute [rw] name
# @return [::String]
# Required. Name of the storage pool
class DeleteStoragePoolRequest
include ::Google::Protobuf::MessageExts