Skip to content

Commit 5a3b270

Browse files
feat(all): auto-regenerate discovery clients (#2919)
1 parent 735a826 commit 5a3b270

File tree

139 files changed

+10892
-1683
lines changed

Some content is hidden

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

139 files changed

+10892
-1683
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241119",
1298+
"revision": "20241209",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1925,7 +1925,7 @@
19251925
},
19261926
"sessionSettings": {
19271927
"$ref": "SessionSettings",
1928-
"description": "Optional. GCSL policy for the group key."
1928+
"description": "Optional. The Google Cloud session length (GCSL) policy for the group key."
19291929
}
19301930
},
19311931
"type": "object"
@@ -2476,31 +2476,31 @@
24762476
"id": "SessionSettings",
24772477
"properties": {
24782478
"maxInactivity": {
2479-
"description": "Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps.",
2479+
"description": "Optional. How long a user is allowed to take between actions before a new access token must be issued. Only set for Google Cloud apps.",
24802480
"format": "google-duration",
24812481
"type": "string"
24822482
},
24832483
"sessionLength": {
2484-
"description": "Optional. The session length. Setting this field to zero is equal to disabling. Session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.",
2484+
"description": "Optional. The session length. Setting this field to zero is equal to disabling session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.",
24852485
"format": "google-duration",
24862486
"type": "string"
24872487
},
24882488
"sessionLengthEnabled": {
2489-
"description": "Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite.",
2489+
"description": "Optional. This field enables or disables Google Cloud session length. When false, all fields set above will be disregarded and the session length is basically infinite.",
24902490
"type": "boolean"
24912491
},
24922492
"sessionReauthMethod": {
2493-
"description": "Optional. Session method when users GCP session is up.",
2493+
"description": "Optional. Session method when user's Google Cloud session is up.",
24942494
"enum": [
24952495
"SESSION_REAUTH_METHOD_UNSPECIFIED",
24962496
"LOGIN",
24972497
"SECURITY_KEY",
24982498
"PASSWORD"
24992499
],
25002500
"enumDescriptions": [
2501-
"If method undefined in API, we will use LOGIN by default.",
2502-
"The user will prompted to perform regular login. Users who are enrolled for two-step verification and haven't chosen to \"Remember this computer\" will be prompted for their second factor.",
2503-
"The user will be prompted to autheticate using their security key. If no security key has been configured, then we will fallback to LOGIN.",
2501+
"If method is undefined in the API, LOGIN will be used by default.",
2502+
"The user will be prompted to perform regular login. Users who are enrolled for two-step verification and haven't chosen \"Remember this computer\" will be prompted for their second factor.",
2503+
"The user will be prompted to authenticate using their security key. If no security key has been configured, then authentication will fallback to LOGIN.",
25042504
"The user will be prompted for their password."
25052505
],
25062506
"type": "string"

accesscontextmanager/v1/accesscontextmanager-gen.go

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

adsenseplatform/v1/adsenseplatform-gen.go

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

0 commit comments

Comments
 (0)