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 #2673

Merged
merged 1 commit into from
Jul 5, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@
"id": "androidenterprise.enterprises.generateSignupUrl",
"parameterOrder": [],
"parameters": {
"adminEmail": {
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.",
"location": "query",
"type": "string"
},
"callbackUrl": {
"description": "The callback URL to which the Admin will be redirected after successfully creating an enterprise. Before redirecting there the system will add a single query parameter to this URL named \"enterpriseToken\" which will contain an opaque token to be used for the CompleteSignup request. Beware that this means that the URL will be parsed, the parameter added and then a new URL formatted, i.e. there may be some minor formatting changes and, more importantly, the URL must be well-formed so that it can be parsed.",
"location": "query",
Expand Down Expand Up @@ -2649,7 +2654,7 @@
}
}
},
"revision": "20240623",
"revision": "20240703",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down
8 changes: 8 additions & 0 deletions androidenterprise/v1/androidenterprise-gen.go

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

30 changes: 29 additions & 1 deletion contactcenterinsights/v1/contactcenterinsights-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
}
}
},
"revision": "20240611",
"revision": "20240701",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down Expand Up @@ -3806,6 +3806,20 @@
"query": {
"description": "Query text. Article Search uses this to store the input query used to generate the search results.",
"type": "string"
},
"querySource": {
"description": "Query source for the answer.",
"enum": [
"QUERY_SOURCE_UNSPECIFIED",
"AGENT_QUERY",
"SUGGESTED_QUERY"
],
"enumDescriptions": [
"Unknown query source.",
"The query is from agents.",
"The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
],
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -6037,6 +6051,20 @@
"query": {
"description": "Query text. Article Search uses this to store the input query used to generate the search results.",
"type": "string"
},
"querySource": {
"description": "Query source for the answer.",
"enum": [
"QUERY_SOURCE_UNSPECIFIED",
"AGENT_QUERY",
"SUGGESTED_QUERY"
],
"enumDescriptions": [
"Unknown query source.",
"The query is from agents.",
"The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
],
"type": "string"
}
},
"type": "object"
Expand Down
16 changes: 16 additions & 0 deletions contactcenterinsights/v1/contactcenterinsights-gen.go

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

19 changes: 18 additions & 1 deletion firebaseml/v2beta/firebaseml-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
}
},
"revision": "20240702",
"revision": "20240703",
"rootUrl": "https://firebaseml.googleapis.com/",
"schemas": {
"Date": {
Expand Down Expand Up @@ -313,6 +313,12 @@
},
"readOnly": true,
"type": "array"
},
"score": {
"description": "Output only. Confidence score of the candidate.",
"format": "double",
"readOnly": true,
"type": "number"
}
},
"type": "object"
Expand Down Expand Up @@ -410,6 +416,17 @@
"model": {
"description": "Optional. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*/models/*`",
"type": "string"
},
"systemInstruction": {
"$ref": "GoogleCloudAiplatformV1beta1Content",
"description": "Optional. The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph."
},
"tools": {
"description": "Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1Tool"
},
"type": "array"
}
},
"type": "object"
Expand Down
25 changes: 25 additions & 0 deletions firebaseml/v2beta/firebaseml-gen.go

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

55 changes: 28 additions & 27 deletions run/v1/run-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,7 @@
}
}
},
"revision": "20240524",
"revision": "20240628",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -3229,6 +3229,26 @@
"description": "Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.",
"id": "ExecutionReference",
"properties": {
"completionStatus": {
"description": "Optional. Status for the execution completion.",
"enum": [
"COMPLETION_STATUS_UNSPECIFIED",
"EXECUTION_SUCCEEDED",
"EXECUTION_FAILED",
"EXECUTION_RUNNING",
"EXECUTION_PENDING",
"EXECUTION_CANCELLED"
],
"enumDescriptions": [
"The default value. This value is used if the state is omitted.",
"Job execution has succeeded.",
"Job execution has failed.",
"Job execution is running normally.",
"Waiting for backing resources to be provisioned.",
"Job execution has been cancelled by the user."
],
"type": "string"
},
"completionTimestamp": {
"description": "Optional. Completion timestamp of the execution.",
"format": "google-datetime",
Expand All @@ -3239,6 +3259,11 @@
"format": "google-datetime",
"type": "string"
},
"deletionTimestamp": {
"description": "Optional. The read-only soft deletion timestamp of the execution.",
"format": "google-datetime",
"type": "string"
},
"name": {
"description": "Optional. Name of the execution.",
"type": "string"
Expand Down Expand Up @@ -4172,26 +4197,6 @@
},
"type": "object"
},
"GoogleDevtoolsCloudbuildV1GCSLocation": {
"description": "Represents a storage location in Cloud Storage",
"id": "GoogleDevtoolsCloudbuildV1GCSLocation",
"properties": {
"bucket": {
"description": "Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements",
"type": "string"
},
"generation": {
"description": "Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"format": "int64",
"type": "string"
},
"object": {
"description": "Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames",
"type": "string"
}
},
"type": "object"
},
"GoogleDevtoolsCloudbuildV1GitConfig": {
"description": "GitConfig is a configuration for git operations.",
"id": "GoogleDevtoolsCloudbuildV1GitConfig",
Expand Down Expand Up @@ -4255,12 +4260,8 @@
"id": "GoogleDevtoolsCloudbuildV1HttpConfig",
"properties": {
"proxySecretVersionName": {
"description": "SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port].",
"description": "SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default Service Account or user-specified Service Account) should have secretmanager.versions.access permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].",
"type": "string"
},
"proxySslCaInfo": {
"$ref": "GoogleDevtoolsCloudbuildV1GCSLocation",
"description": "Optional. Cloud Storage object storing the certificate to use with the HTTP proxy."
}
},
"type": "object"
Expand Down Expand Up @@ -5678,7 +5679,7 @@
"type": "integer"
},
"containers": {
"description": "Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.",
"description": "Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.",
"items": {
"$ref": "Container"
},
Expand Down
Loading