Reference documentation and code samples for the Google Cloud Api Hub V1 Client class UpdateApiOperationRequest.
The UpdateApiOperation method's request.
Generated from protobuf message google.cloud.apihub.v1.UpdateApiOperationRequest
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ api_operation
ApiOperation
Required. The apiOperation resource to update. The operation resource's name
field is used to identify the operation resource to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
↳ update_mask
getApiOperation
Required. The apiOperation resource to update.
The operation resource's name
field is used to identify the operation
resource to update.
Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
hasApiOperation
clearApiOperation
setApiOperation
Required. The apiOperation resource to update.
The operation resource's name
field is used to identify the operation
resource to update.
Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
$this
getUpdateMask
Required. The list of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
$this
static::build
apiOperation
ApiOperation
Required. The apiOperation resource to update.
The operation resource's name
field is used to identify the operation
resource to update.
Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
updateMask

