Class: Google::Cloud::VisionAI::V1::UpdateAssetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateAssetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateAsset.
Instance Attribute Summary collapse
-
#asset ⇒ ::Google::Cloud::VisionAI::V1::Asset
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#asset ⇒ ::Google::Cloud::VisionAI::V1::Asset
Returns Required. The asset to update.
The asset's name
field is used to identify the asset to be updated.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
.
112 113 114 115 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 112 class UpdateAssetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
112 113 114 115 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 112 class UpdateAssetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |