Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Dependency
- Inherits:
-
Object
- Object
- Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Dependency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb
Overview
Dependency represent a single dependency with another unit kind by alias.
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Required.
-
#unit_kind ⇒ ::String
Required.
Instance Attribute Details
#alias ⇒ ::String
Returns Required. An alias for the dependency. Used for input variable mapping.
830 831 832 833 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 830 class Dependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unit_kind ⇒ ::String
Returns Required. Immutable. The unit kind of the dependency.
830 831 832 833 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 830 class Dependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |