Google Cloud Deploy V1 Client - Class Target (0.18.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class Target.

A Target resource in the Cloud Deploy API.

A Target defines a location to which a Skaffold configuration can be deployed.

Generated from protobuf message google.cloud.deploy.v1.Target

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Optional. Name of the Target. Format is projects/{project}/locations/{location}/targets/[a-z][a-z0-9\-]{0,62}.

↳ target_id string

Output only. Resource id of the Target.

↳ uid string

Output only. Unique identifier of the Target.

↳ description string

Optional. Description of the Target. Max length is 255 characters.

↳ annotations array|Google\Protobuf\Internal\MapField

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

↳ labels array|Google\Protobuf\Internal\MapField

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

↳ require_approval bool

Optional. Whether or not the Target requires approval.

↳ create_time Google\Protobuf\Timestamp

Output only. Time at which the Target was created.

↳ update_time Google\Protobuf\Timestamp

Output only. Most recent time at which the Target was updated.

↳ gke Google\Cloud\Deploy\V1\GkeCluster

Optional. Information specifying a GKE Cluster.

↳ anthos_cluster Google\Cloud\Deploy\V1\AnthosCluster

Optional. Information specifying an Anthos Cluster.

↳ run Google\Cloud\Deploy\V1\CloudRunLocation

Optional. Information specifying a Cloud Run deployment target.

↳ multi_target Google\Cloud\Deploy\V1\MultiTarget

Optional. Information specifying a multiTarget.

↳ custom_target Google\Cloud\Deploy\V1\CustomTarget

Optional. Information specifying a Custom Target.

↳ etag string

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

↳ execution_configs array<Google\Cloud\Deploy\V1\ExecutionConfig>

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

↳ deploy_parameters array|Google\Protobuf\Internal\MapField

Optional. The deploy parameters to use for this target.

getName

Optional. Name of the Target. Format is projects/{project}/locations/{location}/targets/[a-z][a-z0-9\-]{0,62}.

Returns
TypeDescription
string

setName

Optional. Name of the Target. Format is projects/{project}/locations/{location}/targets/[a-z][a-z0-9\-]{0,62}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTargetId

Output only. Resource id of the Target.

Returns
TypeDescription
string

setTargetId

Output only. Resource id of the Target.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUid

Output only. Unique identifier of the Target.

Returns
TypeDescription
string

setUid

Output only. Unique identifier of the Target.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Optional. Description of the Target. Max length is 255 characters.

Returns
TypeDescription
string

setDescription

Optional. Description of the Target. Max length is 255 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnnotations

Optional. 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
TypeDescription
Google\Protobuf\Internal\MapField

setAnnotations

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

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getLabels

Optional. 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
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Optional. 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.
Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getRequireApproval

Optional. Whether or not the Target requires approval.

Returns
TypeDescription
bool

setRequireApproval

Optional. Whether or not the Target requires approval.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getCreateTime

Output only. Time at which the Target was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Time at which the Target was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Most recent time at which the Target was updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Most recent time at which the Target was updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getGke

Optional. Information specifying a GKE Cluster.

Returns
TypeDescription
Google\Cloud\Deploy\V1\GkeCluster|null

hasGke

setGke

Optional. Information specifying a GKE Cluster.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\GkeCluster
Returns
TypeDescription
$this

getAnthosCluster

Optional. Information specifying an Anthos Cluster.

Returns
TypeDescription
Google\Cloud\Deploy\V1\AnthosCluster|null

hasAnthosCluster

setAnthosCluster

Optional. Information specifying an Anthos Cluster.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\AnthosCluster
Returns
TypeDescription
$this

getRun

Optional. Information specifying a Cloud Run deployment target.

Returns
TypeDescription
Google\Cloud\Deploy\V1\CloudRunLocation|null

hasRun

setRun

Optional. Information specifying a Cloud Run deployment target.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\CloudRunLocation
Returns
TypeDescription
$this

getMultiTarget

Optional. Information specifying a multiTarget.

Returns
TypeDescription
Google\Cloud\Deploy\V1\MultiTarget|null

hasMultiTarget

setMultiTarget

Optional. Information specifying a multiTarget.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\MultiTarget
Returns
TypeDescription
$this

getCustomTarget

Optional. Information specifying a Custom Target.

Returns
TypeDescription
Google\Cloud\Deploy\V1\CustomTarget|null

hasCustomTarget

setCustomTarget

Optional. Information specifying a Custom Target.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\CustomTarget
Returns
TypeDescription
$this

getEtag

Optional. 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
TypeDescription
string

setEtag

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExecutionConfigs

Configurations for all execution that relates to this Target.

Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExecutionConfigs

Configurations for all execution that relates to this Target.

Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

Parameter
NameDescription
var array<Google\Cloud\Deploy\V1\ExecutionConfig>
Returns
TypeDescription
$this

getDeployParameters

Optional. The deploy parameters to use for this target.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setDeployParameters

Optional. The deploy parameters to use for this target.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getDeploymentTarget

Returns
TypeDescription
string