| Package | Description |
|---|---|
| com.google.api.services.sourcerepo.v1 | |
| com.google.api.services.sourcerepo.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudSourceRepositories.Projects.Repos.Patch |
CloudSourceRepositories.Projects.Repos.patch(String name,
UpdateRepoRequest content)
Updates information about a repo.
|
| Constructor and Description |
|---|
Patch(String name,
UpdateRepoRequest content)
Updates information about a repo.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRepoRequest |
UpdateRepoRequest.clone() |
UpdateRepoRequest |
UpdateRepoRequest.set(String fieldName,
Object value) |
UpdateRepoRequest |
UpdateRepoRequest.setRepo(Repo repo)
The new configuration for the repository.
|
UpdateRepoRequest |
UpdateRepoRequest.setUpdateMask(String updateMask)
A FieldMask specifying which fields of the repo to modify.
|
Copyright © 2011–2020 Google. All rights reserved.