Class: Google::Cloud::Security::PrivateCA::V1beta1::ListReusableConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::ListReusableConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/service.rb
Overview
Response message for CertificateAuthorityService.ListReusableConfigs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#reusable_configs ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>
The list of ReusableConfigs.
-
#unreachable ⇒ ::Array<::String>
A list of locations (e.g. "us-west1") that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in [ListReusableConfigsRequest.next_page_token][] to retrieve the next page of results.
595 596 597 598 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 595 class ListReusableConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reusable_configs ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>
Returns The list of ReusableConfigs.
595 596 597 598 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 595 class ListReusableConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns A list of locations (e.g. "us-west1") that could not be reached.
595 596 597 598 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 595 class ListReusableConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |