Class: Google::Cloud::Security::PrivateCA::V1::ListCertificateTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::ListCertificateTemplatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/service.rb
Overview
Response message for CertificateAuthorityService.ListCertificateTemplates.
Instance Attribute Summary collapse
-
#certificate_templates ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate>
The list of CertificateTemplates.
-
#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_templates ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate>
Returns The list of CertificateTemplates.
961 962 963 964 |
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 961 class ListCertificateTemplatesResponse 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 [ListCertificateTemplatesRequest.next_page_token][] to retrieve the next page of results.
961 962 963 964 |
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 961 class ListCertificateTemplatesResponse 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.
961 962 963 964 |
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 961 class ListCertificateTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |