Skip to content

Commit 6d169d4

Browse files
feat: Automated regeneration of AIPlatform client (googleapis#12250)
Auto-created at 2024-10-01 13:17:29 +0000 using the toys pull request generator.
1 parent b962e8d commit 6d169d4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

clients/ai_platform/lib/google_api/ai_platform/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13332,7 +13332,7 @@ defmodule GoogleApi.AIPlatform.V1.Api.Projects do
1333213332
## Parameters
1333313333

1333413334
* `connection` (*type:* `GoogleApi.AIPlatform.V1.Connection.t`) - Connection to server
13335-
* `parent` (*type:* `String.t`) - Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
13335+
* `parent` (*type:* `String.t`) - Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`
1333613336
* `optional_params` (*type:* `keyword()`) - Optional parameters
1333713337
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
1333813338
* `:access_token` (*type:* `String.t`) - OAuth access token.

clients/ai_platform/lib/google_api/ai_platform/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AIPlatform.V1 do
2020
API client metadata for GoogleApi.AIPlatform.V1.
2121
"""
2222

23-
@discovery_revision "20240923"
23+
@discovery_revision "20240925"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/ai_platform/lib/google_api/ai_platform/v1/model/google_cloud_aiplatform_v1_batch_create_features_request.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
defmodule GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateFeaturesRequest do
1919
@moduledoc """
20-
Request message for FeaturestoreService.BatchCreateFeatures.
20+
Request message for FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.
2121
2222
## Attributes
2323
24-
* `requests` (*type:* `list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest.t)`, *default:* `nil`) - Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType. The `parent` field in each child request message can be omitted. If `parent` is set in a child request, then the value must match the `parent` value in this request message.
24+
* `requests` (*type:* `list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest.t)`, *default:* `nil`) - Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType / FeatureGroup. The `parent` field in each child request message can be omitted. If `parent` is set in a child request, then the value must match the `parent` value in this request message.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/ai_platform/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AIPlatform.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.18.0"
21+
@version "0.18.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)