Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 5, 2024
1 parent 3daccec commit caf5b3f
Show file tree
Hide file tree
Showing 29 changed files with 4,864 additions and 3,660 deletions.
670 changes: 1 addition & 669 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

2,947 changes: 310 additions & 2,637 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -3111,6 +3111,21 @@
"documentationLink": "https://firebase.google.com",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "firebaseml:v2beta",
"name": "firebaseml",
"version": "v2beta",
"title": "Firebase ML API",
"description": "Access custom machine learning models hosted via Firebase ML.",
"discoveryRestUrl": "https://firebaseml.googleapis.com/$discovery/rest?version=v2beta",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://firebase.google.com",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "firebaseml:v1",
Expand Down
15 changes: 8 additions & 7 deletions cloudsupport/v2/cloudsupport-api.json
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20240303",
"revision": "20240403",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -778,31 +778,32 @@
"type": "object"
},
"Comment": {
"description": "Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
"description": "A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
"id": "Comment",
"properties": {
"body": {
"description": "The full comment body. Maximum of 12800 characters. This can contain rich text syntax.",
"description": "The full comment body. Maximum of 12800 characters.",
"type": "string"
},
"createTime": {
"description": "Output only. The time when this comment was created.",
"description": "Output only. The time when the comment was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"creator": {
"$ref": "Actor",
"description": "Output only. The user or Google Support agent created this comment.",
"description": "Output only. The user or Google Support agent who created the comment.",
"readOnly": true
},
"name": {
"description": "Output only. The resource name for the comment.",
"description": "Output only. Identifier. The resource name of the comment.",
"readOnly": true,
"type": "string"
},
"plainTextBody": {
"description": "Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.",
"deprecated": true,
"description": "Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.",
"readOnly": true,
"type": "string"
}
Expand Down
22 changes: 11 additions & 11 deletions cloudsupport/v2/cloudsupport-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions cloudsupport/v2beta/cloudsupport-api.json
Expand Up @@ -548,7 +548,7 @@
}
}
},
"revision": "20240320",
"revision": "20240403",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -794,31 +794,32 @@
"type": "object"
},
"Comment": {
"description": "Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
"description": "A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
"id": "Comment",
"properties": {
"body": {
"description": "The full comment body. Maximum of 12800 characters. This can contain rich text syntax.",
"description": "The full comment body. Maximum of 12800 characters.",
"type": "string"
},
"createTime": {
"description": "Output only. The time when this comment was created.",
"description": "Output only. The time when the comment was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"creator": {
"$ref": "Actor",
"description": "Output only. The user or Google Support agent created this comment.",
"description": "Output only. The user or Google Support agent who created the comment.",
"readOnly": true
},
"name": {
"description": "Output only. The resource name for the comment.",
"description": "Output only. Identifier. The resource name of the comment.",
"readOnly": true,
"type": "string"
},
"plainTextBody": {
"description": "Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.",
"deprecated": true,
"description": "Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.",
"readOnly": true,
"type": "string"
}
Expand Down
22 changes: 11 additions & 11 deletions cloudsupport/v2beta/cloudsupport-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions compute/v0.beta/compute-api.json
Expand Up @@ -41579,7 +41579,7 @@
}
}
},
"revision": "20240324",
"revision": "20240326",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -69821,15 +69821,15 @@
},
"defaultRouteAction": {
"$ref": "HttpRouteAction",
"description": "defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path matcher's defaultRouteAction."
"description": "defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. If defaultRouteAction is specified, don't set defaultUrlRedirect. If defaultRouteAction.weightedBackendServices is specified, don't set defaultService. URL maps for classic Application Load Balancers only support the urlRewrite action within a path matcher's defaultRouteAction."
},
"defaultService": {
"description": "The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use ",
"description": "The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified. If defaultService is specified, then set either defaultUrlRedirect or defaultRouteAction.weightedBackendService. Don't set both. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use ",
"type": "string"
},
"defaultUrlRedirect": {
"$ref": "HttpRedirectAction",
"description": "When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy."
"description": "When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, then set either defaultService or defaultRouteAction. Don't set both. Not supported when the URL map is bound to a target gRPC proxy."
},
"description": {
"description": "An optional description of this resource. Provide this property when you create the resource.",
Expand Down Expand Up @@ -88151,7 +88151,7 @@
"description": "defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for classic Application Load Balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true."
},
"defaultService": {
"description": "The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.",
"description": "The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. If defaultService is specified, then set either defaultUrlRedirect , or defaultRouteAction.weightedBackendService Don't set both. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.",
"type": "string"
},
"defaultUrlRedirect": {
Expand Down
37 changes: 20 additions & 17 deletions compute/v0.beta/compute-gen.go
Expand Up @@ -41806,10 +41806,12 @@ type PathMatcher struct {
// before forwarding the request to the selected backend. If
// defaultRouteAction specifies any weightedBackendServices,
// defaultService must not be set. Conversely if defaultService is set,
// defaultRouteAction cannot contain any weightedBackendServices. Only
// one of defaultRouteAction or defaultUrlRedirect must be set. URL maps
// for classic Application Load Balancers only support the urlRewrite
// action within a path matcher's defaultRouteAction.
// defaultRouteAction cannot contain any weightedBackendServices. If
// defaultRouteAction is specified, don't set defaultUrlRedirect. If
// defaultRouteAction.weightedBackendServices is specified, don't set
// defaultService. URL maps for classic Application Load Balancers only
// support the urlRewrite action within a path matcher's
// defaultRouteAction.
DefaultRouteAction *HttpRouteAction `json:"defaultRouteAction,omitempty"`

// DefaultService: The full or partial URL to the BackendService
Expand All @@ -41824,19 +41826,19 @@ type PathMatcher struct {
// effect before sending the request to the backend. However, if
// defaultService is specified, defaultRouteAction cannot contain any
// weightedBackendServices. Conversely, if defaultRouteAction specifies
// any weightedBackendServices, defaultService must not be specified.
// Only one of defaultService, defaultUrlRedirect , or
// defaultRouteAction.weightedBackendService must be set. Authorization
// requires one or more of the following Google IAM permissions on the
// specified resource default_service: - compute.backendBuckets.use -
// compute.backendServices.use
// any weightedBackendServices, defaultService must not be specified. If
// defaultService is specified, then set either defaultUrlRedirect or
// defaultRouteAction.weightedBackendService. Don't set both.
// Authorization requires one or more of the following Google IAM
// permissions on the specified resource default_service: -
// compute.backendBuckets.use - compute.backendServices.use
DefaultService string `json:"defaultService,omitempty"`

// DefaultUrlRedirect: When none of the specified pathRules or
// routeRules match, the request is redirected to a URL specified by
// defaultUrlRedirect. If defaultUrlRedirect is specified,
// defaultService or defaultRouteAction must not be set. Not supported
// when the URL map is bound to a target gRPC proxy.
// defaultUrlRedirect. If defaultUrlRedirect is specified, then set
// either defaultService or defaultRouteAction. Don't set both. Not
// supported when the URL map is bound to a target gRPC proxy.
DefaultUrlRedirect *HttpRedirectAction `json:"defaultUrlRedirect,omitempty"`

// Description: An optional description of this resource. Provide this
Expand Down Expand Up @@ -66962,10 +66964,11 @@ type UrlMap struct {
// backend. However, if defaultService is specified, defaultRouteAction
// cannot contain any weightedBackendServices. Conversely, if
// routeAction specifies any weightedBackendServices, service must not
// be specified. Only one of defaultService, defaultUrlRedirect , or
// defaultRouteAction.weightedBackendService must be set. defaultService
// has no effect when the URL map is bound to a target gRPC proxy that
// has the validateForProxyless field set to true.
// be specified. If defaultService is specified, then set either
// defaultUrlRedirect , or defaultRouteAction.weightedBackendService
// Don't set both. defaultService has no effect when the URL map is
// bound to a target gRPC proxy that has the validateForProxyless field
// set to true.
DefaultService string `json:"defaultService,omitempty"`

// DefaultUrlRedirect: When none of the specified hostRules match, the
Expand Down

0 comments on commit caf5b3f

Please sign in to comment.