API hub V1 API - Class Google::Cloud::ApiHub::V1::UpdateVersionRequest (v0.1.0)

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

The UpdateVersion method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#update_mask

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

#update_mask=

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

#version

def version() -> ::Google::Cloud::ApiHub::V1::Version
Returns
  • (::Google::Cloud::ApiHub::V1::Version) — Required. The API version to update.

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

#version=

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

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

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

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