Reference documentation and code samples for the Google Cloud Service Directory V1beta1 Client class UpdateEndpointRequest.
The request message for RegistrationService.UpdateEndpoint.
Generated from protobuf message google.cloud.servicedirectory.v1beta1.UpdateEndpointRequest
Namespace
Google \ Cloud \ ServiceDirectory \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ endpoint |
Google\Cloud\ServiceDirectory\V1beta1\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\V1beta1\Endpoint|null |
hasEndpoint
clearEndpoint
setEndpoint
Required. The updated endpoint.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ServiceDirectory\V1beta1\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 |