Class: Google::Cloud::VisionAI::V1::ViewIndexedAssetsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter applied to the returned list. Only the following filterings are supported: "asset_id = xxxx", which returns asset with specified id. "asset_id = xxxx, yyyy, zzzz", which returns assets with specified ids.

Returns:

  • (::String)

    The filter applied to the returned list. Only the following filterings are supported: "asset_id = xxxx", which returns asset with specified id. "asset_id = xxxx, yyyy, zzzz", which returns assets with specified ids.



444
445
446
447
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 444

class ViewIndexedAssetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index::String

Returns Required. The index that owns this collection of assets. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}.

Returns:

  • (::String)

    Required. The index that owns this collection of assets. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}



444
445
446
447
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 444

class ViewIndexedAssetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of assets to return. The service may return fewer than this value. If unspecified, at most 50 assets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of assets to return. The service may return fewer than this value. If unspecified, at most 50 assets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



444
445
446
447
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 444

class ViewIndexedAssetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A page token, received from a previous ViewIndexedAssets call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ViewIndexedAssets must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ViewIndexedAssets call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ViewIndexedAssets must match the call that provided the page token.



444
445
446
447
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 444

class ViewIndexedAssetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end