Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListEkmConnectionsResponse.
Response message for EkmService.ListEkmConnections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ekm_connections
def ekm_connections() -> ::Array<::Google::Cloud::Kms::V1::EkmConnection>
Returns
- (::Array<::Google::Cloud::Kms::V1::EkmConnection>) — The list of EkmConnections.
#ekm_connections=
def ekm_connections=(value) -> ::Array<::Google::Cloud::Kms::V1::EkmConnection>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::EkmConnection>) — The list of EkmConnections.
Returns
- (::Array<::Google::Cloud::Kms::V1::EkmConnection>) — The list of EkmConnections.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The total number of EkmConnections that matched the query.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of EkmConnections that matched the query.
Returns
- (::Integer) — The total number of EkmConnections that matched the query.