Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::UpdateSchemaRequest (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateSchemaRequest.

Request message for SchemaService.UpdateSchema method.

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 Schema is not found, a new Schema 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 Schema is not found, a new Schema will be created. In this situation, update_mask is ignored.
Returns
  • (::Boolean) — If set to true, and the Schema is not found, a new Schema will be created. In this situation, update_mask is ignored.

#schema

def schema() -> ::Google::Cloud::DiscoveryEngine::V1beta::Schema
Returns

#schema=

def schema=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Schema
Parameter
Returns