Skip to content

Commit c87e4a7

Browse files
feat: Automated regeneration of aiplatform v1 client (googleapis#20346)
Auto-created at 2024-10-06 09:48:05 +0000 using the toys pull request generator.
1 parent 9400114 commit c87e4a7

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

generated/google-apis-aiplatform_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-aiplatform_v1
22

3+
### v0.37.0 (2024-10-06)
4+
5+
* Regenerated from discovery document revision 20240925
6+
37
### v0.36.0 (2024-09-29)
48

59
* Regenerated from discovery document revision 20240923

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/classes.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,14 +1173,16 @@ def update!(**args)
11731173
end
11741174
end
11751175

1176-
# Request message for FeaturestoreService.BatchCreateFeatures.
1176+
# Request message for FeaturestoreService.BatchCreateFeatures. Request message
1177+
# for FeatureRegistryService.BatchCreateFeatures.
11771178
class GoogleCloudAiplatformV1BatchCreateFeaturesRequest
11781179
include Google::Apis::Core::Hashable
11791180

11801181
# Required. The request message specifying the Features to create. All Features
1181-
# must be created under the same parent EntityType. The `parent` field in each
1182-
# child request message can be omitted. If `parent` is set in a child request,
1183-
# then the value must match the `parent` value in this request message.
1182+
# must be created under the same parent EntityType / FeatureGroup. The `parent`
1183+
# field in each child request message can be omitted. If `parent` is set in a
1184+
# child request, then the value must match the `parent` value in this request
1185+
# message.
11841186
# Corresponds to the JSON property `requests`
11851187
# @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreateFeatureRequest>]
11861188
attr_accessor :requests

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AiplatformV1
1818
# Version of the google-apis-aiplatform_v1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240923"
25+
REVISION = "20240925"
2626
end
2727
end
2828
end

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/service.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7525,9 +7525,10 @@ def write_project_location_featurestore_entity_type_feature_values(entity_type,
75257525

75267526
# Creates a batch of Features in a given EntityType.
75277527
# @param [String] parent
7528-
# Required. The resource name of the EntityType to create the batch of Features
7529-
# under. Format: `projects/`project`/locations/`location`/featurestores/`
7530-
# featurestore`/entityTypes/`entity_type``
7528+
# Required. The resource name of the EntityType/FeatureGroup to create the batch
7529+
# of Features under. Format: `projects/`project`/locations/`location`/
7530+
# featurestores/`featurestore`/entityTypes/`entity_type`` `projects/`project`/
7531+
# locations/`location`/featureGroups/`feature_group``
75317532
# @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchCreateFeaturesRequest] google_cloud_aiplatform_v1_batch_create_features_request_object
75327533
# @param [String] fields
75337534
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)