Skip to content

Commit 494a29d

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - resources.properties.resources.dataStreams.resources.eventEditRules.methods.reorder (Total Keys: 11) - schemas.GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest (Total Keys: 4) #### analyticsadmin:v1beta The following keys were added: - resources.properties.resources.dataStreams.resources.eventEditRules.methods.reorder (Total Keys: 11) - schemas.GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest (Total Keys: 4)
1 parent 9d6000f commit 494a29d

6 files changed

+330
-2
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
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="analyticsadmin_v1alpha.html">Google Analytics Admin API</a> . <a href="analyticsadmin_v1alpha.properties.html">properties</a> . <a href="analyticsadmin_v1alpha.properties.dataStreams.html">dataStreams</a> . <a href="analyticsadmin_v1alpha.properties.dataStreams.eventEditRules.html">eventEditRules</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="#reorder">reorder(parent, body=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Changes the processing order of event edit rules on the specified stream.</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="reorder">reorder(parent, body=None, x__xgafv=None)</code>
91+
<pre>Changes the processing order of event edit rules on the specified stream.
92+
93+
Args:
94+
parent: string, Required. Example format: properties/123/dataStreams/456 (required)
95+
body: object, The request body.
96+
The object takes the form of:
97+
98+
{ # Request message for ReorderEventEditRules RPC.
99+
&quot;eventEditRules&quot;: [ # Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.
100+
&quot;A String&quot;,
101+
],
102+
}
103+
104+
x__xgafv: string, V1 error format.
105+
Allowed values
106+
1 - v1 error format
107+
2 - v2 error format
108+
109+
Returns:
110+
An object of the form:
111+
112+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
113+
}</pre>
114+
</div>
115+
116+
</body></html>

docs/dyn/analyticsadmin_v1alpha.properties.dataStreams.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the eventCreateRules Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
84+
</p>
85+
<p class="firstline">Returns the eventEditRules Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
8489
</p>
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
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="analyticsadmin_v1beta.html">Google Analytics Admin API</a> . <a href="analyticsadmin_v1beta.properties.html">properties</a> . <a href="analyticsadmin_v1beta.properties.dataStreams.html">dataStreams</a> . <a href="analyticsadmin_v1beta.properties.dataStreams.eventEditRules.html">eventEditRules</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="#reorder">reorder(parent, body=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Changes the processing order of event edit rules on the specified stream.</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="reorder">reorder(parent, body=None, x__xgafv=None)</code>
91+
<pre>Changes the processing order of event edit rules on the specified stream.
92+
93+
Args:
94+
parent: string, Required. Example format: properties/123/dataStreams/456 (required)
95+
body: object, The request body.
96+
The object takes the form of:
97+
98+
{ # Request message for ReorderEventEditRules RPC.
99+
&quot;eventEditRules&quot;: [ # Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.
100+
&quot;A String&quot;,
101+
],
102+
}
103+
104+
x__xgafv: string, V1 error format.
105+
Allowed values
106+
1 - v1 error format
107+
2 - v2 error format
108+
109+
Returns:
110+
An object of the form:
111+
112+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
113+
}</pre>
114+
</div>
115+
116+
</body></html>

docs/dyn/analyticsadmin_v1beta.properties.dataStreams.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="analyticsadmin_v1beta.html">Google Analytics Admin API</a> . <a href="analyticsadmin_v1beta.properties.html">properties</a> . <a href="analyticsadmin_v1beta.properties.dataStreams.html">dataStreams</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="analyticsadmin_v1beta.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
79+
</p>
80+
<p class="firstline">Returns the eventEditRules Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="analyticsadmin_v1beta.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
7984
</p>

googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3016,6 +3016,35 @@
30163016
}
30173017
}
30183018
},
3019+
"eventEditRules": {
3020+
"methods": {
3021+
"reorder": {
3022+
"description": "Changes the processing order of event edit rules on the specified stream.",
3023+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules:reorder",
3024+
"httpMethod": "POST",
3025+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.reorder",
3026+
"parameterOrder": [
3027+
"parent"
3028+
],
3029+
"parameters": {
3030+
"parent": {
3031+
"description": "Required. Example format: properties/123/dataStreams/456",
3032+
"location": "path",
3033+
"pattern": "^properties/[^/]+/dataStreams/[^/]+$",
3034+
"required": true,
3035+
"type": "string"
3036+
}
3037+
},
3038+
"path": "v1alpha/{+parent}/eventEditRules:reorder",
3039+
"request": {
3040+
"$ref": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest"
3041+
},
3042+
"response": {
3043+
"$ref": "GoogleProtobufEmpty"
3044+
}
3045+
}
3046+
}
3047+
},
30193048
"measurementProtocolSecrets": {
30203049
"methods": {
30213050
"create": {
@@ -4617,7 +4646,7 @@
46174646
}
46184647
}
46194648
},
4620-
"revision": "20240521",
4649+
"revision": "20240602",
46214650
"rootUrl": "https://analyticsadmin.googleapis.com/",
46224651
"schemas": {
46234652
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -8206,6 +8235,20 @@
82068235
},
82078236
"type": "object"
82088237
},
8238+
"GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest": {
8239+
"description": "Request message for ReorderEventEditRules RPC.",
8240+
"id": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest",
8241+
"properties": {
8242+
"eventEditRules": {
8243+
"description": "Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.",
8244+
"items": {
8245+
"type": "string"
8246+
},
8247+
"type": "array"
8248+
}
8249+
},
8250+
"type": "object"
8251+
},
82098252
"GoogleAnalyticsAdminV1alphaRollupPropertySourceLink": {
82108253
"description": "A link that references a source property under the parent rollup property.",
82118254
"id": "GoogleAnalyticsAdminV1alphaRollupPropertySourceLink",

googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,35 @@
12531253
}
12541254
},
12551255
"resources": {
1256+
"eventEditRules": {
1257+
"methods": {
1258+
"reorder": {
1259+
"description": "Changes the processing order of event edit rules on the specified stream.",
1260+
"flatPath": "v1beta/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules:reorder",
1261+
"httpMethod": "POST",
1262+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.reorder",
1263+
"parameterOrder": [
1264+
"parent"
1265+
],
1266+
"parameters": {
1267+
"parent": {
1268+
"description": "Required. Example format: properties/123/dataStreams/456",
1269+
"location": "path",
1270+
"pattern": "^properties/[^/]+/dataStreams/[^/]+$",
1271+
"required": true,
1272+
"type": "string"
1273+
}
1274+
},
1275+
"path": "v1beta/{+parent}/eventEditRules:reorder",
1276+
"request": {
1277+
"$ref": "GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest"
1278+
},
1279+
"response": {
1280+
"$ref": "GoogleProtobufEmpty"
1281+
}
1282+
}
1283+
}
1284+
},
12561285
"measurementProtocolSecrets": {
12571286
"methods": {
12581287
"create": {
@@ -1788,7 +1817,7 @@
17881817
}
17891818
}
17901819
},
1791-
"revision": "20240521",
1820+
"revision": "20240602",
17921821
"rootUrl": "https://analyticsadmin.googleapis.com/",
17931822
"schemas": {
17941823
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -3323,6 +3352,20 @@
33233352
},
33243353
"type": "object"
33253354
},
3355+
"GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest": {
3356+
"description": "Request message for ReorderEventEditRules RPC.",
3357+
"id": "GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest",
3358+
"properties": {
3359+
"eventEditRules": {
3360+
"description": "Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.",
3361+
"items": {
3362+
"type": "string"
3363+
},
3364+
"type": "array"
3365+
}
3366+
},
3367+
"type": "object"
3368+
},
33263369
"GoogleAnalyticsAdminV1betaRunAccessReportRequest": {
33273370
"description": "The request for a Data Access Record Report.",
33283371
"id": "GoogleAnalyticsAdminV1betaRunAccessReportRequest",

0 commit comments

Comments
 (0)