Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1672

Merged
merged 1 commit into from Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 40 additions & 1 deletion apigee/v1/apigee-api.json
Expand Up @@ -8609,7 +8609,7 @@
}
}
},
"revision": "20220804",
"revision": "20220811",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -8956,6 +8956,20 @@
"description": "Number of request messages permitted per app by this API product for the specified `quotaInterval` and `quotaTimeUnit`. For example, a `quota` of 50, for a `quotaInterval` of 12 and a `quotaTimeUnit` of hours means 50 requests are allowed every 12 hours.",
"type": "string"
},
"quotaCounterScope": {
"description": "Scope of the quota decides how the quota counter gets applied and evaluate for quota violation. If the Scope is set as PROXY, then all the operations defined for the APIproduct that are associated with the same proxy will share the same quota counter set at the APIproduct level, making it a global counter at a proxy level. If the Scope is set as OPERATION, then each operations get the counter set at the API product dedicated, making it a local counter. Note that, the QuotaCounterScope applies only when an operation does not have dedicated quota set for itself.",
"enum": [
"QUOTA_COUNTER_SCOPE_UNSPECIFIED",
"PROXY",
"OPERATION"
],
"enumDescriptions": [
"When quota is not explicitly defined for each operation(REST/GraphQL), the limits set at product level will be used as a local counter for quota evaluation by all the operations, independent of proxy association.",
"When quota is not explicitly defined for each operation(REST/GraphQL), set at product level will be used as a global counter for quota evaluation by all the operations associated with a particular proxy.",
"When quota is not explicitly defined for each operation(REST/GraphQL), the limits set at product level will be used as a local counter for quota evaluation by all the operations, independent of proxy association. This behavior mimics the same as QUOTA_COUNTER_SCOPE_UNSPECIFIED."
],
"type": "string"
},
"quotaInterval": {
"description": "Time interval over which the number of request messages is calculated.",
"type": "string"
Expand Down Expand Up @@ -10752,6 +10766,31 @@
"description": "Apigee endpoint attachment. For more information, see [Southbound networking patterns] (https://cloud.google.com/apigee/docs/api-platform/architecture/southbound-networking-patterns-endpoints).",
"id": "GoogleCloudApigeeV1EndpointAttachment",
"properties": {
"connectionState": {
"description": "Output only. State of the endpoint attachment connection to the service attachment.",
"enum": [
"CONNECTION_STATE_UNSPECIFIED",
"UNAVAILABLE",
"PENDING",
"ACCEPTED",
"REJECTED",
"CLOSED",
"FROZEN",
"NEEDS_ATTENTION"
],
"enumDescriptions": [
"The connection state has not been set.",
"The connection state is unavailable at this time, possibly because the endpoint attachment is currently being provisioned.",
"The connection is pending acceptance by the PSC producer.",
"The connection has been accepted by the PSC producer.",
"The connection has been rejected by the PSC producer.",
"The connection has been closed by the PSC producer and will not serve traffic going forward.",
"The connection has been frozen by the PSC producer and will not serve traffic.",
"The connection has been accepted by the PSC producer, but it is not ready to serve the traffic due to producer side issues."
],
"readOnly": true,
"type": "string"
},
"host": {
"description": "Output only. Host that can be used in either the HTTP target endpoint directly or as the host in target server.",
"readOnly": true,
Expand Down
63 changes: 56 additions & 7 deletions apigee/v1/apigee-gen.go

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

13 changes: 1 addition & 12 deletions cloudsearch/v1/cloudsearch-api.json
Expand Up @@ -2059,7 +2059,7 @@
}
}
},
"revision": "20220808",
"revision": "20220816",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"AbuseReportingConfig": {
Expand Down Expand Up @@ -5468,13 +5468,6 @@
"readOnly": true,
"type": "array"
},
"supportedCaptionLanguages": {
"description": "Supported caption languages in BCP 47 language code format, e.g.'en-US'.",
"items": {
"type": "string"
},
"type": "array"
},
"transcriptionSessionInfo": {
"$ref": "TranscriptionSessionInfo",
"description": "Information about active transcription session in the ongoing conference."
Expand Down Expand Up @@ -15699,10 +15692,6 @@
"uri": {
"description": "The uri for whiteboard document.",
"type": "string"
},
"whiteboardUri": {
"description": "This field is deprecated and will be removed. Please use \"uri\" instead.",
"type": "string"
}
},
"type": "object"
Expand Down
8 changes: 0 additions & 8 deletions cloudsearch/v1/cloudsearch-gen.go

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