Skip to content

Commit 1dd9180

Browse files
feat(servicemanagement): update the api
#### servicemanagement:v1 The following keys were added: - schemas.Rollout.properties.universe.type (Total Keys: 1)
1 parent ed040b8 commit 1dd9180

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/servicemanagement_v1.services.rollouts.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117117
&quot;a_key&quot;: 3.14,
118118
},
119119
},
120+
&quot;universe&quot;: &quot;A String&quot;, # The TPC universe which the rollout will be rolled out to.
120121
}
121122

122123
x__xgafv: string, V1 error format.
@@ -176,6 +177,7 @@ <h3>Method Details</h3>
176177
&quot;a_key&quot;: 3.14,
177178
},
178179
},
180+
&quot;universe&quot;: &quot;A String&quot;, # The TPC universe which the rollout will be rolled out to.
179181
}</pre>
180182
</div>
181183

@@ -212,6 +214,7 @@ <h3>Method Details</h3>
212214
&quot;a_key&quot;: 3.14,
213215
},
214216
},
217+
&quot;universe&quot;: &quot;A String&quot;, # The TPC universe which the rollout will be rolled out to.
215218
},
216219
],
217220
}</pre>

googleapiclient/discovery_cache/documents/servicemanagement.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
}
831831
}
832832
},
833-
"revision": "20250519",
833+
"revision": "20250601",
834834
"rootUrl": "https://servicemanagement.googleapis.com/",
835835
"schemas": {
836836
"Advice": {
@@ -3305,6 +3305,10 @@
33053305
"trafficPercentStrategy": {
33063306
"$ref": "TrafficPercentStrategy",
33073307
"description": "Google Service Control selects service configurations based on traffic percentage."
3308+
},
3309+
"universe": {
3310+
"description": "The TPC universe which the rollout will be rolled out to.",
3311+
"type": "string"
33083312
}
33093313
},
33103314
"type": "object"

0 commit comments

Comments
 (0)