Skip to content

Commit 44435a9

Browse files
feat(all): auto-regenerate discovery clients (#2881)
1 parent 36ccedf commit 44435a9

Some content is hidden

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

42 files changed

+903
-259
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241103",
1298+
"revision": "20241113",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -2379,7 +2379,7 @@
23792379
"type": "string"
23802380
},
23812381
"etag": {
2382-
"description": "Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients should not expect this to be in any specific format. If etag is not provided, the operation will be performed as if a valid etag is provided.",
2382+
"description": "Optional. An opaque identifier for the current version of the `ServicePerimeter`. This identifier does not follow any specific format. If an etag is not provided, the operation will be performed as if a valid etag is provided.",
23832383
"type": "string"
23842384
},
23852385
"name": {

accesscontextmanager/v1/accesscontextmanager-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyticsdata/v1beta/analyticsdata-api.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
}
441441
}
442442
},
443-
"revision": "20240825",
443+
"revision": "20241117",
444444
"rootUrl": "https://analyticsdata.googleapis.com/",
445445
"schemas": {
446446
"ActiveMetricRestriction": {
@@ -1007,6 +1007,12 @@
10071007
},
10081008
"type": "object"
10091009
},
1010+
"EmptyFilter": {
1011+
"description": "Filter for empty values.",
1012+
"id": "EmptyFilter",
1013+
"properties": {},
1014+
"type": "object"
1015+
},
10101016
"Filter": {
10111017
"description": "An expression to filter dimension or metric values.",
10121018
"id": "Filter",
@@ -1015,6 +1021,10 @@
10151021
"$ref": "BetweenFilter",
10161022
"description": "A filter for two values."
10171023
},
1024+
"emptyFilter": {
1025+
"$ref": "EmptyFilter",
1026+
"description": "A filter for empty values such as \"(not set)\" and \"\" values."
1027+
},
10181028
"fieldName": {
10191029
"description": "The dimension name or metric name. In most methods, dimensions \u0026 metrics can be used for the first time in this field. However in a RunPivotReportRequest, this field must be additionally specified by name in the RunPivotReportRequest's dimensions or metrics.",
10201030
"type": "string"

analyticsdata/v1beta/analyticsdata-gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigee/v1/apigee-api.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10385,7 +10385,7 @@
1038510385
}
1038610386
}
1038710387
},
10388-
"revision": "20241017",
10388+
"revision": "20241116",
1038910389
"rootUrl": "https://apigee.googleapis.com/",
1039010390
"schemas": {
1039110391
"EdgeConfigstoreBundleBadBundle": {
@@ -13492,6 +13492,10 @@
1349213492
"description": "The location for the config blob of API Runtime Control, aka Envoy Adapter, for op-based authentication as a URI, e.g. a Cloud Storage URI. This is only used by Envoy-based gateways.",
1349313493
"type": "string"
1349413494
},
13495+
"clientIpResolutionConfig": {
13496+
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
13497+
"description": "The algorithm to resolve IP."
13498+
},
1349513499
"createTime": {
1349613500
"description": "Time that the environment configuration was created.",
1349713501
"format": "google-datetime",
@@ -13610,6 +13614,33 @@
1361013614
},
1361113615
"type": "object"
1361213616
},
13617+
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig": {
13618+
"description": "Configuration for resolving the client ip.",
13619+
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
13620+
"properties": {
13621+
"headerIndexAlgorithm": {
13622+
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
13623+
"description": "Resolves the client ip based on a custom header."
13624+
}
13625+
},
13626+
"type": "object"
13627+
},
13628+
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm": {
13629+
"description": "Resolves the client ip based on a custom header.",
13630+
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
13631+
"properties": {
13632+
"ipHeaderIndex": {
13633+
"description": "The index of the ip in the header. (By default, value is 0 if missing)",
13634+
"format": "int32",
13635+
"type": "integer"
13636+
},
13637+
"ipHeaderName": {
13638+
"description": "The name of the header to extract the client ip from.",
13639+
"type": "string"
13640+
}
13641+
},
13642+
"type": "object"
13643+
},
1361313644
"GoogleCloudApigeeV1EnvironmentGroup": {
1361413645
"description": "EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.",
1361513646
"id": "GoogleCloudApigeeV1EnvironmentGroup",

apigee/v1/apigee-gen.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p7beta1/cloudasset-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20240803",
170+
"revision": "20241110",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -1148,6 +1148,10 @@
11481148
"description": "Description of the `ServicePerimeter` and its use. Does not affect behavior.",
11491149
"type": "string"
11501150
},
1151+
"etag": {
1152+
"description": "Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients should not expect this to be in any specific format. If etag is not provided, the operation will be performed as if a valid etag is provided.",
1153+
"type": "string"
1154+
},
11511155
"name": {
11521156
"description": "Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
11531157
"type": "string"

cloudasset/v1p7beta1/cloudasset-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudchannel/v1/cloudchannel-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@
20752075
"operations": {
20762076
"methods": {
20772077
"cancel": {
2078-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2078+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
20792079
"flatPath": "v1/operations/{operationsId}:cancel",
20802080
"httpMethod": "POST",
20812081
"id": "cloudchannel.operations.cancel",
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20241109",
2292+
"revision": "20241116",
22932293
"rootUrl": "https://cloudchannel.googleapis.com/",
22942294
"schemas": {
22952295
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2430,7 +2430,7 @@
24302430
"type": "array"
24312431
},
24322432
"priceReferenceId": {
2433-
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Yet to be implemented: this field is currently not evaluated in the API if populated in a request.",
2433+
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Not yet implemented: if populated in a request, this field isn't evaluated in the API.",
24342434
"type": "string"
24352435
},
24362436
"purchaseOrderId": {
@@ -3109,7 +3109,7 @@
31093109
"type": "array"
31103110
},
31113111
"priceReferenceId": {
3112-
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Yet to be implemented: this field is currently not evaluated in the API if populated in a request.",
3112+
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Not yet implemented: if this field is populated in a request, it isn't evaluated in the API.",
31133113
"type": "string"
31143114
},
31153115
"provisionedService": {
@@ -5230,7 +5230,7 @@
52305230
"type": "array"
52315231
},
52325232
"priceReferenceId": {
5233-
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Yet to be implemented: this field is currently not evaluated in the API if populated in a request.",
5233+
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. Not yet implemented: if this field is populated in a request, it isn't evaluated in the API.",
52345234
"type": "string"
52355235
},
52365236
"provisionedService": {

cloudchannel/v1/cloudchannel-gen.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datalabeling/v1beta1/datalabeling-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@
14761476
"operations": {
14771477
"methods": {
14781478
"cancel": {
1479-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1479+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
14801480
"flatPath": "v1beta1/projects/{projectsId}/operations/{operationsId}:cancel",
14811481
"httpMethod": "GET",
14821482
"id": "datalabeling.projects.operations.cancel",
@@ -1596,7 +1596,7 @@
15961596
}
15971597
}
15981598
},
1599-
"revision": "20231001",
1599+
"revision": "20241117",
16001600
"rootUrl": "https://datalabeling.googleapis.com/",
16011601
"schemas": {
16021602
"GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata": {

0 commit comments

Comments
 (0)