Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::Stage (v0.4.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Stage.

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.

#strategy

def strategy() -> ::Google::Cloud::Deploy::V1::Strategy
Returns

#strategy=

def strategy=(value) -> ::Google::Cloud::Deploy::V1::Strategy
Parameter
Returns

#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/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.

#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/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
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/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.