Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::AdvanceRolloutRequest.
The request object used by AdvanceRollout
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
Returns
-
(::String) — Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
#override_deploy_policy
def override_deploy_policy() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}
.
#override_deploy_policy=
def override_deploy_policy=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}
.
Returns
-
(::Array<::String>) — Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}
.
#phase_id
def phase_id() -> ::String
Returns
-
(::String) — Required. The phase ID to advance the
Rollout
to.
#phase_id=
def phase_id=(value) -> ::String
Parameter
-
value (::String) — Required. The phase ID to advance the
Rollout
to.
Returns
-
(::String) — Required. The phase ID to advance the
Rollout
to.