Class: Google::Cloud::Redis::V1::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::InputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
The input content
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::Redis::V1::GcsSource
Google Cloud Storage location where input content is located.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::Redis::V1::GcsSource
Returns Google Cloud Storage location where input content is located.
668 669 670 671 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 668 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |