Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::UpdateCustomerRequest.
Request message for CloudChannelService.UpdateCustomer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer
def customer() -> ::Google::Cloud::Channel::V1::Customer
Returns
- (::Google::Cloud::Channel::V1::Customer) — Required. New contents of the customer.
#customer=
def customer=(value) -> ::Google::Cloud::Channel::V1::Customer
Parameter
- value (::Google::Cloud::Channel::V1::Customer) — Required. New contents of the customer.
Returns
- (::Google::Cloud::Channel::V1::Customer) — Required. New contents of the customer.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The update mask that applies to the resource. Optional.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The update mask that applies to the resource. Optional.
Returns
- (::Google::Protobuf::FieldMask) — The update mask that applies to the resource. Optional.