API hub V1 API - Class Google::Cloud::ApiHub::V1::UpdateApiRequest (v0.2.0)

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

The UpdateApi method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api

def api() -> ::Google::Cloud::ApiHub::V1::Api
Returns
  • (::Google::Cloud::ApiHub::V1::Api) — Required. The API resource to update.

    The API resource's name field is used to identify the API resource to update. Format: projects/{project}/locations/{location}/apis/{api}

#api=

def api=(value) -> ::Google::Cloud::ApiHub::V1::Api
Parameter
  • value (::Google::Cloud::ApiHub::V1::Api) — Required. The API resource to update.

    The API resource's name field is used to identify the API resource to update. Format: projects/{project}/locations/{location}/apis/{api}

Returns
  • (::Google::Cloud::ApiHub::V1::Api) — Required. The API resource to update.

    The API resource's name field is used to identify the API resource to update. Format: projects/{project}/locations/{location}/apis/{api}

#update_mask

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

#update_mask=

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