Class: Google::Cloud::VisionAI::V1::UpdateAssetRequest

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

Instance Attribute Summary collapse

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

Returns:

  • (::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}



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.

Returns:



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