Vision AI V1 API - Class Google::Cloud::VisionAI::V1::UpdateCollectionRequest (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateCollectionRequest.

Request message for UpdateCollectionRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#collection

def collection() -> ::Google::Cloud::VisionAI::V1::Collection
Returns
  • (::Google::Cloud::VisionAI::V1::Collection) — Required. The collection to update.

    The collection's name field is used to identify the collection to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}

#collection=

def collection=(value) -> ::Google::Cloud::VisionAI::V1::Collection
Parameter
  • value (::Google::Cloud::VisionAI::V1::Collection) — Required. The collection to update.

    The collection's name field is used to identify the collection to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}

Returns
  • (::Google::Cloud::VisionAI::V1::Collection) — Required. The collection to update.

    The collection's name field is used to identify the collection to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) —

    The list of fields to be updated.

    • Unset update_mask or set update_mask to be a single "*" only will update all updatable fields with the value provided in collection.
    • To update display_name value to empty string, set it in the collection to empty string, and set update_mask with "display_name". Same applies to other updatable string fields in the collection.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) —

    The list of fields to be updated.

    • Unset update_mask or set update_mask to be a single "*" only will update all updatable fields with the value provided in collection.
    • To update display_name value to empty string, set it in the collection to empty string, and set update_mask with "display_name". Same applies to other updatable string fields in the collection.
Returns
  • (::Google::Protobuf::FieldMask) —

    The list of fields to be updated.

    • Unset update_mask or set update_mask to be a single "*" only will update all updatable fields with the value provided in collection.
    • To update display_name value to empty string, set it in the collection to empty string, and set update_mask with "display_name". Same applies to other updatable string fields in the collection.