Apigee Registry V1 API - Class Google::Cloud::ApigeeRegistry::V1::UpdateApiSpecRequest (v0.2.0)

Reference documentation and code samples for the Apigee Registry V1 API class Google::Cloud::ApigeeRegistry::V1::UpdateApiSpecRequest.

Request message for UpdateApiSpec.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the spec is not found, a new spec will be created. In this situation, update_mask is ignored.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and the spec is not found, a new spec will be created. In this situation, update_mask is ignored.
Returns
  • (::Boolean) — If set to true, and the spec is not found, a new spec will be created. In this situation, update_mask is ignored.

#api_spec

def api_spec() -> ::Google::Cloud::ApigeeRegistry::V1::ApiSpec
Returns

#api_spec=

def api_spec=(value) -> ::Google::Cloud::ApigeeRegistry::V1::ApiSpec
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.