Skip to content

Commit aa84853

Browse files
feat(aiplatform): update the api
#### aiplatform:v1 The following keys were added: - schemas.GoogleCloudAiplatformV1ApiAuthApiKeyConfig.properties.apiKeyString.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1AuthConfig (Total Keys: 28) - schemas.GoogleCloudAiplatformV1ExternalApi (Total Keys: 17) - schemas.GoogleCloudAiplatformV1ImportRagFilesConfig.properties.rebuildAnnIndex.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1Part.properties.thought (Total Keys: 2) - schemas.GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb.properties.ann.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb.properties.knn.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN (Total Keys: 6) - schemas.GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbKNN (Total Keys: 2) - schemas.GoogleCloudAiplatformV1Retrieval.properties.externalApi.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1VertexAISearch.properties.dataStoreSpecs (Total Keys: 2) - schemas.GoogleCloudAiplatformV1VertexAISearchDataStoreSpec (Total Keys: 4) #### aiplatform:v1beta1 The following keys were added: - schemas.GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig.properties.apiKeyString.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1ExternalApi (Total Keys: 17) - schemas.GoogleCloudAiplatformV1beta1ImportRagFilesConfig.properties.rebuildAnnIndex.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1ModelMonitor.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RagCorpus.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb.properties.ann.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb.properties.knn.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbANN (Total Keys: 6) - schemas.GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKNN (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1Retrieval.properties.externalApi.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1VertexAISearch.properties.dataStoreSpecs (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec (Total Keys: 4)
1 parent ed8efe7 commit aa84853

24 files changed

+2474
-15
lines changed

docs/dyn/aiplatform_v1.endpoints.html

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/aiplatform_v1.media.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124124
{ # JiraQueries contains the Jira queries and corresponding authentication.
125125
&quot;apiKeyConfig&quot;: { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
126126
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
127+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
127128
},
128129
&quot;customQueries&quot;: [ # A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
129130
&quot;A String&quot;,
@@ -143,6 +144,7 @@ <h3>Method Details</h3>
143144
&quot;clientId&quot;: &quot;A String&quot;, # The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions &quot;Files.ReadAll&quot;, &quot;Sites.ReadAll&quot; and BrowserSiteLists.Read.All.
144145
&quot;clientSecret&quot;: { # The API secret. # The application secret for the app registered in Azure.
145146
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
147+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
146148
},
147149
&quot;driveId&quot;: &quot;A String&quot;, # The ID of the drive to download from.
148150
&quot;driveName&quot;: &quot;A String&quot;, # The name of the drive to download from.
@@ -159,6 +161,7 @@ <h3>Method Details</h3>
159161
{ # SlackChannels contains the Slack channels and corresponding access token.
160162
&quot;apiKeyConfig&quot;: { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
161163
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
164+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
162165
},
163166
&quot;channels&quot;: [ # Required. The Slack channel IDs.
164167
{ # SlackChannel contains the Slack channel ID and the time range to import.
@@ -232,6 +235,7 @@ <h3>Method Details</h3>
232235
{ # JiraQueries contains the Jira queries and corresponding authentication.
233236
&quot;apiKeyConfig&quot;: { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
234237
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
238+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
235239
},
236240
&quot;customQueries&quot;: [ # A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
237241
&quot;A String&quot;,
@@ -251,6 +255,7 @@ <h3>Method Details</h3>
251255
&quot;clientId&quot;: &quot;A String&quot;, # The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions &quot;Files.ReadAll&quot;, &quot;Sites.ReadAll&quot; and BrowserSiteLists.Read.All.
252256
&quot;clientSecret&quot;: { # The API secret. # The application secret for the app registered in Azure.
253257
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
258+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
254259
},
255260
&quot;driveId&quot;: &quot;A String&quot;, # The ID of the drive to download from.
256261
&quot;driveName&quot;: &quot;A String&quot;, # The name of the drive to download from.
@@ -267,6 +272,7 @@ <h3>Method Details</h3>
267272
{ # SlackChannels contains the Slack channels and corresponding access token.
268273
&quot;apiKeyConfig&quot;: { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
269274
&quot;apiKeySecretVersion&quot;: &quot;A String&quot;, # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
275+
&quot;apiKeyString&quot;: &quot;A String&quot;, # The API key string. Either this or `api_key_secret_version` must be set.
270276
},
271277
&quot;channels&quot;: [ # Required. The Slack channel IDs.
272278
{ # SlackChannel contains the Slack channel ID and the time range to import.

0 commit comments

Comments
 (0)