Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateAssetRequest.
Request message for UpdateAsset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset
def asset() -> ::Google::Cloud::VisionAI::V1::Asset
-
(::Google::Cloud::VisionAI::V1::Asset) — 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}
#asset=
def asset=(value) -> ::Google::Cloud::VisionAI::V1::Asset
-
value (::Google::Cloud::VisionAI::V1::Asset) — 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}
-
(::Google::Cloud::VisionAI::V1::Asset) — 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}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.