Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: regenerate client documentation, deprecate GitHubEventsConfig i…
Browse files Browse the repository at this point in the history
…nstallationId (#11)
  • Loading branch information
yoshi-automation authored and chingor13 committed Oct 24, 2019
1 parent 7ed40cd commit 8f2094a
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 166 deletions.
Expand Up @@ -498,6 +498,7 @@ public com.google.protobuf.ByteString getTagsBytes(int index) {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -513,6 +514,7 @@ public boolean hasTriggerTemplate() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -530,6 +532,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -546,6 +549,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -559,6 +563,7 @@ public boolean hasGithub() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -574,6 +579,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand Down Expand Up @@ -2092,6 +2098,7 @@ public Builder addTagsBytes(com.google.protobuf.ByteString value) {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2107,6 +2114,7 @@ public boolean hasTriggerTemplate() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2128,6 +2136,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2153,6 +2162,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2175,6 +2185,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource.Builder bu
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand Down Expand Up @@ -2204,6 +2215,7 @@ public Builder mergeTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2227,6 +2239,7 @@ public Builder clearTriggerTemplate() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2244,6 +2257,7 @@ public com.google.cloudbuild.v1.RepoSource.Builder getTriggerTemplateBuilder() {
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -2265,6 +2279,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand Down Expand Up @@ -2298,6 +2313,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2311,6 +2327,7 @@ public boolean hasGithub() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2330,6 +2347,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2353,6 +2371,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2373,6 +2392,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig.Builder bui
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand Down Expand Up @@ -2400,6 +2420,7 @@ public Builder mergeGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2421,6 +2442,7 @@ public Builder clearGithub() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2436,6 +2458,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig.Builder getGithubBuilder() {
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -2455,6 +2478,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfigOrBuilder getGithubOrBuilder()
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand Down
Expand Up @@ -135,6 +135,7 @@ public interface BuildTriggerOrBuilder
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -148,6 +149,7 @@ public interface BuildTriggerOrBuilder
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -161,6 +163,7 @@ public interface BuildTriggerOrBuilder
* Branch and tag names in trigger templates are interpreted as regular
* expressions. Any branch or tag change that matches that regular expression
* will trigger a build.
* Mutually exclusive with `github`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
Expand All @@ -173,6 +176,7 @@ public interface BuildTriggerOrBuilder
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -184,6 +188,7 @@ public interface BuildTriggerOrBuilder
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand All @@ -195,6 +200,7 @@ public interface BuildTriggerOrBuilder
* <pre>
* GitHubEventsConfig describes the configuration of a trigger that creates
* a build whenever a GitHub event is received.
* Mutually exclusive with `trigger_template`.
* </pre>
*
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
Expand Down

0 comments on commit 8f2094a

Please sign in to comment.