Class: Google::Cloud::VisionAI::V1::UpdateDataSchemaRequest

Inherits:
Object
  • Object
show all
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

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

Returns:

  • (::Google::Cloud::VisionAI::V1::DataSchema)

    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.

Returns:



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