Class: Google::Ads::AdManager::V1::ListCustomFieldsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListCustomFieldsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_field_service.rb
Overview
Request object for ListCustomFields
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#skip ⇒ ::Integer
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. The maximum number of CustomFields
to return. The service may
return fewer than this value. If unspecified, at most 50 CustomFields
will be returned. The maximum value is 1000; values above 1000 will be
coerced to 1000.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListCustomFields
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomFields
must
match the call that provided the page token.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of CustomFields.
Format: networks/{network_code}
.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip ⇒ ::Integer
Returns Optional. Number of individual resources to skip while paginating.
65 66 67 68 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 65 class ListCustomFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |