Skip to content

Commit 4f75dfe

Browse files
feat(saasservicemgmt): update the API
#### saasservicemgmt:v1beta1 The following keys were added: - schemas.Rollout.properties.effectiveUnitFilter.description - schemas.Rollout.properties.effectiveUnitFilter.readOnly - schemas.Rollout.properties.effectiveUnitFilter.type The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 163b203 commit 4f75dfe

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

discovery/saasservicemgmt-v1beta1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -2011,7 +2011,7 @@
20112011
}
20122012
}
20132013
},
2014-
"revision": "20250917",
2014+
"revision": "20251103",
20152015
"rootUrl": "https://saasservicemgmt.googleapis.com/",
20162016
"schemas": {
20172017
"Aggregate": {
@@ -2682,6 +2682,11 @@
26822682
"readOnly": true,
26832683
"type": "string"
26842684
},
2685+
"effectiveUnitFilter": {
2686+
"description": "Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time. Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of Rollout.unit_filter and RolloutKind.unit_filter. This field captures the filter applied by the Rollout to determine the Unit population. If the associated RolloutKind's unit_filter is modified after the rollout is started, it will not be updated here.",
2687+
"readOnly": true,
2688+
"type": "string"
2689+
},
26852690
"endTime": {
26862691
"description": "Optional. Output only. The time when the rollout finished execution (regardless of success, failure, or cancellation). Will be empty if the rollout hasn't finished yet. Once set, the rollout is in terminal state and all the results are final.",
26872692
"format": "google-datetime",

src/apis/saasservicemgmt/v1beta1.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@ export namespace saasservicemgmt_v1beta1 {
583583
* Output only. The timestamp when the resource was created.
584584
*/
585585
createTime?: string | null;
586+
/**
587+
* Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time. Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of Rollout.unit_filter and RolloutKind.unit_filter. This field captures the filter applied by the Rollout to determine the Unit population. If the associated RolloutKind's unit_filter is modified after the rollout is started, it will not be updated here.
588+
*/
589+
effectiveUnitFilter?: string | null;
586590
/**
587591
* Optional. Output only. The time when the rollout finished execution (regardless of success, failure, or cancellation). Will be empty if the rollout hasn't finished yet. Once set, the rollout is in terminal state and all the results are final.
588592
*/
@@ -1402,7 +1406,7 @@ export namespace saasservicemgmt_v1beta1 {
14021406
*
14031407
* // Do the magic
14041408
* const res = await saasservicemgmt.projects.locations.list({
1405-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1409+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
14061410
* extraLocationTypes: 'placeholder-value',
14071411
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
14081412
* filter: 'placeholder-value',
@@ -1531,7 +1535,7 @@ export namespace saasservicemgmt_v1beta1 {
15311535
export interface Params$Resource$Projects$Locations$List
15321536
extends StandardParameters {
15331537
/**
1534-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1538+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
15351539
*/
15361540
extraLocationTypes?: string[];
15371541
/**
@@ -4290,6 +4294,7 @@ export namespace saasservicemgmt_v1beta1 {
42904294
* // "annotations": {},
42914295
* // "control": {},
42924296
* // "createTime": "my_createTime",
4297+
* // "effectiveUnitFilter": "my_effectiveUnitFilter",
42934298
* // "endTime": "my_endTime",
42944299
* // "etag": "my_etag",
42954300
* // "labels": {},
@@ -4317,6 +4322,7 @@ export namespace saasservicemgmt_v1beta1 {
43174322
* // "annotations": {},
43184323
* // "control": {},
43194324
* // "createTime": "my_createTime",
4325+
* // "effectiveUnitFilter": "my_effectiveUnitFilter",
43204326
* // "endTime": "my_endTime",
43214327
* // "etag": "my_etag",
43224328
* // "labels": {},
@@ -4613,6 +4619,7 @@ export namespace saasservicemgmt_v1beta1 {
46134619
* // "annotations": {},
46144620
* // "control": {},
46154621
* // "createTime": "my_createTime",
4622+
* // "effectiveUnitFilter": "my_effectiveUnitFilter",
46164623
* // "endTime": "my_endTime",
46174624
* // "etag": "my_etag",
46184625
* // "labels": {},
@@ -4923,6 +4930,7 @@ export namespace saasservicemgmt_v1beta1 {
49234930
* // "annotations": {},
49244931
* // "control": {},
49254932
* // "createTime": "my_createTime",
4933+
* // "effectiveUnitFilter": "my_effectiveUnitFilter",
49264934
* // "endTime": "my_endTime",
49274935
* // "etag": "my_etag",
49284936
* // "labels": {},
@@ -4950,6 +4958,7 @@ export namespace saasservicemgmt_v1beta1 {
49504958
* // "annotations": {},
49514959
* // "control": {},
49524960
* // "createTime": "my_createTime",
4961+
* // "effectiveUnitFilter": "my_effectiveUnitFilter",
49534962
* // "endTime": "my_endTime",
49544963
* // "etag": "my_etag",
49554964
* // "labels": {},

0 commit comments

Comments
 (0)