Skip to content

Commit 2ec3e56

Browse files
feat(all): auto-regenerate discovery clients (#2979)
1 parent 45c3513 commit 2ec3e56

38 files changed

+1155
-869
lines changed

androidenterprise/v1/androidenterprise-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1811,8 +1811,10 @@
18111811
}
18121812
},
18131813
"serviceaccountkeys": {
1814+
"deprecated": true,
18141815
"methods": {
18151816
"delete": {
1817+
"deprecated": true,
18161818
"description": "Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.",
18171819
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys/{keyId}",
18181820
"httpMethod": "DELETE",
@@ -1841,6 +1843,7 @@
18411843
]
18421844
},
18431845
"insert": {
1846+
"deprecated": true,
18441847
"description": "Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.",
18451848
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys",
18461849
"httpMethod": "POST",
@@ -1868,6 +1871,7 @@
18681871
]
18691872
},
18701873
"list": {
1874+
"deprecated": true,
18711875
"description": "Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.",
18721876
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys",
18731877
"httpMethod": "GET",
@@ -2652,7 +2656,7 @@
26522656
}
26532657
}
26542658
},
2655-
"revision": "20250115",
2659+
"revision": "20250122",
26562660
"rootUrl": "https://androidenterprise.googleapis.com/",
26572661
"schemas": {
26582662
"Administrator": {
@@ -4639,6 +4643,7 @@
46394643
"type": "object"
46404644
},
46414645
"ServiceAccountKeysListResponse": {
4646+
"deprecated": true,
46424647
"id": "ServiceAccountKeysListResponse",
46434648
"properties": {
46444649
"serviceAccountKey": {

bigquery/v2/bigquery-api.json

+37-2
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@
20092009
}
20102010
}
20112011
},
2012-
"revision": "20241222",
2012+
"revision": "20250112",
20132013
"rootUrl": "https://bigquery.googleapis.com/",
20142014
"schemas": {
20152015
"AggregateClassificationMetrics": {
@@ -6369,7 +6369,7 @@
63696369
"id": "MaterializedViewDefinition",
63706370
"properties": {
63716371
"allowNonIncrementalDefinition": {
6372-
"description": "Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally.",
6372+
"description": "Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. Non-incremental materialized views support an expanded range of SQL queries. The `allow_non_incremental_definition` option can't be changed after the materialized view is created.",
63736373
"type": "boolean"
63746374
},
63756375
"enableRefresh": {
@@ -7281,11 +7281,23 @@
72817281
"description": "Whether the query result was fetched from the query cache.",
72827282
"type": "boolean"
72837283
},
7284+
"creationTime": {
7285+
"description": "Output only. Creation time of this query, in milliseconds since the epoch. This field will be present on all queries.",
7286+
"format": "int64",
7287+
"readOnly": true,
7288+
"type": "string"
7289+
},
72847290
"dmlStats": {
72857291
"$ref": "DmlStatistics",
72867292
"description": "Output only. Detailed statistics for DML statements INSERT, UPDATE, DELETE, MERGE or TRUNCATE.",
72877293
"readOnly": true
72887294
},
7295+
"endTime": {
7296+
"description": "Output only. End time of this query, in milliseconds since the epoch. This field will be present whenever a query job is in the DONE state.",
7297+
"format": "int64",
7298+
"readOnly": true,
7299+
"type": "string"
7300+
},
72897301
"errors": {
72907302
"description": "Output only. The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful. For more information about error messages, see [Error messages](https://cloud.google.com/bigquery/docs/error-messages).",
72917303
"items": {
@@ -7311,6 +7323,11 @@
73117323
"description": "The resource type.",
73127324
"type": "string"
73137325
},
7326+
"location": {
7327+
"description": "Output only. The geographic location of the query. For more information about BigQuery locations, see: https://cloud.google.com/bigquery/docs/locations",
7328+
"readOnly": true,
7329+
"type": "string"
7330+
},
73147331
"numDmlAffectedRows": {
73157332
"description": "Output only. The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
73167333
"format": "int64",
@@ -7341,6 +7358,18 @@
73417358
"description": "Output only. Information of the session if this job is part of one.",
73427359
"readOnly": true
73437360
},
7361+
"startTime": {
7362+
"description": "Output only. Start time of this query, in milliseconds since the epoch. This field will be present when the query job transitions from the PENDING state to either RUNNING or DONE.",
7363+
"format": "int64",
7364+
"readOnly": true,
7365+
"type": "string"
7366+
},
7367+
"totalBytesBilled": {
7368+
"description": "Output only. If the project is configured to use on-demand pricing, then this field contains the total bytes billed for the job. If the project is configured to use flat-rate pricing, then you are not billed for bytes and this field is informational only.",
7369+
"format": "int64",
7370+
"readOnly": true,
7371+
"type": "string"
7372+
},
73447373
"totalBytesProcessed": {
73457374
"description": "The total number of bytes processed for this query. If this query was a dry run, this is the number of bytes that would be processed if the query were run.",
73467375
"format": "int64",
@@ -7350,6 +7379,12 @@
73507379
"description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.",
73517380
"format": "uint64",
73527381
"type": "string"
7382+
},
7383+
"totalSlotMs": {
7384+
"description": "Output only. Number of slot ms the user is actually billed for.",
7385+
"format": "int64",
7386+
"readOnly": true,
7387+
"type": "string"
73537388
}
73547389
},
73557390
"type": "object"

bigquery/v2/bigquery-gen.go

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1/cloudidentity-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@
20572057
"parameterOrder": [],
20582058
"parameters": {
20592059
"filter": {
2060-
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = 'settings/gmail.*' Policies can be filtered by setting type with this expression: setting.name = '*.service_status' A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `\u0026\u0026` operator.",
2060+
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\\\\..*$') Policies can be filtered by setting type with this expression: setting.type.matches('^.*\\\\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `\u0026\u0026` operator.",
20612061
"location": "query",
20622062
"type": "string"
20632063
},
@@ -2085,7 +2085,7 @@
20852085
}
20862086
}
20872087
},
2088-
"revision": "20241208",
2088+
"revision": "20250121",
20892089
"rootUrl": "https://cloudidentity.googleapis.com/",
20902090
"schemas": {
20912091
"AddIdpCredentialOperationMetadata": {

cloudidentity/v1/cloudidentity-gen.go

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1beta1/cloudidentity-api.json

+17-4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
2424
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
2525
},
26+
"https://www.googleapis.com/auth/cloud-identity.orgunits": {
27+
"description": "List, Move orgmembers of an OrgUnit in your Cloud Identity Organization."
28+
},
29+
"https://www.googleapis.com/auth/cloud-identity.orgunits.readonly": {
30+
"description": "List org members of an OrgUnit in your Cloud Identity Organization."
31+
},
2632
"https://www.googleapis.com/auth/cloud-identity.policies": {
2733
"description": "See and edit policies in your Cloud Identity Organization."
2834
},
@@ -2015,7 +2021,11 @@
20152021
"path": "v1beta1/{+parent}/memberships",
20162022
"response": {
20172023
"$ref": "ListOrgMembershipsResponse"
2018-
}
2024+
},
2025+
"scopes": [
2026+
"https://www.googleapis.com/auth/cloud-identity.orgunits",
2027+
"https://www.googleapis.com/auth/cloud-identity.orgunits.readonly"
2028+
]
20192029
},
20202030
"move": {
20212031
"description": "Move an OrgMembership to a new OrgUnit. NOTE: This is an atomic copy-and-delete. The resource will have a new copy under the destination OrgUnit and be deleted from the source OrgUnit. The resource can only be searched under the destination OrgUnit afterwards.",
@@ -2040,7 +2050,10 @@
20402050
},
20412051
"response": {
20422052
"$ref": "Operation"
2043-
}
2053+
},
2054+
"scopes": [
2055+
"https://www.googleapis.com/auth/cloud-identity.orgunits"
2056+
]
20442057
}
20452058
}
20462059
}
@@ -2082,7 +2095,7 @@
20822095
"parameterOrder": [],
20832096
"parameters": {
20842097
"filter": {
2085-
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = 'settings/gmail.*' Policies can be filtered by setting type with this expression: setting.name = '*.service_status' A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `\u0026\u0026` operator.",
2098+
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\\\\..*$') Policies can be filtered by setting type with this expression: setting.type.matches('^.*\\\\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `\u0026\u0026` operator.",
20862099
"location": "query",
20872100
"type": "string"
20882101
},
@@ -2110,7 +2123,7 @@
21102123
}
21112124
}
21122125
},
2113-
"revision": "20250107",
2126+
"revision": "20250121",
21142127
"rootUrl": "https://cloudidentity.googleapis.com/",
21152128
"schemas": {
21162129
"AddIdpCredentialOperationMetadata": {

0 commit comments

Comments
 (0)