Class: Google::Cloud::Kms::V1::ListEkmConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListEkmConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/ekm_service.rb
Overview
Response message for EkmService.ListEkmConnections.
Instance Attribute Summary collapse
-
#ekm_connections ⇒ ::Array<::Google::Cloud::Kms::V1::EkmConnection>
The list of EkmConnections.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#total_size ⇒ ::Integer
The total number of EkmConnections that matched the query.
Instance Attribute Details
#ekm_connections ⇒ ::Array<::Google::Cloud::Kms::V1::EkmConnection>
Returns The list of EkmConnections.
75 76 77 78 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 75 class ListEkmConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
75 76 77 78 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 75 class ListEkmConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of EkmConnections that matched the query.
75 76 77 78 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 75 class ListEkmConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |