Class: Google::Cloud::Security::PrivateCA::V1::ListCertificateRevocationListsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_revocation_lists::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList>

Returns The list of CertificateRevocationLists.



804
805
806
807
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 804

class ListCertificateRevocationListsResponse
  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 [ListCertificateRevocationListsRequest.next_page_token][] to retrieve the next page of results.

Returns:

  • (::String)

    A token to retrieve next page of results. Pass this value in [ListCertificateRevocationListsRequest.next_page_token][] to retrieve the next page of results.



804
805
806
807
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 804

class ListCertificateRevocationListsResponse
  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.

Returns:

  • (::Array<::String>)

    A list of locations (e.g. "us-west1") that could not be reached.



804
805
806
807
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 804

class ListCertificateRevocationListsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end