Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::FromMapping
- Inherits:
-
Object
- Object
- Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::FromMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb
Overview
Output variables whose values will be passed on to dependencies
Instance Attribute Summary collapse
-
#dependency ⇒ ::String
Required.
-
#output_variable ⇒ ::String
Required.
Instance Attribute Details
#dependency ⇒ ::String
Returns Required. Alias of the dependency that the outputVariable will pass its value to.
801 802 803 804 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 801 class FromMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_variable ⇒ ::String
Returns Required. Name of the outputVariable on the dependency.
801 802 803 804 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 801 class FromMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |