Class: Google::Cloud::VisionAI::V1::UpdateDataSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateDataSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateDataSchema.
Instance Attribute Summary collapse
-
#data_schema ⇒ ::Google::Cloud::VisionAI::V1::DataSchema
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#data_schema ⇒ ::Google::Cloud::VisionAI::V1::DataSchema
Returns Required. The data schema's name
field is used to identify the data
schema to be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
.
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1413 class UpdateDataSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1413 class UpdateDataSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |