Class: Google::Cloud::Optimization::V1::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::GcsDestination
- 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 output file will be written to.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. URI of the Google Cloud Storage location.
62 63 64 65 |
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 62 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |