Class Google::Cloud::Deploy::V1::Stage (v0.1.3)

Stage specifies a location to which to deploy.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#profiles

def profiles() -> ::Array<::String>
Returns
  • (::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's Target.

#profiles=

def profiles=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's Target.
Returns
  • (::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's Target.

#target_id

def target_id() -> ::String
Returns
  • (::String) — The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target (rather than projects/project/deliveryPipelines/pipeline/targets/my-target). The parent DeliveryPipeline of the Target is inferred to be the parent DeliveryPipeline of the Release in which this Stage lives.

#target_id=

def target_id=(value) -> ::String
Parameter
  • value (::String) — The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target (rather than projects/project/deliveryPipelines/pipeline/targets/my-target). The parent DeliveryPipeline of the Target is inferred to be the parent DeliveryPipeline of the Release in which this Stage lives.
Returns
  • (::String) — The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target (rather than projects/project/deliveryPipelines/pipeline/targets/my-target). The parent DeliveryPipeline of the Target is inferred to be the parent DeliveryPipeline of the Release in which this Stage lives.