Class: Google::Cloud::Redis::V1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
The output content
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::Redis::V1::GcsDestination
Google Cloud Storage destination for output content.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::Redis::V1::GcsDestination
Returns Google Cloud Storage destination for output content.
701 702 703 704 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 701 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |