| Package | Description |
|---|---|
| com.google.api.services.sourcerepo.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PubsubConfig |
PubsubConfig.clone() |
PubsubConfig |
PubsubConfig.set(String fieldName,
Object value) |
PubsubConfig |
PubsubConfig.setMessageFormat(String messageFormat)
The format of the Cloud Pub/Sub messages.
|
PubsubConfig |
PubsubConfig.setServiceAccountEmail(String serviceAccountEmail)
Email address of the service account used for publishing Cloud Pub/Sub messages.
|
PubsubConfig |
PubsubConfig.setTopic(String topic)
A topic of Cloud Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubsubConfig> |
ProjectConfig.getPubsubConfigs()
How this project publishes a change in the repositories through Cloud Pub/Sub.
|
Map<String,PubsubConfig> |
Repo.getPubsubConfigs()
How this repository publishes a change in the repository through Cloud Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectConfig |
ProjectConfig.setPubsubConfigs(Map<String,PubsubConfig> pubsubConfigs)
How this project publishes a change in the repositories through Cloud Pub/Sub.
|
Repo |
Repo.setPubsubConfigs(Map<String,PubsubConfig> pubsubConfigs)
How this repository publishes a change in the repository through Cloud Pub/Sub.
|
Copyright © 2011–2020 Google. All rights reserved.