Google Cloud Service Directory V1beta1 Client - Class UpdateServiceRequest (1.2.1)

Reference documentation and code samples for the Google Cloud Service Directory V1beta1 Client class UpdateServiceRequest.

The request message for RegistrationService.UpdateService.

Generated from protobuf message google.cloud.servicedirectory.v1beta1.UpdateServiceRequest

Namespace

Google \ Cloud \ ServiceDirectory \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service Google\Cloud\ServiceDirectory\V1beta1\Service

Required. The updated service.

↳ update_mask Google\Protobuf\FieldMask

Required. List of fields to be updated in this request.

getService

Required. The updated service.

Returns
TypeDescription
Google\Cloud\ServiceDirectory\V1beta1\Service|null

hasService

clearService

setService

Required. The updated service.

Parameter
NameDescription
var Google\Cloud\ServiceDirectory\V1beta1\Service
Returns
TypeDescription
$this

getUpdateMask

Required. List of fields to be updated in this request.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. List of fields to be updated in this request.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this