Class: Google::Cloud::Security::PrivateCA::V1beta1::ListCertificateAuthoritiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::ListCertificateAuthoritiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/service.rb
Overview
Response message for CertificateAuthorityService.ListCertificateAuthorities.
Instance Attribute Summary collapse
-
#certificate_authorities ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority>
The list of CertificateAuthorities.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#unreachable ⇒ ::Array<::String>
A list of locations (e.g. "us-west1") that could not be reached.
Instance Attribute Details
#certificate_authorities ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority>
Returns The list of CertificateAuthorities.
370 371 372 373 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 370 class ListCertificateAuthoritiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.next_page_token][] to retrieve the next page of results.
370 371 372 373 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 370 class ListCertificateAuthoritiesResponse 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.
370 371 372 373 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 370 class ListCertificateAuthoritiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |