Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb

Overview

Request message for SchemaService.UpdateSchema method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns 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.



122
123
124
125
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 122

class UpdateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::Google::Cloud::DiscoveryEngine::V1beta::Schema

Returns Required. The Schema to update.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 122

class UpdateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end