SaaS Runtime V1BETA1 API - Class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Dependency (v0.1.0)

Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Dependency.

Dependency represent a single dependency with another unit kind by alias.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#alias

def alias() -> ::String
Returns
  • (::String) — Required. An alias for the dependency. Used for input variable mapping.

#alias=

def alias=(value) -> ::String
Parameter
  • value (::String) — Required. An alias for the dependency. Used for input variable mapping.
Returns
  • (::String) — Required. An alias for the dependency. Used for input variable mapping.

#unit_kind

def unit_kind() -> ::String
Returns
  • (::String) — Required. Immutable. The unit kind of the dependency.

#unit_kind=

def unit_kind=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The unit kind of the dependency.
Returns
  • (::String) — Required. Immutable. The unit kind of the dependency.