Class: Google::Cloud::Optimization::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/async_model.rb
Overview
The Google Cloud Storage location where the input file will be read from.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. URI of the Google Cloud Storage location.
53 54 55 56 |
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 53 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |