Skip to content

Commit 108b819

Browse files
chore: Update discovery artifacts (#1374)
## Discovery Artifact Change Summary: feat(gkehub): update the api b2c1bb0 feat(servicedirectory): update the api 1a87cd4 feat(servicenetworking): update the api 12d70c7
1 parent 92d700a commit 108b819

File tree

154 files changed

+53817
-502
lines changed

Some content is hidden

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

154 files changed

+53817
-502
lines changed

docs/dyn/datastore_v1beta3.projects.html

Lines changed: 208 additions & 78 deletions
Large diffs are not rendered by default.
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
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="dfareporting_v3_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.accountActiveAdSummaries.html">accountActiveAdSummaries</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(profileId, summaryAccountId, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets the account's active ad summary by account ID.</p>
83+
<h3>Method Details</h3>
84+
<div class="method">
85+
<code class="details" id="close">close()</code>
86+
<pre>Close httplib2 connections.</pre>
87+
</div>
88+
89+
<div class="method">
90+
<code class="details" id="get">get(profileId, summaryAccountId, x__xgafv=None)</code>
91+
<pre>Gets the account&#x27;s active ad summary by account ID.
92+
93+
Args:
94+
profileId: string, User profile ID associated with this request. (required)
95+
summaryAccountId: string, Account ID. (required)
96+
x__xgafv: string, V1 error format.
97+
Allowed values
98+
1 - v1 error format
99+
2 - v2 error format
100+
101+
Returns:
102+
An object of the form:
103+
104+
{ # Gets a summary of active ads in an account.
105+
&quot;accountId&quot;: &quot;A String&quot;, # ID of the account.
106+
&quot;activeAds&quot;: &quot;A String&quot;, # Ads that have been activated for the account
107+
&quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for the account.
108+
&quot;availableAds&quot;: &quot;A String&quot;, # Ads that can be activated for the account.
109+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#accountActiveAdSummary&quot;.
110+
}</pre>
111+
</div>
112+
113+
</body></html>
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
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="dfareporting_v3_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.accountPermissionGroups.html">accountPermissionGroups</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets one account permission group by ID.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(profileId, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Retrieves the list of account permission groups.</p>
86+
<h3>Method Details</h3>
87+
<div class="method">
88+
<code class="details" id="close">close()</code>
89+
<pre>Close httplib2 connections.</pre>
90+
</div>
91+
92+
<div class="method">
93+
<code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
94+
<pre>Gets one account permission group by ID.
95+
96+
Args:
97+
profileId: string, User profile ID associated with this request. (required)
98+
id: string, Account permission group ID. (required)
99+
x__xgafv: string, V1 error format.
100+
Allowed values
101+
1 - v1 error format
102+
2 - v2 error format
103+
104+
Returns:
105+
An object of the form:
106+
107+
{ # AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.
108+
&quot;id&quot;: &quot;A String&quot;, # ID of this account permission group.
109+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#accountPermissionGroup&quot;.
110+
&quot;name&quot;: &quot;A String&quot;, # Name of this account permission group.
111+
}</pre>
112+
</div>
113+
114+
<div class="method">
115+
<code class="details" id="list">list(profileId, x__xgafv=None)</code>
116+
<pre>Retrieves the list of account permission groups.
117+
118+
Args:
119+
profileId: string, User profile ID associated with this request. (required)
120+
x__xgafv: string, V1 error format.
121+
Allowed values
122+
1 - v1 error format
123+
2 - v2 error format
124+
125+
Returns:
126+
An object of the form:
127+
128+
{ # Account Permission Group List Response
129+
&quot;accountPermissionGroups&quot;: [ # Account permission group collection.
130+
{ # AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.
131+
&quot;id&quot;: &quot;A String&quot;, # ID of this account permission group.
132+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#accountPermissionGroup&quot;.
133+
&quot;name&quot;: &quot;A String&quot;, # Name of this account permission group.
134+
},
135+
],
136+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#accountPermissionGroupsListResponse&quot;.
137+
}</pre>
138+
</div>
139+
140+
</body></html>

0 commit comments

Comments
 (0)