Class: Google::Cloud::CertificateManager::V1::ListCertificateIssuanceConfigsRequest

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

Request for the ListCertificateIssuanceConfigs method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter expression to restrict the Certificates Configs returned.

Returns:

  • (::String)

    Filter expression to restrict the Certificates Configs returned.



46
47
48
49
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 46

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

#order_by::String

A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

Returns:

  • (::String)

    A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".



46
47
48
49
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 46

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

#page_size::Integer

Returns Maximum number of certificate configs to return per call.

Returns:

  • (::Integer)

    Maximum number of certificate configs to return per call.



46
47
48
49
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 46

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

#page_token::String

Returns The value returned by the last ListCertificateIssuanceConfigsResponse. Indicates that this is a continuation of a prior ListCertificateIssuanceConfigs call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListCertificateIssuanceConfigsResponse. Indicates that this is a continuation of a prior ListCertificateIssuanceConfigs call, and that the system should return the next page of data.



46
47
48
49
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 46

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

#parent::String

Returns Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.



46
47
48
49
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 46

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