Google Cloud Service Directory V1 Client - Class UpdateEndpointRequest (1.3.4)

Reference documentation and code samples for the Google Cloud Service Directory V1 Client class UpdateEndpointRequest.

The request message for RegistrationService.UpdateEndpoint.

Generated from protobuf message google.cloud.servicedirectory.v1.UpdateEndpointRequest

Namespace

Google \ Cloud \ ServiceDirectory \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ endpoint Google\Cloud\ServiceDirectory\V1\Endpoint

Required. The updated endpoint.

↳ update_mask Google\Protobuf\FieldMask

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

getEndpoint

Required. The updated endpoint.

Returns
Type Description
Google\Cloud\ServiceDirectory\V1\Endpoint|null

hasEndpoint

clearEndpoint

setEndpoint

Required. The updated endpoint.

Parameter
Name Description
var Google\Cloud\ServiceDirectory\V1\Endpoint
Returns
Type Description
$this

getUpdateMask

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

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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

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

static::build

Parameters
Name Description
endpoint Google\Cloud\ServiceDirectory\V1\Endpoint

Required. The updated endpoint.

updateMask Google\Protobuf\FieldMask

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

Returns
Type Description
Google\Cloud\ServiceDirectory\V1\UpdateEndpointRequest