Google Cloud Channel V1 Client - Class UpdateCustomerRequest (1.9.5)

Reference documentation and code samples for the Google Cloud Channel V1 Client class UpdateCustomerRequest.

Request message for CloudChannelService.UpdateCustomer.

Generated from protobuf message google.cloud.channel.v1.UpdateCustomerRequest

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ customer Google\Cloud\Channel\V1\Customer

Required. New contents of the customer.

↳ update_mask Google\Protobuf\FieldMask

The update mask that applies to the resource. Optional.

getCustomer

Required. New contents of the customer.

Returns
Type Description
Google\Cloud\Channel\V1\Customer|null

hasCustomer

clearCustomer

setCustomer

Required. New contents of the customer.

Parameter
Name Description
var Google\Cloud\Channel\V1\Customer
Returns
Type Description
$this

getUpdateMask

The update mask that applies to the resource.

Optional.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The update mask that applies to the resource.

Optional.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.