Class: Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the ListCertificateMapEntries
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter expression to restrict the returned Certificate Map Entries.
-
#order_by ⇒ ::String
A list of Certificate Map Entry field names used to specify the order of the returned results.
-
#page_size ⇒ ::Integer
Maximum number of certificate map entries to return.
-
#page_token ⇒ ::String
The value returned by the last
ListCertificateMapEntriesResponse
. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter expression to restrict the returned Certificate Map Entries.
236 237 238 239 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 236 class ListCertificateMapEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns A list of Certificate Map Entry 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"
.
236 237 238 239 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 236 class ListCertificateMapEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
236 237 238 239 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 236 class ListCertificateMapEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListCertificateMapEntriesResponse
.
Indicates that this is a continuation of a prior
ListCertificateMapEntries
call, and that the system should return the
next page of data.
236 237 238 239 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 236 class ListCertificateMapEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project, location and certificate map from which the
certificate map entries should be listed, specified in the format
projects/*/locations/*/certificateMaps/*
.
236 237 238 239 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 236 class ListCertificateMapEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |