Class: Google::Cloud::Channel::V1::UpdateCustomerRequest

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

Instance Attribute Details

#customer::Google::Cloud::Channel::V1::Customer

Returns Required. New contents of the customer.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 135

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.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 135

class UpdateCustomerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end