proto_docs/google/cloud/netapp/v1/kms.rb in google-cloud-netapp-v1-0.1.0 vs proto_docs/google/cloud/netapp/v1/kms.rb in google-cloud-netapp-v1-0.2.0
- old
+ new
@@ -19,18 +19,20 @@
module Google
module Cloud
module NetApp
module V1
+ # GetKmsConfigRequest gets a KMS Config.
# @!attribute [rw] name
# @return [::String]
# Required. Name of the KmsConfig
class GetKmsConfigRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # ListKmsConfigsRequest lists KMS Configs.
# @!attribute [rw] parent
# @return [::String]
# Required. Parent value
# @!attribute [rw] page_size
# @return [::Integer]
@@ -48,10 +50,11 @@
class ListKmsConfigsRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.
# @!attribute [rw] kms_configs
# @return [::Array<::Google::Cloud::NetApp::V1::KmsConfig>]
# The list of KmsConfigs
# @!attribute [rw] next_page_token
# @return [::String]
@@ -62,10 +65,11 @@
class ListKmsConfigsResponse
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # CreateKmsConfigRequest creates a KMS Config.
# @!attribute [rw] parent
# @return [::String]
# Required. Value for parent.
# @!attribute [rw] kms_config_id
# @return [::String]
@@ -78,10 +82,11 @@
class CreateKmsConfigRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # UpdateKmsConfigRequest updates a KMS Config.
# @!attribute [rw] update_mask
# @return [::Google::Protobuf::FieldMask]
# Required. Field mask is used to specify the fields to be overwritten in the
# KmsConfig resource by the update.
# The fields specified in the update_mask are relative to the resource, not
@@ -93,9 +98,10 @@
class UpdateKmsConfigRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # DeleteKmsConfigRequest deletes a KMS Config.
# @!attribute [rw] name
# @return [::String]
# Required. Name of the KmsConfig.
class DeleteKmsConfigRequest
include ::Google::Protobuf::MessageExts