Class: Google::Cloud::VisionAI::V1::GcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/common.rb

Overview

The Google Cloud Storage location for the input content.

Instance Attribute Summary collapse

Instance Attribute Details

#uris::Array<::String>

Returns Required. References to a Google Cloud Storage paths.

Returns:

  • (::Array<::String>)

    Required. References to a Google Cloud Storage paths.



127
128
129
130
# File 'proto_docs/google/cloud/visionai/v1/common.rb', line 127

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