Class: Google::Cloud::ConfigService::V1::ExternalValueSource
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ExternalValueSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Configuration for a source of an external value.
Instance Attribute Summary collapse
-
#deployment_source ⇒ ::Google::Cloud::ConfigService::V1::DeploymentSource
A source from a Deployment.
Instance Attribute Details
#deployment_source ⇒ ::Google::Cloud::ConfigService::V1::DeploymentSource
Returns A source from a Deployment.
298 299 300 301 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 298 class ExternalValueSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |