Class: Google::Cloud::Channel::V1::UpdateCustomerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UpdateCustomerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.UpdateCustomer.
Instance Attribute Summary collapse
-
#customer ⇒ ::Google::Cloud::Channel::V1::Customer
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask that applies to the resource.
Instance Attribute Details
#customer ⇒ ::Google::Cloud::Channel::V1::Customer
Returns Required. New contents of the customer.
164 165 166 167 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 164 class UpdateCustomerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask that applies to the resource. Optional.
164 165 166 167 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 164 class UpdateCustomerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |