Class: Google::Shopping::Css::V1::UpdateAccountLabelsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::UpdateAccountLabelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts.rb
Overview
The request message for the UpdateLabels
method.
Instance Attribute Summary collapse
-
#label_ids ⇒ ::Array<::Integer>
The list of label IDs to overwrite the existing account label IDs.
-
#name ⇒ ::String
Required.
-
#parent ⇒ ::String
Optional.
Instance Attribute Details
#label_ids ⇒ ::Array<::Integer>
Returns The list of label IDs to overwrite the existing account label IDs. If the list is empty, all currently assigned label IDs will be deleted.
96 97 98 99 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 96 class UpdateAccountLabelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The label resource name. Format: accounts/{account}.
96 97 98 99 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 96 class UpdateAccountLabelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Optional. Only required when updating MC account labels. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}.
96 97 98 99 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 96 class UpdateAccountLabelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |