Class: Google::Cloud::DiscoveryEngine::V1::UpdateSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/schema_service.rb
Overview
Request message for SchemaService.UpdateSchema method.
Instance Attribute Summary collapse
Instance Attribute Details
#allow_missing ⇒ ::Boolean
119 120 121 122 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 119 class UpdateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::DiscoveryEngine::V1::Schema
Returns Required. The Schema to update.
119 120 121 122 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 119 class UpdateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |