Google Cloud Build V2 Client - Class Connection (0.12.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class Connection.

A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Server or GitLab.

Generated from protobuf message google.devtools.cloudbuild.v2.Connection

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id} .

↳ create_time
Google\Protobuf\Timestamp

Output only. Server assigned timestamp for when the connection was created.

↳ update_time
Google\Protobuf\Timestamp

Output only. Server assigned timestamp for when the connection was updated.

↳ github_config
Google\Cloud\Build\V2\GitHubConfig

Configuration for connections to github.com.

↳ github_enterprise_config
Google\Cloud\Build\V2\GitHubEnterpriseConfig

Configuration for connections to an instance of GitHub Enterprise.

↳ gitlab_config
Google\Cloud\Build\V2\GitLabConfig

Configuration for connections to gitlab.com or an instance of GitLab Enterprise.

↳ installation_state
Google\Cloud\Build\V2\InstallationState

Output only. Installation state of the Connection.

↳ disabled
bool

If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.

↳ reconciling
bool

Output only. Set to true when the connection is being set up or updated in the background.

↳ annotations
array| Google\Protobuf\Internal\MapField

Allows clients to store small amounts of arbitrary data.

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

getName

Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id} .

Returns
Type
Description
string

setName

Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id} .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCreateTime

Output only. Server assigned timestamp for when the connection was created.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. Server assigned timestamp for when the connection was created.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. Server assigned timestamp for when the connection was updated.

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Server assigned timestamp for when the connection was updated.

Parameter
Name
Description
Returns
Type
Description
$this

getGithubConfig

Configuration for connections to github.com.

Returns
Type
Description

hasGithubConfig

setGithubConfig

Configuration for connections to github.com.

Parameter
Name
Description
Returns
Type
Description
$this

getGithubEnterpriseConfig

Configuration for connections to an instance of GitHub Enterprise.

Returns
Type
Description

hasGithubEnterpriseConfig

setGithubEnterpriseConfig

Configuration for connections to an instance of GitHub Enterprise.

Parameter
Name
Description
Returns
Type
Description
$this

getGitlabConfig

Configuration for connections to gitlab.com or an instance of GitLab Enterprise.

Returns
Type
Description

hasGitlabConfig

setGitlabConfig

Configuration for connections to gitlab.com or an instance of GitLab Enterprise.

Parameter
Name
Description
Returns
Type
Description
$this

getInstallationState

Output only. Installation state of the Connection.

Returns
Type
Description

hasInstallationState

clearInstallationState

setInstallationState

Output only. Installation state of the Connection.

Parameter
Name
Description
Returns
Type
Description
$this

getDisabled

If disabled is set to true, functionality is disabled for this connection.

Repository based API methods and webhooks processing for repositories in this connection will be disabled.

Returns
Type
Description
bool

setDisabled

If disabled is set to true, functionality is disabled for this connection.

Repository based API methods and webhooks processing for repositories in this connection will be disabled.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getReconciling

Output only. Set to true when the connection is being set up or updated in the background.

Returns
Type
Description
bool

setReconciling

Output only. Set to true when the connection is being set up or updated in the background.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getAnnotations

Allows clients to store small amounts of arbitrary data.

Returns
Type
Description

setAnnotations

Allows clients to store small amounts of arbitrary data.

Parameter
Name
Description
Returns
Type
Description
$this

getEtag

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

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

getConnectionConfig

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