Package | Description |
---|---|
com.google.api.services.cloudbuild.v2 | |
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
CloudBuild.Projects.Locations.Connections.Create |
CloudBuild.Projects.Locations.Connections.create(String parent,
Connection content)
Creates a Connection.
|
CloudBuild.Projects.Locations.Connections.Patch |
CloudBuild.Projects.Locations.Connections.patch(String name,
Connection content)
Updates a single connection.
|
Constructor and Description |
---|
Create(String parent,
Connection content)
Creates a Connection.
|
Patch(String name,
Connection content)
Updates a single connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.clone() |
Connection |
Connection.set(String fieldName,
Object value) |
Connection |
Connection.setAnnotations(Map<String,String> annotations)
Optional.
|
Connection |
Connection.setBitbucketCloudConfig(BitbucketCloudConfig bitbucketCloudConfig)
Configuration for connections to Bitbucket Cloud.
|
Connection |
Connection.setBitbucketDataCenterConfig(BitbucketDataCenterConfig bitbucketDataCenterConfig)
Configuration for connections to Bitbucket Data Center.
|
Connection |
Connection.setCreateTime(String createTime)
Output only.
|
Connection |
Connection.setDisabled(Boolean disabled)
Optional.
|
Connection |
Connection.setEtag(String etag)
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.
|
Connection |
Connection.setGithubConfig(GitHubConfig githubConfig)
Configuration for connections to github.com.
|
Connection |
Connection.setGithubEnterpriseConfig(GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig githubEnterpriseConfig)
Configuration for connections to an instance of GitHub Enterprise.
|
Connection |
Connection.setGitlabConfig(GoogleDevtoolsCloudbuildV2GitLabConfig gitlabConfig)
Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
|
Connection |
Connection.setInstallationState(InstallationState installationState)
Output only.
|
Connection |
Connection.setName(String name)
Immutable.
|
Connection |
Connection.setReconciling(Boolean reconciling)
Output only.
|
Connection |
Connection.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
ListConnectionsResponse.getConnections()
The list of Connections.
|
Modifier and Type | Method and Description |
---|---|
ListConnectionsResponse |
ListConnectionsResponse.setConnections(List<Connection> connections)
The list of Connections.
|
Copyright © 2011–2025 Google. All rights reserved.