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

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

The [UpdateCuration][ApiHub.UpdateCuration] method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#curation

def curation() -> ::Google::Cloud::ApiHub::V1::Curation
Returns
  • (::Google::Cloud::ApiHub::V1::Curation) — Required. The curation resource to update.

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

#curation=

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

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

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

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

#update_mask

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

#update_mask=

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