| 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.Repositories.Create |
CloudBuild.Projects.Locations.Connections.Repositories.create(String parent,
Repository content)
Creates a Repository.
|
| Constructor and Description |
|---|
Create(String parent,
Repository content)
Creates a Repository.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.clone() |
Repository |
CreateRepositoryRequest.getRepository()
Required.
|
Repository |
Repository.set(String fieldName,
Object value) |
Repository |
Repository.setAnnotations(Map<String,String> annotations)
Optional.
|
Repository |
Repository.setCreateTime(String createTime)
Output only.
|
Repository |
Repository.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.
|
Repository |
Repository.setName(String name)
Immutable.
|
Repository |
Repository.setRemoteUri(String remoteUri)
Required.
|
Repository |
Repository.setUpdateTime(String updateTime)
Output only.
|
Repository |
Repository.setWebhookId(String webhookId)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
ListRepositoriesResponse.getRepositories()
The list of Repositories.
|
List<Repository> |
FetchLinkableRepositoriesResponse.getRepositories()
repositories ready to be created.
|
List<Repository> |
BatchCreateRepositoriesResponse.getRepositories()
Repository resources created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.setRepository(Repository repository)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesResponse |
ListRepositoriesResponse.setRepositories(List<Repository> repositories)
The list of Repositories.
|
FetchLinkableRepositoriesResponse |
FetchLinkableRepositoriesResponse.setRepositories(List<Repository> repositories)
repositories ready to be created.
|
BatchCreateRepositoriesResponse |
BatchCreateRepositoriesResponse.setRepositories(List<Repository> repositories)
Repository resources created.
|
Copyright © 2011–2026 Google. All rights reserved.