Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 20, 2024
1 parent 36ccedf commit 44435a9
Show file tree
Hide file tree
Showing 42 changed files with 903 additions and 259 deletions.
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@
}
}
},
"revision": "20241103",
"revision": "20241113",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -2379,7 +2379,7 @@
"type": "string"
},
"etag": {
"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.",
"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.",
"type": "string"
},
"name": {
Expand Down
6 changes: 3 additions & 3 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion analyticsdata/v1beta/analyticsdata-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
}
}
},
"revision": "20240825",
"revision": "20241117",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -1007,6 +1007,12 @@
},
"type": "object"
},
"EmptyFilter": {
"description": "Filter for empty values.",
"id": "EmptyFilter",
"properties": {},
"type": "object"
},
"Filter": {
"description": "An expression to filter dimension or metric values.",
"id": "Filter",
Expand All @@ -1015,6 +1021,10 @@
"$ref": "BetweenFilter",
"description": "A filter for two values."
},
"emptyFilter": {
"$ref": "EmptyFilter",
"description": "A filter for empty values such as \"(not set)\" and \"\" values."
},
"fieldName": {
"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.",
"type": "string"
Expand Down
6 changes: 6 additions & 0 deletions analyticsdata/v1beta/analyticsdata-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 32 additions & 1 deletion apigee/v1/apigee-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -10385,7 +10385,7 @@
}
}
},
"revision": "20241017",
"revision": "20241116",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -13492,6 +13492,10 @@
"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.",
"type": "string"
},
"clientIpResolutionConfig": {
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
"description": "The algorithm to resolve IP."
},
"createTime": {
"description": "Time that the environment configuration was created.",
"format": "google-datetime",
Expand Down Expand Up @@ -13610,6 +13614,33 @@
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig": {
"description": "Configuration for resolving the client ip.",
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
"properties": {
"headerIndexAlgorithm": {
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
"description": "Resolves the client ip based on a custom header."
}
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm": {
"description": "Resolves the client ip based on a custom header.",
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
"properties": {
"ipHeaderIndex": {
"description": "The index of the ip in the header. (By default, value is 0 if missing)",
"format": "int32",
"type": "integer"
},
"ipHeaderName": {
"description": "The name of the header to extract the client ip from.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentGroup": {
"description": "EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.",
"id": "GoogleCloudApigeeV1EnvironmentGroup",
Expand Down
51 changes: 51 additions & 0 deletions apigee/v1/apigee-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion cloudasset/v1p7beta1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}
}
},
"revision": "20240803",
"revision": "20241110",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningMetadata": {
Expand Down Expand Up @@ -1148,6 +1148,10 @@
"description": "Description of the `ServicePerimeter` and its use. Does not affect behavior.",
"type": "string"
},
"etag": {
"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.",
"type": "string"
},
"name": {
"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`.",
"type": "string"
Expand Down
5 changes: 5 additions & 0 deletions cloudasset/v1p7beta1/cloudasset-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cloudchannel/v1/cloudchannel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@
"operations": {
"methods": {
"cancel": {
"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`.",
"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`.",
"flatPath": "v1/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "cloudchannel.operations.cancel",
Expand Down Expand Up @@ -2289,7 +2289,7 @@
}
}
},
"revision": "20241109",
"revision": "20241116",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -2430,7 +2430,7 @@
"type": "array"
},
"priceReferenceId": {
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"type": "string"
},
"purchaseOrderId": {
Expand Down Expand Up @@ -3109,7 +3109,7 @@
"type": "array"
},
"priceReferenceId": {
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"type": "string"
},
"provisionedService": {
Expand Down Expand Up @@ -5230,7 +5230,7 @@
"type": "array"
},
"priceReferenceId": {
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"description": "Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the # 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.",
"type": "string"
},
"provisionedService": {
Expand Down
14 changes: 7 additions & 7 deletions cloudchannel/v1/cloudchannel-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions datalabeling/v1beta1/datalabeling-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
"operations": {
"methods": {
"cancel": {
"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`.",
"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`.",
"flatPath": "v1beta1/projects/{projectsId}/operations/{operationsId}:cancel",
"httpMethod": "GET",
"id": "datalabeling.projects.operations.cancel",
Expand Down Expand Up @@ -1596,7 +1596,7 @@
}
}
},
"revision": "20231001",
"revision": "20241117",
"rootUrl": "https://datalabeling.googleapis.com/",
"schemas": {
"GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata": {
Expand Down
Loading

0 comments on commit 44435a9

Please # to comment.