Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ListKeysResponse.
Response to request to list keys in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>) — Key details.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>
Parameter
- value (::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>) — Key details.
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>) — Key details.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results. It is set to empty if no keys remain in results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results. It is set to empty if no keys remain in results.
Returns
- (::String) — Token to retrieve the next page of results. It is set to empty if no keys remain in results.