Google Cloud Deploy V1 Client - Class Target (0.4.1)

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

A Target resource in the Google 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

Methods

__construct

Constructor.

Parameters
Name
Description
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 Google 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 Google 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

Information specifying a GKE Cluster.

↳ anthos_cluster
Google\Cloud\Deploy\V1\AnthosCluster

Information specifying an Anthos Cluster.

↳ run
Google\Cloud\Deploy\V1\CloudRunLocation

Information specifying a Cloud Run deployment target.

↳ multi_target
Google\Cloud\Deploy\V1\MultiTarget

Information specifying a multiTarget.

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

getName

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

Returns
Type
Description
string

setName

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getTargetId

Output only. Resource id of the Target .

Returns
Type
Description
string

setTargetId

Output only. Resource id of the Target .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getUid

Output only. Unique identifier of the Target .

Returns
Type
Description
string

setUid

Output only. Unique identifier of the Target .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDescription

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

Returns
Type
Description
string

setDescription

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getAnnotations

Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Returns
Type
Description

setAnnotations

Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Parameter
Name
Description
Returns
Type
Description
$this

getLabels

Optional. Labels are attributes that can be set and used by both the user and by Google 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
Type
Description

setLabels

Optional. Labels are attributes that can be set and used by both the user and by Google 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
Name
Description
Returns
Type
Description
$this

getRequireApproval

Optional. Whether or not the Target requires approval.

Returns
Type
Description
bool

setRequireApproval

Optional. Whether or not the Target requires approval.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getCreateTime

Output only. Time at which the Target was created.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. Time at which the Target was created.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

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

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

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

Parameter
Name
Description
Returns
Type
Description
$this

getGke

Information specifying a GKE Cluster.

Returns
Type
Description

hasGke

setGke

Information specifying a GKE Cluster.

Parameter
Name
Description
Returns
Type
Description
$this

getAnthosCluster

Information specifying an Anthos Cluster.

Returns
Type
Description

hasAnthosCluster

setAnthosCluster

Information specifying an Anthos Cluster.

Parameter
Name
Description
Returns
Type
Description
$this

getRun

Information specifying a Cloud Run deployment target.

Returns
Type
Description

hasRun

setRun

Information specifying a Cloud Run deployment target.

Parameter
Name
Description
Returns
Type
Description
$this

getMultiTarget

Information specifying a multiTarget.

Returns
Type
Description

hasMultiTarget

setMultiTarget

Information specifying a multiTarget.

Parameter
Name
Description
Returns
Type
Description
$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
Type
Description
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
Name
Description
var
string
Returns
Type
Description
$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
Type
Description

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
Name
Description
Returns
Type
Description
$this

getDeploymentTarget

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: