Class Google::Cloud::Kms::V1::ListKeyRingsResponse (v0.11.0)

Response message for KeyManagementService.ListKeyRings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_rings

def key_rings() -> ::Array<::Google::Cloud::Kms::V1::KeyRing>
Returns

#key_rings=

def key_rings=(value) -> ::Array<::Google::Cloud::Kms::V1::KeyRing>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
Returns

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — The total number of KeyRings that matched the query.

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of KeyRings that matched the query.
Returns
  • (::Integer) — The total number of KeyRings that matched the query.