Skip to content

Commit dfbc111

Browse files
feat(all): auto-regenerate discovery clients (#2955)
1 parent 91e61ae commit dfbc111

24 files changed

+127
-306
lines changed

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@
21102110
}
21112111
}
21122112
},
2113-
"revision": "20241210",
2113+
"revision": "20250107",
21142114
"rootUrl": "https://cloudidentity.googleapis.com/",
21152115
"schemas": {
21162116
"AddIdpCredentialOperationMetadata": {
@@ -4115,7 +4115,7 @@
41154115
"additionalProperties": {
41164116
"type": "string"
41174117
},
4118-
"description": "Required. One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value.",
4118+
"description": "Required. One or more label entries that apply to the Group. Labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta) Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so locks the group. To unlock the group, remove this label.",
41194119
"type": "object"
41204120
},
41214121
"name": {

cloudidentity/v1beta1/cloudidentity-gen.go

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

deploymentmanager/v0.alpha/deploymentmanager-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
16761676
}
16771677
}
16781678
},
1679-
"revision": "20241122",
1679+
"revision": "20250102",
16801680
"rootUrl": "https://deploymentmanager.googleapis.com/",
16811681
"schemas": {
16821682
"AsyncOptions": {
@@ -2214,11 +2214,11 @@
22142214
"description": "The logical grouping to which the \"reason\" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: \"pubsub.googleapis.com\". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is \"googleapis.com\".",
22152215
"type": "string"
22162216
},
2217-
"metadata": {
2217+
"metadatas": {
22182218
"additionalProperties": {
22192219
"type": "string"
22202220
},
2221-
"description": "Additional structured details about this error. Keys must match /a-z+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {\"instanceLimit\": \"100/request\"}, should be returned as, {\"instanceLimitPerRequest\": \"100\"}, if the client exceeds the number of instances that can be created in a single (batch) request.",
2221+
"description": "Additional structured details about this error. Keys must match a regular expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than `{\"instanceLimit\": \"100/request\"}`, should be returned as, `{\"instanceLimitPerRequest\": \"100\"}`, if the client exceeds the number of instances that can be created in a single (batch) request.",
22222222
"type": "object"
22232223
},
22242224
"reason": {

deploymentmanager/v0.alpha/deploymentmanager-gen.go

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

firebase/v1beta1/firebase-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
}
13251325
}
13261326
},
1327-
"revision": "20241217",
1327+
"revision": "20250107",
13281328
"rootUrl": "https://firebase.googleapis.com/",
13291329
"schemas": {
13301330
"AddFirebaseRequest": {
@@ -2152,12 +2152,12 @@
21522152
"id": "StatusProto",
21532153
"properties": {
21542154
"canonicalCode": {
2155-
"description": "The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be.",
2155+
"description": "The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;",
21562156
"format": "int32",
21572157
"type": "integer"
21582158
},
21592159
"code": {
2160-
"description": "Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto",
2160+
"description": "Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;",
21612161
"format": "int32",
21622162
"type": "integer"
21632163
},

firebase/v1beta1/firebase-gen.go

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

firebasestorage/v1beta/firebasestorage-api.json

Lines changed: 1 addition & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
}
326326
}
327327
},
328-
"revision": "20241111",
328+
"revision": "20241218",
329329
"rootUrl": "https://firebasestorage.googleapis.com/",
330330
"schemas": {
331331
"AddFirebaseRequest": {
@@ -376,104 +376,6 @@
376376
"properties": {},
377377
"type": "object"
378378
},
379-
"GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata": {
380-
"description": "Metadata for MigrateLocationDestructively LRO.",
381-
"id": "GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata",
382-
"properties": {
383-
"createTime": {
384-
"description": "The time the LRO was created.",
385-
"format": "google-datetime",
386-
"type": "string"
387-
},
388-
"lastUpdateTime": {
389-
"description": "The time the LRO was last updated.",
390-
"format": "google-datetime",
391-
"type": "string"
392-
},
393-
"state": {
394-
"description": "The current state of the migration.",
395-
"enum": [
396-
"STATE_UNSPECIFIED",
397-
"PENDING",
398-
"CREATING_TEMP_BUCKET",
399-
"TRANSFERRING_TO_TEMP",
400-
"DELETING_SOURCE_BUCKET",
401-
"CREATING_DESTINATION_BUCKET",
402-
"TRANSFERRING_TO_DESTINATION",
403-
"DELETING_TEMP_BUCKET",
404-
"SUCCEEDED",
405-
"FAILED",
406-
"ROLLING_BACK",
407-
"ROLLED_BACK"
408-
],
409-
"enumDescriptions": [
410-
"Unspecified state. Should not be used.",
411-
"The MigrateLocationDestructively request has passed precondition checks and the bucket migration will begin soon.",
412-
"Generating a unique bucket name, storing the source -\u003e temp mapping in Spanner, and actually creating the temporary bucket via Bigstore.",
413-
"The first STS transfer to move all objects from the source bucket to the temp bucket is underway.",
414-
"The source bucket is being emptied and deleted.",
415-
"The source bucket is being recreated in the new location.",
416-
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
417-
"The temp bucket is being emptied and deleted.",
418-
"All stages of the migration have completed and the operation has been marked done and updated with a response.",
419-
"The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed. Rollback is either impossible at this stage, or has been attempted and failed.",
420-
"The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.",
421-
"The migration has been successfully rolled back."
422-
],
423-
"type": "string"
424-
}
425-
},
426-
"type": "object"
427-
},
428-
"GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata": {
429-
"description": "Metadata for MigrateLocationDestructively LRO.",
430-
"id": "GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata",
431-
"properties": {
432-
"createTime": {
433-
"description": "The time the LRO was created.",
434-
"format": "google-datetime",
435-
"type": "string"
436-
},
437-
"lastUpdateTime": {
438-
"description": "The time the LRO was last updated.",
439-
"format": "google-datetime",
440-
"type": "string"
441-
},
442-
"state": {
443-
"description": "The current state of the migration.",
444-
"enum": [
445-
"STATE_UNSPECIFIED",
446-
"PENDING",
447-
"CREATING_TEMP_BUCKET",
448-
"TRANSFERRING_TO_TEMP",
449-
"DELETING_SOURCE_BUCKET",
450-
"CREATING_DESTINATION_BUCKET",
451-
"TRANSFERRING_TO_DESTINATION",
452-
"DELETING_TEMP_BUCKET",
453-
"SUCCEEDED",
454-
"FAILED",
455-
"ROLLING_BACK",
456-
"ROLLED_BACK"
457-
],
458-
"enumDescriptions": [
459-
"Unspecified state. Should not be used.",
460-
"The MigrateLocationDestructively request has passed precondition checks and the bucket migration will begin soon.",
461-
"Generating a unique bucket name, storing the source -\u003e temp mapping in Spanner, and actually creating the temporary bucket via Bigstore.",
462-
"The first STS transfer to move all objects from the source bucket to the temp bucket is underway.",
463-
"The source bucket is being emptied and deleted.",
464-
"The source bucket is being recreated in the new location.",
465-
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
466-
"The temp bucket is being emptied and deleted.",
467-
"All stages of the migration have completed and the operation has been marked done and updated with a response.",
468-
"The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed. Rollback is either impossible at this stage, or has been attempted and failed.",
469-
"The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.",
470-
"The migration has been successfully rolled back."
471-
],
472-
"type": "string"
473-
}
474-
},
475-
"type": "object"
476-
},
477379
"ListBucketsResponse": {
478380
"description": "The response returned by `ListBuckets`.",
479381
"id": "ListBucketsResponse",

0 commit comments

Comments
 (0)