Class: Google::Cloud::CertificateManager::V1::ListCertificateIssuanceConfigsResponse

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

Overview

Response for the ListCertificateIssuanceConfigs method.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_issuance_configs::Array<::Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig>

Returns A list of certificate configs for the parent resource.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 63

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

#next_page_token::String

Returns If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns:

  • (::String)

    If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.



63
64
65
66
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 63

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



63
64
65
66
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 63

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