Class: Google::Shopping::Css::V1::UpdateAccountLabelsRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Integer>)

    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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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