Class: Google::Cloud::NetApp::V1::ListKmsConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListKmsConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.
Instance Attribute Summary collapse
-
#kms_configs ⇒ ::Array<::Google::Cloud::NetApp::V1::KmsConfig>
The list of KmsConfigs.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#kms_configs ⇒ ::Array<::Google::Cloud::NetApp::V1::KmsConfig>
Returns The list of KmsConfigs.
65 66 67 68 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65 class ListKmsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
65 66 67 68 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65 class ListKmsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
65 66 67 68 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65 class ListKmsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |