Skip to content

Commit 51ff8a4

Browse files
feat(all): auto-regenerate discovery clients (#2636)
1 parent ea513cb commit 51ff8a4

File tree

167 files changed

+28763
-8751
lines changed

Some content is hidden

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

167 files changed

+28763
-8751
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20240503",
916+
"revision": "20240607",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -985,6 +985,22 @@
985985
"format": "int32",
986986
"type": "integer"
987987
},
988+
"requestScopeMaxWidthPreference": {
989+
"description": "Optional. A setting to indicate the maximum width of an Access Approval request.",
990+
"enum": [
991+
"REQUEST_SCOPE_MAX_WIDTH_PREFERENCE_UNSPECIFIED",
992+
"ORGANIZATION",
993+
"FOLDER",
994+
"PROJECT"
995+
],
996+
"enumDescriptions": [
997+
"Default value for proto, shouldn't be used.",
998+
"This is the widest scope possible. It means the customer has no scope restriction when it comes to Access Approval requests.",
999+
"Customer allows the scope of Access Approval requests as broad as the Folder level.",
1000+
"Customer allows the scope of Access Approval requests as broad as the Project level."
1001+
],
1002+
"type": "string"
1003+
},
9881004
"requireCustomerVisibleJustification": {
9891005
"description": "Optional. A setting to require approval request justifications to be customer visible.",
9901006
"type": "boolean"

accessapproval/v1/accessapproval-gen.go

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

admin/directory/v1/admin-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
},
404404
"maxResults": {
405405
"default": "100",
406-
"description": "Maximum number of results to return, value should not exceed 300.",
406+
"description": "Maximum number of results to return. Value should not exceed 300.",
407407
"format": "int32",
408408
"location": "query",
409409
"minimum": "1",
@@ -3967,12 +3967,12 @@
39673967
"type": "string"
39683968
},
39693969
"customer": {
3970-
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.",
3970+
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all users for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.",
39713971
"location": "query",
39723972
"type": "string"
39733973
},
39743974
"domain": {
3975-
"description": "The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.",
3975+
"description": "The domain name. Use this field to get users from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.",
39763976
"location": "query",
39773977
"type": "string"
39783978
},
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20240509",
4674+
"revision": "20240611",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {

admin/directory/v1/admin-gen.go

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

aiplatform/v1/aiplatform-api.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16287,7 +16287,7 @@
1628716287
}
1628816288
}
1628916289
},
16290-
"revision": "20240529",
16290+
"revision": "20240609",
1629116291
"rootUrl": "https://aiplatform.googleapis.com/",
1629216292
"schemas": {
1629316293
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -26463,7 +26463,7 @@
2646326463
"Error parsing sparse dimensions field.",
2646426464
"Token restrict value is invalid.",
2646526465
"Invalid sparse embedding.",
26466-
"Invalid embedding."
26466+
"Invalid dense embedding."
2646726467
],
2646826468
"type": "string"
2646926469
},
@@ -27847,10 +27847,6 @@
2784727847
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke",
2784827848
"description": "Optional. Deploy PublisherModel to Google Kubernetes Engine."
2784927849
},
27850-
"fineTune": {
27851-
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
27852-
"description": "Optional. Fine tune the PublisherModel with the third-party model tuning UI."
27853-
},
2785427850
"openEvaluationPipeline": {
2785527851
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
2785627852
"description": "Optional. Open evaluation pipeline of the PublisherModel."

aiplatform/v1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)