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