Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::ListReusableConfigsResponse.
Response message for CertificateAuthorityService.ListReusableConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this value in [ListReusableConfigsRequest.next_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 [ListReusableConfigsRequest.next_page_token][] to retrieve the next page of results.
Returns
- (::String) — A token to retrieve next page of results. Pass this value in [ListReusableConfigsRequest.next_page_token][] to retrieve the next page of results.
#reusable_configs
def reusable_configs() -> ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>) — The list of ReusableConfigs.
#reusable_configs=
def reusable_configs=(value) -> ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>
Parameter
- value (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>) — The list of ReusableConfigs.
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>) — The list of ReusableConfigs.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of locations (e.g. "us-west1") that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of locations (e.g. "us-west1") that could not be reached.
Returns
- (::Array<::String>) — A list of locations (e.g. "us-west1") that could not be reached.