Ceritificate Authority Service V1 API - Class Google::Cloud::Security::PrivateCA::V1::ListCertificateAuthoritiesResponse (v0.3.0)

Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::ListCertificateAuthoritiesResponse.

Response message for CertificateAuthorityService.ListCertificateAuthorities.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate_authorities

def certificate_authorities() -> ::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority>

#certificate_authorities=

def certificate_authorities=(value) -> ::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority>

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.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 [ListCertificateAuthoritiesRequest.next_page_token][] to retrieve the next page of results.
Returns
  • (::String) — A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.next_page_token][] to retrieve the next page of results.

#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.