Class: Google::Shopping::Merchant::Accounts::V1::UpdateUserRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/user.rb
Overview
Request message for the UpdateUser method.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1::User
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
access_rights.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 121 class UpdateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1::User
Returns Required. The new version of the user.
Use me to refer to your own email address, for example
accounts/{account}/users/me.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 121 class UpdateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |