Skip to content

Commit cc28ceb

Browse files
feat(all): auto-regenerate discovery clients (#2235)
1 parent 8bb5867 commit cc28ceb

34 files changed

+10978
-6457
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20230915",
916+
"revision": "20231020",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1054,8 +1054,13 @@
10541054
"format": "google-datetime",
10551055
"type": "string"
10561056
},
1057+
"requestedDuration": {
1058+
"description": "The requested access duration.",
1059+
"format": "google-duration",
1060+
"type": "string"
1061+
},
10571062
"requestedExpiration": {
1058-
"description": "The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.",
1063+
"description": "The original requested expiration for the approval. Calculated by adding the requested_duration to the request_time.",
10591064
"format": "google-datetime",
10601065
"type": "string"
10611066
},

accessapproval/v1/accessapproval-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20231009",
1098+
"revision": "20231016",
10991099
"rootUrl": "https://androidmanagement.googleapis.com/",
11001100
"schemas": {
11011101
"AdbShellCommandEvent": {
@@ -3031,7 +3031,7 @@
30313031
"type": "object"
30323032
},
30333033
"FreezePeriod": {
3034-
"description": "A system freeze period. When a device’s clock is within the freeze period, all incoming system updates (including security patches) are blocked and won’t be installed. When a device is outside the freeze period, normal update behavior applies. Leap years are ignored in freeze period calculations, in particular: * If Feb. 29th is set as the start or end date of a freeze period, the freeze period will start or end on Feb. 28th instead. * When a device’s system clock reads Feb. 29th, it’s treated as Feb. 28th. * When calculating the number of days in a freeze period or the time between two freeze periods, Feb. 29th is ignored and not counted as a day.Note: For Freeze Periods to take effect, SystemUpdateType cannot be specified as SYSTEM_UPDATE_TYPE_UNSPECIFIED, because freeze periods require a defined policy to be specified.",
3034+
"description": "A system freeze period. When a device’s clock is within the freeze period, all incoming system updates (including security patches) are blocked and won’t be installed.When the device is outside any set freeze periods, the normal policy behavior (automatic, windowed, or postponed) applies.Leap years are ignored in freeze period calculations, in particular: If Feb. 29th is set as the start or end date of a freeze period, the freeze period will start or end on Feb. 28th instead. When a device’s system clock reads Feb. 29th, it’s treated as Feb. 28th. When calculating the number of days in a freeze period or the time between two freeze periods, Feb. 29th is ignored and not counted as a day.Note: For Freeze Periods to take effect, SystemUpdateType cannot be specified as SYSTEM_UPDATE_TYPE_UNSPECIFIED, because freeze periods require a defined policy to be specified.",
30353035
"id": "FreezePeriod",
30363036
"properties": {
30373037
"endDate": {
@@ -4375,7 +4375,7 @@
43754375
"type": "boolean"
43764376
},
43774377
"maxDaysWithWorkOff": {
4378-
"description": "Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to any value between 1-2 days, the feature is automatically set to 3 days. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.",
4378+
"description": "Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.",
43794379
"format": "int32",
43804380
"type": "integer"
43814381
},

androidmanagement/v1/androidmanagement-gen.go

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

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@
16131613
}
16141614
}
16151615
},
1616-
"revision": "20231009",
1616+
"revision": "20231018",
16171617
"rootUrl": "https://baremetalsolution.googleapis.com/",
16181618
"schemas": {
16191619
"AllowedClient": {
@@ -2563,7 +2563,11 @@
25632563
},
25642564
"vrf": {
25652565
"$ref": "VRF",
2566-
"description": "The vrf for the Network."
2566+
"description": "The Vrf for the Network. Use this only if a new Vrf needs to be created."
2567+
},
2568+
"vrfAttachment": {
2569+
"description": "Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.",
2570+
"type": "string"
25672571
}
25682572
},
25692573
"type": "object"

baremetalsolution/v2/baremetalsolution-gen.go

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

cloudbuild/v1/cloudbuild-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
}
23202320
}
23212321
},
2322-
"revision": "20230920",
2322+
"revision": "20231017",
23232323
"rootUrl": "https://cloudbuild.googleapis.com/",
23242324
"schemas": {
23252325
"ApprovalConfig": {
@@ -5041,6 +5041,20 @@
50415041
"object": {
50425042
"description": "Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.",
50435043
"type": "string"
5044+
},
5045+
"sourceFetcher": {
5046+
"description": "Optional. Option to specify the tool to fetch the source file for the build.",
5047+
"enum": [
5048+
"SOURCE_FETCHER_UNSPECIFIED",
5049+
"GSUTIL",
5050+
"GCS_FETCHER"
5051+
],
5052+
"enumDescriptions": [
5053+
"Unspecified defaults to GSUTIL.",
5054+
"Use the \"gsutil\" tool to download the source file.",
5055+
"Use the Cloud Storage Fetcher tool to download the source file."
5056+
],
5057+
"type": "string"
50445058
}
50455059
},
50465060
"type": "object"

cloudbuild/v1/cloudbuild-gen.go

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

cloudbuild/v2/cloudbuild-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20230920",
847+
"revision": "20231017",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -987,7 +987,7 @@
987987
"type": "object"
988988
},
989989
"Connection": {
990-
"description": "A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Server or GitLab.",
990+
"description": "A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center or GitLab.",
991991
"id": "Connection",
992992
"properties": {
993993
"annotations": {
@@ -1843,7 +1843,7 @@
18431843
"description": "PipelineRef refer to a specific instance of a Pipeline."
18441844
},
18451845
"pipelineRunStatus": {
1846-
"description": "Status of the PipelineRun.",
1846+
"description": "Pipelinerun status the user can provide. Used for cancellation.",
18471847
"enum": [
18481848
"PIPELINE_RUN_STATUS_UNSPECIFIED",
18491849
"PIPELINE_RUN_CANCELLED"

cloudbuild/v2/cloudbuild-gen.go

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

0 commit comments

Comments
 (0)