Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::Rollout (v0.18.0)

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

A Rollout resource in the Cloud Deploy API.

A Rollout contains information around a specific deployment to a Target.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotations

def annotations() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

#annotations=

def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

#approval_state

def approval_state() -> ::Google::Cloud::Deploy::V1::Rollout::ApprovalState
Returns

#approve_time

def approve_time() -> ::Google::Protobuf::Timestamp
Returns

#controller_rollout

def controller_rollout() -> ::String
Returns
  • (::String) — Output only. Name of the ControllerRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#deploy_end_time

def deploy_end_time() -> ::Google::Protobuf::Timestamp
Returns

#deploy_failure_cause

def deploy_failure_cause() -> ::Google::Cloud::Deploy::V1::Rollout::FailureCause
Returns

#deploy_start_time

def deploy_start_time() -> ::Google::Protobuf::Timestamp
Returns

#deploying_build

def deploying_build() -> ::String
Returns
  • (::String) — Output only. The resource name of the Cloud Build Build object that is used to deploy the Rollout. Format is projects/{project}/locations/{location}/builds/{build}.

#description

def description() -> ::String
Returns
  • (::String) — Description of the Rollout for user purposes. Max length is 255 characters.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Description of the Rollout for user purposes. Max length is 255 characters.
Returns
  • (::String) — Description of the Rollout for user purposes. Max length is 255 characters.

#enqueue_time

def enqueue_time() -> ::Google::Protobuf::Timestamp
Returns

#etag

def etag() -> ::String
Returns
  • (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Returns
  • (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

#failure_reason

def failure_reason() -> ::String
Returns
  • (::String) — Output only. Additional information about the rollout failure, if available.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

#metadata

def metadata() -> ::Google::Cloud::Deploy::V1::Metadata
Returns

#name

def name() -> ::String
Returns
  • (::String) — Optional. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Optional. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
Returns
  • (::String) — Optional. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

#phases

def phases() -> ::Array<::Google::Cloud::Deploy::V1::Phase>
Returns

#rollback_of_rollout

def rollback_of_rollout() -> ::String
Returns
  • (::String) — Output only. Name of the Rollout that is rolled back by this Rollout. Empty if this Rollout wasn't created as a rollback.

#rolled_back_by_rollouts

def rolled_back_by_rollouts() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. Names of Rollouts that rolled back this Rollout.

#state

def state() -> ::Google::Cloud::Deploy::V1::Rollout::State
Returns

#target_id

def target_id() -> ::String
Returns
  • (::String) — Required. The ID of Target to which this Rollout is deploying.

#target_id=

def target_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of Target to which this Rollout is deploying.
Returns
  • (::String) — Required. The ID of Target to which this Rollout is deploying.

#uid

def uid() -> ::String
Returns
  • (::String) — Output only. Unique identifier of the Rollout.