| Package | Description |
|---|---|
| com.google.api.services.sourcerepo.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectConfig |
ProjectConfig.clone() |
ProjectConfig |
UpdateProjectConfigRequest.getProjectConfig()
The new configuration for the project.
|
ProjectConfig |
ProjectConfig.set(String fieldName,
Object value) |
ProjectConfig |
ProjectConfig.setEnablePrivateKeyCheck(Boolean enablePrivateKeyCheck)
Reject a Git push that contains a private key.
|
ProjectConfig |
ProjectConfig.setName(String name)
The name of the project.
|
ProjectConfig |
ProjectConfig.setPubsubConfigs(Map<String,PubsubConfig> pubsubConfigs)
How this project publishes a change in the repositories through Cloud Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectConfigRequest |
UpdateProjectConfigRequest.setProjectConfig(ProjectConfig projectConfig)
The new configuration for the project.
|
Copyright © 2011–2020 Google. All rights reserved.