Class: Google::Cloud::VisionAI::V1::UpdateCorpusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateCorpusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateCorpus.
Instance Attribute Summary collapse
-
#corpus ⇒ ::Google::Cloud::VisionAI::V1::Corpus
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#corpus ⇒ ::Google::Cloud::VisionAI::V1::Corpus
Returns Required. The corpus which replaces the resource on the server.
1017 1018 1019 1020 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1017 class UpdateCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
1017 1018 1019 1020 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1017 class UpdateCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |