API hub V1 API - Class Google::Cloud::ApiHub::V1::UpdateApiOperationRequest (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::UpdateApiOperationRequest.

The UpdateApiOperation method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_operation

def api_operation() -> ::Google::Cloud::ApiHub::V1::ApiOperation
Returns
  • (::Google::Cloud::ApiHub::V1::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}

#api_operation=

def api_operation=(value) -> ::Google::Cloud::ApiHub::V1::ApiOperation
Parameter
  • value (::Google::Cloud::ApiHub::V1::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}

Returns
  • (::Google::Cloud::ApiHub::V1::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

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns