Skip to content

Commit 0c7c227

Browse files
feat(all): auto-regenerate discovery clients (#2772)
1 parent 07782e2 commit 0c7c227

26 files changed

+5423
-2194
lines changed

aiplatform/v1/aiplatform-api.json

+220-7
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

+729-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

+245-8
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

+379-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.alpha/compute-api.json

+502-2
Large diffs are not rendered by default.

compute/v0.alpha/compute-gen.go

+275-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.alpha/compute2-gen.go

+1,616
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.alpha/compute3-gen.go

+835-1,857
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

discoveryengine/v1/discoveryengine-api.json

+88-40
Original file line numberDiff line numberDiff line change
@@ -5986,7 +5986,7 @@
59865986
}
59875987
}
59885988
},
5989-
"revision": "20240826",
5989+
"revision": "20240829",
59905990
"rootUrl": "https://discoveryengine.googleapis.com/",
59915991
"schemas": {
59925992
"GoogleApiHttpBody": {
@@ -6181,17 +6181,19 @@
61816181
"POTENTIAL_POLICY_VIOLATION",
61826182
"NO_RELEVANT_CONTENT",
61836183
"JAIL_BREAKING_QUERY_IGNORED",
6184-
"CUSTOMER_POLICY_VIOLATION"
6184+
"CUSTOMER_POLICY_VIOLATION",
6185+
"NON_ANSWER_SEEKING_QUERY_IGNORED_V2"
61856186
],
61866187
"enumDescriptions": [
61876188
"Default value. The answer skipped reason is not specified.",
61886189
"The adversarial query ignored case.",
6189-
"The non-answer seeking query ignored case.",
6190+
"The non-answer seeking query ignored case Google skips the answer if the query is chit chat.",
61906191
"The out-of-domain query ignored case. Google skips the answer if there are no high-relevance search results.",
61916192
"The potential policy violation case. Google skips the answer if there is a potential policy violation detected. This includes content that may be violent or toxic.",
61926193
"The no relevant content case. Google skips the answer if there is no relevant content in the retrieved search results.",
61936194
"The jail-breaking query ignored case. For example, \"Reply in the tone of a competing company's CEO\". Google skips the answer if the query is classified as a jail-breaking query.",
6194-
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer."
6195+
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer.",
6196+
"The non-answer seeking query ignored case. Google skips the answer if the query doesn't have clear intent."
61956197
],
61966198
"type": "string"
61976199
},
@@ -6436,13 +6438,15 @@
64366438
"TYPE_UNSPECIFIED",
64376439
"ADVERSARIAL_QUERY",
64386440
"NON_ANSWER_SEEKING_QUERY",
6439-
"JAIL_BREAKING_QUERY"
6441+
"JAIL_BREAKING_QUERY",
6442+
"NON_ANSWER_SEEKING_QUERY_V2"
64406443
],
64416444
"enumDescriptions": [
64426445
"Unspecified query classification type.",
64436446
"Adversarial query classification type.",
6444-
"Non-answer-seeking query classification type.",
6445-
"Jail-breaking query classification type."
6447+
"Non-answer-seeking query classification type, for chit chat.",
6448+
"Jail-breaking query classification type.",
6449+
"Non-answer-seeking query classification type, for no clear intent."
64466450
],
64476451
"type": "string"
64486452
},
@@ -6725,13 +6729,15 @@
67256729
"TYPE_UNSPECIFIED",
67266730
"ADVERSARIAL_QUERY",
67276731
"NON_ANSWER_SEEKING_QUERY",
6728-
"JAIL_BREAKING_QUERY"
6732+
"JAIL_BREAKING_QUERY",
6733+
"NON_ANSWER_SEEKING_QUERY_V2"
67296734
],
67306735
"enumDescriptions": [
67316736
"Unspecified query classification type.",
67326737
"Adversarial query classification type.",
6733-
"Non-answer-seeking query classification type.",
6734-
"Jail-breaking query classification type."
6738+
"Non-answer-seeking query classification type, for chit chat.",
6739+
"Jail-breaking query classification type.",
6740+
"Non-answer-seeking query classification type, for no clear intent."
67356741
],
67366742
"type": "string"
67376743
}
@@ -8392,6 +8398,11 @@
83928398
"description": "Immutable. The identifier of the document. Id should conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) standard with a length limit of 63 characters.",
83938399
"type": "string"
83948400
},
8401+
"indexStatus": {
8402+
"$ref": "GoogleCloudDiscoveryengineV1DocumentIndexStatus",
8403+
"description": "Output only. The index status of the document. * If document is indexed successfully, the index_time field is populated. * Otherwise, if document is not indexed due to errors, the error_samples field is populated. * Otherwise, index_status is unset.",
8404+
"readOnly": true
8405+
},
83958406
"indexTime": {
83968407
"description": "Output only. The last time the document was indexed. If this field is set, the document could be returned in search results. This field is OUTPUT_ONLY. If this field is not populated, it means the document has never been indexed.",
83978408
"format": "google-datetime",
@@ -8445,6 +8456,25 @@
84458456
},
84468457
"type": "object"
84478458
},
8459+
"GoogleCloudDiscoveryengineV1DocumentIndexStatus": {
8460+
"description": "Index status of the document.",
8461+
"id": "GoogleCloudDiscoveryengineV1DocumentIndexStatus",
8462+
"properties": {
8463+
"errorSamples": {
8464+
"description": "A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.",
8465+
"items": {
8466+
"$ref": "GoogleRpcStatus"
8467+
},
8468+
"type": "array"
8469+
},
8470+
"indexTime": {
8471+
"description": "The time when the document was indexed. If this field is populated, it means the document has been indexed.",
8472+
"format": "google-datetime",
8473+
"type": "string"
8474+
}
8475+
},
8476+
"type": "object"
8477+
},
84488478
"GoogleCloudDiscoveryengineV1DocumentInfo": {
84498479
"description": "Detailed document information associated with a user event.",
84508480
"id": "GoogleCloudDiscoveryengineV1DocumentInfo",
@@ -10781,18 +10811,20 @@
1078110811
"LLM_ADDON_NOT_ENABLED",
1078210812
"NO_RELEVANT_CONTENT",
1078310813
"JAIL_BREAKING_QUERY_IGNORED",
10784-
"CUSTOMER_POLICY_VIOLATION"
10814+
"CUSTOMER_POLICY_VIOLATION",
10815+
"NON_SUMMARY_SEEKING_QUERY_IGNORED_V2"
1078510816
],
1078610817
"enumDescriptions": [
1078710818
"Default value. The summary skipped reason is not specified.",
1078810819
"The adversarial query ignored case. Only used when SummarySpec.ignore_adversarial_query is set to `true`.",
10789-
"The non-summary seeking query ignored case. Only used when SummarySpec.ignore_non_summary_seeking_query is set to `true`.",
10820+
"The non-summary seeking query ignored case. Google skips the summary if the query is chit chat. Only used when SummarySpec.ignore_non_summary_seeking_query is set to `true`.",
1079010821
"The out-of-domain query ignored case. Google skips the summary if there are no high-relevance search results. For example, the data store contains facts about company A but the user query is asking questions about company B.",
1079110822
"The potential policy violation case. Google skips the summary if there is a potential policy violation detected. This includes content that may be violent or toxic.",
1079210823
"The LLM addon not enabled case. Google skips the summary if the LLM addon is not enabled.",
1079310824
"The no relevant content case. Google skips the summary if there is no relevant content in the retrieved search results.",
1079410825
"The jail-breaking query ignored case. For example, \"Reply in the tone of a competing company's CEO\". Only used when [SearchRequest.ContentSearchSpec.SummarySpec.ignore_jail_breaking_query] is set to `true`.",
10795-
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer."
10826+
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer.",
10827+
"The non-answer seeking query ignored case. Google skips the summary if the query doesn't have clear intent. Only used when [SearchRequest.ContentSearchSpec.SummarySpec.ignore_non_answer_seeking_query] is set to `true`."
1079610828
],
1079710829
"type": "string"
1079810830
},
@@ -11510,15 +11542,19 @@
1151011542
"GOOGLE_MAIL",
1151111543
"GOOGLE_SITES",
1151211544
"GOOGLE_CALENDAR",
11513-
"GOOGLE_GROUPS"
11545+
"GOOGLE_CHAT",
11546+
"GOOGLE_GROUPS",
11547+
"GOOGLE_KEEP"
1151411548
],
1151511549
"enumDescriptions": [
11516-
"Default value.",
11517-
"The data store is used to store content from Google Drive.",
11518-
"The data store is used to store content from Gmail.",
11519-
"The data store is used to store content from Google Sites.",
11520-
"The data store is used to store content from Google Calendar.",
11521-
"The data store is used to store content from Google Groups."
11550+
"Defaults to an unspecified Workspace type.",
11551+
"Workspace Data Store contains Drive data",
11552+
"Workspace Data Store contains Mail data",
11553+
"Workspace Data Store contains Sites data",
11554+
"Workspace Data Store contains Calendar data",
11555+
"Workspace Data Store contains Chat data",
11556+
"Workspace Data Store contains Groups data",
11557+
"Workspace Data Store contains Keep data"
1152211558
],
1152311559
"type": "string"
1152411560
}
@@ -11555,17 +11591,19 @@
1155511591
"POTENTIAL_POLICY_VIOLATION",
1155611592
"NO_RELEVANT_CONTENT",
1155711593
"JAIL_BREAKING_QUERY_IGNORED",
11558-
"CUSTOMER_POLICY_VIOLATION"
11594+
"CUSTOMER_POLICY_VIOLATION",
11595+
"NON_ANSWER_SEEKING_QUERY_IGNORED_V2"
1155911596
],
1156011597
"enumDescriptions": [
1156111598
"Default value. The answer skipped reason is not specified.",
1156211599
"The adversarial query ignored case.",
11563-
"The non-answer seeking query ignored case.",
11600+
"The non-answer seeking query ignored case Google skips the answer if the query is chit chat.",
1156411601
"The out-of-domain query ignored case. Google skips the answer if there are no high-relevance search results.",
1156511602
"The potential policy violation case. Google skips the answer if there is a potential policy violation detected. This includes content that may be violent or toxic.",
1156611603
"The no relevant content case. Google skips the answer if there is no relevant content in the retrieved search results.",
1156711604
"The jail-breaking query ignored case. For example, \"Reply in the tone of a competing company's CEO\". Google skips the answer if the query is classified as a jail-breaking query.",
11568-
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer."
11605+
"The customer policy violation case. Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer.",
11606+
"The non-answer seeking query ignored case. Google skips the answer if the query doesn't have clear intent."
1156911607
],
1157011608
"type": "string"
1157111609
},
@@ -11705,13 +11743,15 @@
1170511743
"TYPE_UNSPECIFIED",
1170611744
"ADVERSARIAL_QUERY",
1170711745
"NON_ANSWER_SEEKING_QUERY",
11708-
"JAIL_BREAKING_QUERY"
11746+
"JAIL_BREAKING_QUERY",
11747+
"NON_ANSWER_SEEKING_QUERY_V2"
1170911748
],
1171011749
"enumDescriptions": [
1171111750
"Unspecified query classification type.",
1171211751
"Adversarial query classification type.",
11713-
"Non-answer-seeking query classification type.",
11714-
"Jail-breaking query classification type."
11752+
"Non-answer-seeking query classification type, for chit chat.",
11753+
"Jail-breaking query classification type.",
11754+
"Non-answer-seeking query classification type, for no clear intent."
1171511755
],
1171611756
"type": "string"
1171711757
}
@@ -15119,15 +15159,19 @@
1511915159
"GOOGLE_MAIL",
1512015160
"GOOGLE_SITES",
1512115161
"GOOGLE_CALENDAR",
15122-
"GOOGLE_GROUPS"
15162+
"GOOGLE_CHAT",
15163+
"GOOGLE_GROUPS",
15164+
"GOOGLE_KEEP"
1512315165
],
1512415166
"enumDescriptions": [
15125-
"Default value.",
15126-
"The data store is used to store content from Google Drive.",
15127-
"The data store is used to store content from Gmail.",
15128-
"The data store is used to store content from Google Sites.",
15129-
"The data store is used to store content from Google Calendar.",
15130-
"The data store is used to store content from Google Groups."
15167+
"Defaults to an unspecified Workspace type.",
15168+
"Workspace Data Store contains Drive data",
15169+
"Workspace Data Store contains Mail data",
15170+
"Workspace Data Store contains Sites data",
15171+
"Workspace Data Store contains Calendar data",
15172+
"Workspace Data Store contains Chat data",
15173+
"Workspace Data Store contains Groups data",
15174+
"Workspace Data Store contains Keep data"
1513115175
],
1513215176
"type": "string"
1513315177
}
@@ -17568,15 +17612,19 @@
1756817612
"GOOGLE_MAIL",
1756917613
"GOOGLE_SITES",
1757017614
"GOOGLE_CALENDAR",
17571-
"GOOGLE_GROUPS"
17615+
"GOOGLE_CHAT",
17616+
"GOOGLE_GROUPS",
17617+
"GOOGLE_KEEP"
1757217618
],
1757317619
"enumDescriptions": [
17574-
"Default value.",
17575-
"The data store is used to store content from Google Drive.",
17576-
"The data store is used to store content from Gmail.",
17577-
"The data store is used to store content from Google Sites.",
17578-
"The data store is used to store content from Google Calendar.",
17579-
"The data store is used to store content from Google Groups."
17620+
"Defaults to an unspecified Workspace type.",
17621+
"Workspace Data Store contains Drive data",
17622+
"Workspace Data Store contains Mail data",
17623+
"Workspace Data Store contains Sites data",
17624+
"Workspace Data Store contains Calendar data",
17625+
"Workspace Data Store contains Chat data",
17626+
"Workspace Data Store contains Groups data",
17627+
"Workspace Data Store contains Keep data"
1758017628
],
1758117629
"type": "string"
1758217630
}

0 commit comments

Comments
 (0)