Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 30, 2023
1 parent 8ba6963 commit 597995c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
28 changes: 14 additions & 14 deletions connectors/v1/connectors-api.json
Expand Up @@ -666,7 +666,7 @@
],
"parameters": {
"filter": {
"description": "Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/list_filtering.md#filtering.",
"description": "Filter.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -953,7 +953,7 @@
],
"parameters": {
"filter": {
"description": "Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/list_filtering.md#filtering.",
"description": "Filter.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1183,7 +1183,7 @@
],
"parameters": {
"filter": {
"description": "Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/list_filtering.md#filtering.",
"description": "Filter.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1773,7 +1773,7 @@
}
}
},
"revision": "20230712",
"revision": "20230724",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1933,15 +1933,15 @@
"id": "AuthorizationCodeLink",
"properties": {
"clientId": {
"description": "The client ID assigned to the GCP Connectors OAuth app for the connector data source.",
"description": "The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.",
"type": "string"
},
"enablePkce": {
"description": "Whether to enable PKCE for the auth code flow.",
"type": "boolean"
},
"scopes": {
"description": "The scopes for which the user will authorize GCP Connectors on the connector data source.",
"description": "The scopes for which the user will authorize Google Cloud Connectors on the connector data source.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -2226,7 +2226,7 @@
"description": "Optional. Node configuration for the connection."
},
"serviceAccount": {
"description": "Optional. Service account needed for runtime plane to access GCP resources.",
"description": "Optional. Service account needed for runtime plane to access Google Cloud resources.",
"type": "string"
},
"serviceDirectory": {
Expand Down Expand Up @@ -4310,7 +4310,7 @@
"id": "Resource",
"properties": {
"pathTemplate": {
"description": "Template to uniquely represent a GCP resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.",
"description": "Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.",
"type": "string"
},
"type": {
Expand All @@ -4324,10 +4324,10 @@
],
"enumDescriptions": [
"Value type is not specified.",
"GCP Project Resource.",
"Any GCP Resource which is identified uniquely by IAM.",
"GCP Secret Resource.",
"GCP Secret Version Resource."
"Google Cloud Project Resource.",
"Any Google Cloud Resource which is identified uniquely by IAM.",
"Google Cloud Secret Resource.",
"Google Cloud Secret Version Resource."
],
"type": "string"
}
Expand Down Expand Up @@ -4501,7 +4501,7 @@
"type": "object"
},
"RoleGrant": {
"description": "This configuration defines all the Cloud IAM roles that needs to be granted to a particular GCP resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user.",
"description": "This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user.",
"id": "RoleGrant",
"properties": {
"helperTextTemplate": {
Expand Down Expand Up @@ -4941,7 +4941,7 @@
"type": "object"
},
"SupportedRuntimeFeatures": {
"description": "Supported runtime features of a connector version. This is passed to the management layer to add a new connector version by the connector developer. Details about how this proto is passed to the management layer is covered in this doc - go/runtime-manifest.",
"description": "Supported runtime features of a connector version.",
"id": "SupportedRuntimeFeatures",
"properties": {
"actionApis": {
Expand Down
51 changes: 23 additions & 28 deletions connectors/v1/connectors-gen.go

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

6 changes: 3 additions & 3 deletions networkservices/v1beta1/networkservices-api.json
Expand Up @@ -2119,7 +2119,7 @@
}
}
},
"revision": "20230619",
"revision": "20230724",
"rootUrl": "https://networkservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3082,15 +3082,15 @@
},
"requestHeaderModifier": {
"$ref": "HttpRouteHeaderModifier",
"description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination."
"description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration."
},
"requestMirrorPolicy": {
"$ref": "HttpRouteRequestMirrorPolicy",
"description": "Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination. Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow."
},
"responseHeaderModifier": {
"$ref": "HttpRouteHeaderModifier",
"description": "The specification for modifying the headers of a response prior to sending the response back to the client."
"description": "The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration."
},
"retryPolicy": {
"$ref": "HttpRouteRetryPolicy",
Expand Down
9 changes: 7 additions & 2 deletions networkservices/v1beta1/networkservices-gen.go

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

0 comments on commit 597995c

Please sign in to comment.