Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::DeliveryPipeline (v0.12.0)

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

A DeliveryPipeline resource in the Cloud Deploy API.

A DeliveryPipeline defines a pipeline through which a Skaffold configuration can progress.

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.

#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.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

#condition

def condition() -> ::Google::Cloud::Deploy::V1::PipelineCondition
Returns

#create_time

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

#description

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

#description=

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

#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.

#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.

#name

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

#name=

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

#serial_pipeline

def serial_pipeline() -> ::Google::Cloud::Deploy::V1::SerialPipeline
Returns

#serial_pipeline=

def serial_pipeline=(value) -> ::Google::Cloud::Deploy::V1::SerialPipeline
Parameter
Returns

#suspended

def suspended() -> ::Boolean
Returns
  • (::Boolean) — When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

#suspended=

def suspended=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
Returns
  • (::Boolean) — When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

#uid

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

#update_time

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