Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 2, 2024
1 parent 7910242 commit 9250036
Show file tree
Hide file tree
Showing 29 changed files with 2,187 additions and 114 deletions.
8 changes: 4 additions & 4 deletions aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6590,7 +6590,7 @@
],
"parameters": {
"parent": {
"description": "Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
"description": "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}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$",
"required": true,
Expand Down Expand Up @@ -17813,7 +17813,7 @@
}
}
},
"revision": "20240923",
"revision": "20240925",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -18607,11 +18607,11 @@
"type": "object"
},
"GoogleCloudAiplatformV1BatchCreateFeaturesRequest": {
"description": "Request message for FeaturestoreService.BatchCreateFeatures.",
"description": "Request message for FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.",
"id": "GoogleCloudAiplatformV1BatchCreateFeaturesRequest",
"properties": {
"requests": {
"description": "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.",
"description": "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.",
"items": {
"$ref": "GoogleCloudAiplatformV1CreateFeatureRequest"
},
Expand Down
18 changes: 10 additions & 8 deletions aiplatform/v1/aiplatform-gen.go

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

10 changes: 5 additions & 5 deletions aiplatform/v1beta1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8344,7 +8344,7 @@
],
"parameters": {
"parent": {
"description": "Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
"description": "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}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$",
"required": true,
Expand Down Expand Up @@ -21202,7 +21202,7 @@
}
}
},
"revision": "20240916",
"revision": "20240925",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -22250,11 +22250,11 @@
"type": "object"
},
"GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest": {
"description": "Request message for FeaturestoreService.BatchCreateFeatures.",
"description": "Request message for FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.",
"id": "GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest",
"properties": {
"requests": {
"description": "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.",
"description": "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.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1CreateFeatureRequest"
},
Expand Down Expand Up @@ -37743,7 +37743,7 @@
"type": "number"
},
"sourceUri": {
"description": "For vertex RagStore, if the file is imported from Cloud Storage or Google Drive, source_uri will be original file URI in Cloud Storage or Google Drive; if file is uploaded, source_uri will be file display name.",
"description": "If the file is imported from Cloud Storage or Google Drive, source_uri will be original file URI in Cloud Storage or Google Drive; if file is uploaded, source_uri will be file display name.",
"type": "string"
},
"sparseDistance": {
Expand Down
24 changes: 13 additions & 11 deletions aiplatform/v1beta1/aiplatform-gen.go

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

4 changes: 2 additions & 2 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4886,7 +4886,7 @@
}
}
},
"revision": "20240916",
"revision": "20240929",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -6037,7 +6037,7 @@
"type": "string"
},
"project": {
"description": "Immutable. The linked Google Cloud project resource name. Currently, this API always uses a project number, but may use project IDs in the future. Format: 'projects/{project number}' Example: 'projects/1234'",
"description": "Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'",
"type": "string"
},
"streamingExportEnabled": {
Expand Down
8 changes: 5 additions & 3 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

Loading

0 comments on commit 9250036

Please sign in to comment.