Skip to content

Commit 807277b

Browse files
chore: Update discovery artifacts (#1304)
## Discovery Artifact Change Summary: cloudbuildv1[ [More details]](8b4a096) filev1beta1[ [More details]](f8fb4df)
1 parent c9a1a8c commit 807277b

File tree

80 files changed

+2541
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2541
-473
lines changed

docs/dyn/cloudbuild_v1.projects.triggers.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ <h3>Method Details</h3>
334334
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
335335
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
336336
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
337+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
337338
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
338339
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
339340
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -357,6 +358,12 @@ <h3>Method Details</h3>
357358
&quot;A String&quot;,
358359
],
359360
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
361+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
362+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
363+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
364+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
365+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
366+
},
360367
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
361368
&quot;a_key&quot;: &quot;A String&quot;,
362369
},
@@ -603,6 +610,7 @@ <h3>Method Details</h3>
603610
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
604611
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
605612
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
613+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
606614
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
607615
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
608616
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -626,6 +634,12 @@ <h3>Method Details</h3>
626634
&quot;A String&quot;,
627635
],
628636
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
637+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
638+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
639+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
640+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
641+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
642+
},
629643
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
630644
&quot;a_key&quot;: &quot;A String&quot;,
631645
},
@@ -899,6 +913,7 @@ <h3>Method Details</h3>
899913
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
900914
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
901915
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
916+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
902917
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
903918
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
904919
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -922,6 +937,12 @@ <h3>Method Details</h3>
922937
&quot;A String&quot;,
923938
],
924939
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
940+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
941+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
942+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
943+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
944+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
945+
},
925946
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
926947
&quot;a_key&quot;: &quot;A String&quot;,
927948
},
@@ -1180,6 +1201,7 @@ <h3>Method Details</h3>
11801201
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
11811202
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
11821203
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1204+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
11831205
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
11841206
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
11851207
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -1203,6 +1225,12 @@ <h3>Method Details</h3>
12031225
&quot;A String&quot;,
12041226
],
12051227
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1228+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1229+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
1230+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1231+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1232+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1233+
},
12061234
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
12071235
&quot;a_key&quot;: &quot;A String&quot;,
12081236
},
@@ -1468,6 +1496,7 @@ <h3>Method Details</h3>
14681496
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
14691497
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
14701498
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1499+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
14711500
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
14721501
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
14731502
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -1491,6 +1520,12 @@ <h3>Method Details</h3>
14911520
&quot;A String&quot;,
14921521
],
14931522
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1523+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1524+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
1525+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1526+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1527+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1528+
},
14941529
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
14951530
&quot;a_key&quot;: &quot;A String&quot;,
14961531
},
@@ -1737,6 +1772,7 @@ <h3>Method Details</h3>
17371772
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this trigger.
17381773
&quot;disabled&quot;: True or False, # If true, the trigger will never automatically execute a build.
17391774
&quot;filename&quot;: &quot;A String&quot;, # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1775+
&quot;filter&quot;: &quot;A String&quot;, # Optional. A Common Expression Language string.
17401776
&quot;github&quot;: { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
17411777
&quot;installationId&quot;: &quot;A String&quot;, # The installationID that emits the GitHub event.
17421778
&quot;name&quot;: &quot;A String&quot;, # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is &quot;cloud-builders&quot;.
@@ -1760,6 +1796,12 @@ <h3>Method Details</h3>
17601796
&quot;A String&quot;,
17611797
],
17621798
&quot;name&quot;: &quot;A String&quot;, # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1799+
&quot;pubsubConfig&quot;: { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1800+
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Service account that will make the push request.
1801+
&quot;state&quot;: &quot;A String&quot;, # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1802+
&quot;subscription&quot;: &quot;A String&quot;, # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1803+
&quot;topic&quot;: &quot;A String&quot;, # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1804+
},
17631805
&quot;substitutions&quot;: { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
17641806
&quot;a_key&quot;: &quot;A String&quot;,
17651807
},
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="cloudcommerceprocurement_v1.html">Cloud Commerce Partner Procurement API</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="cloudcommerceprocurement_v1.providers.html">providers()</a></code>
79+
</p>
80+
<p class="firstline">Returns the providers Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<p class="toc_element">
86+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
87+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
88+
<h3>Method Details</h3>
89+
<div class="method">
90+
<code class="details" id="close">close()</code>
91+
<pre>Close httplib2 connections.</pre>
92+
</div>
93+
94+
<div class="method">
95+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
96+
<pre>Create a BatchHttpRequest object based on the discovery document.
97+
98+
Args:
99+
callback: callable, A callback to be called for each response, of the
100+
form callback(id, response, exception). The first parameter is the
101+
request id, and the second is the deserialized response object. The
102+
third is an apiclient.errors.HttpError exception object if an HTTP
103+
error occurred while processing the request, or None if no error
104+
occurred.
105+
106+
Returns:
107+
A BatchHttpRequest object based on the discovery document.
108+
</pre>
109+
</div>
110+
111+
</body></html>

0 commit comments

Comments
 (0)