Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency
- Inherits:
-
Object
- Object
- Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb
Overview
Set of dependencies for this unit. Maximum 10.
Instance Attribute Summary collapse
-
#alias ⇒ ::String
readonly
Output only.
-
#unit ⇒ ::String
readonly
Output only.
Instance Attribute Details
#alias ⇒ ::String (readonly)
Returns Output only. Alias for the name of the dependency.
480 481 482 483 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 480 class UnitDependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unit ⇒ ::String (readonly)
Returns Output only. A reference to the Unit object.
480 481 482 483 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 480 class UnitDependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |