Class: Google::Cloud::CertificateManager::V1::ListTrustConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::ListTrustConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Request for the ListTrustConfigs
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter expression to restrict the TrustConfigs returned.
-
#order_by ⇒ ::String
A list of TrustConfig field names used to specify the order of the returned results.
-
#page_size ⇒ ::Integer
Maximum number of TrustConfigs to return per call.
-
#page_token ⇒ ::String
The value returned by the last
ListTrustConfigsResponse
. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter expression to restrict the TrustConfigs returned.
45 46 47 48 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 45 class ListTrustConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
A list of TrustConfig 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"
.
45 46 47 48 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 45 class ListTrustConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum number of TrustConfigs to return per call.
45 46 47 48 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 45 class ListTrustConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListTrustConfigsResponse
. Indicates
that this is a continuation of a prior ListTrustConfigs
call, and that
the system should return the next page of data.
45 46 47 48 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 45 class ListTrustConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location from which the TrustConfigs should be
listed, specified in the format projects/*/locations/*
.
45 46 47 48 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 45 class ListTrustConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |