Skip to content

Commit 6bf488c

Browse files
codyosschalmerlowe
authored andcommitted
feat(google-cloud-vectorsearch): regenerate library (#16626)
Internal Bug: b/502172684
1 parent 65d299e commit 6bf488c

36 files changed

+4117
-71
lines changed

.librarian/state.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
1516
libraries:
1617
- id: bigframes
@@ -177,6 +178,7 @@ libraries:
177178
last_generated_commit: 7a5706618f42f482acf583febcc7b977b66c25b2
178179
apis:
179180
- path: google/apps/card/v1
181+
service_config: ""
180182
source_roots:
181183
- packages/google-apps-card
182184
preserve_regex:
@@ -237,12 +239,19 @@ libraries:
237239
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
238240
apis:
239241
- path: google/apps/script/type
242+
service_config: ""
240243
- path: google/apps/script/type/gmail
244+
service_config: ""
241245
- path: google/apps/script/type/docs
246+
service_config: ""
242247
- path: google/apps/script/type/drive
248+
service_config: ""
243249
- path: google/apps/script/type/sheets
250+
service_config: ""
244251
- path: google/apps/script/type/calendar
252+
service_config: ""
245253
- path: google/apps/script/type/slides
254+
service_config: ""
246255
source_roots:
247256
- packages/google-apps-script-type
248257
preserve_regex:
@@ -324,6 +333,7 @@ libraries:
324333
- path: google/identity/accesscontextmanager/v1
325334
service_config: accesscontextmanager_v1.yaml
326335
- path: google/identity/accesscontextmanager/type
336+
service_config: ""
327337
source_roots:
328338
- packages/google-cloud-access-context-manager
329339
preserve_regex: []
@@ -491,6 +501,7 @@ libraries:
491501
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
492502
apis:
493503
- path: google/appengine/logging/v1
504+
service_config: ""
494505
source_roots:
495506
- packages/google-cloud-appengine-logging
496507
preserve_regex:
@@ -893,6 +904,7 @@ libraries:
893904
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
894905
apis:
895906
- path: google/cloud/bigquery/logging/v1
907+
service_config: ""
896908
source_roots:
897909
- packages/google-cloud-bigquery-logging
898910
preserve_regex:
@@ -1954,6 +1966,7 @@ libraries:
19541966
- path: google/firestore/admin/v1
19551967
service_config: firestore_v1.yaml
19561968
- path: google/firestore/bundle
1969+
service_config: ""
19571970
- path: google/firestore/v1
19581971
service_config: firestore_v1.yaml
19591972
source_roots:
@@ -2193,6 +2206,7 @@ libraries:
21932206
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
21942207
apis:
21952208
- path: google/iam/v1/logging
2209+
service_config: ""
21962210
source_roots:
21972211
- packages/google-cloud-iam-logging
21982212
preserve_regex:
@@ -2734,6 +2748,7 @@ libraries:
27342748
last_generated_commit: 55319b058f8a0e46bbeeff30e374e4b1f081f494
27352749
apis:
27362750
- path: google/cloud/orgpolicy/v1
2751+
service_config: ""
27372752
- path: google/cloud/orgpolicy/v2
27382753
service_config: orgpolicy_v2.yaml
27392754
source_roots:
@@ -3313,6 +3328,7 @@ libraries:
33133328
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
33143329
apis:
33153330
- path: google/devtools/source/v1
3331+
service_config: ""
33163332
source_roots:
33173333
- packages/google-cloud-source-context
33183334
preserve_regex:
@@ -3669,7 +3685,7 @@ libraries:
36693685
tag_format: '{id}-v{version}'
36703686
- id: google-cloud-vectorsearch
36713687
version: 0.9.0
3672-
last_generated_commit: ebfdba37e54d9cd3e78380d226c2c4ab5a5f7fd4
3688+
last_generated_commit: 38ed7d6ba66a774924722146f054d12b4487a89f
36733689
apis:
36743690
- path: google/cloud/vectorsearch/v1beta
36753691
service_config: vectorsearch_v1beta.yaml
@@ -4356,6 +4372,7 @@ libraries:
43564372
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
43574373
apis:
43584374
- path: google/shopping/type
4375+
service_config: ""
43594376
source_roots:
43604377
- packages/google-shopping-type
43614378
preserve_regex:
@@ -4372,12 +4389,15 @@ libraries:
43724389
- path: google/api
43734390
service_config: serviceconfig.yaml
43744391
- path: google/cloud
4392+
service_config: ""
43754393
- path: google/cloud/location
43764394
service_config: cloud.yaml
43774395
- path: google/logging/type
4396+
service_config: ""
43784397
- path: google/rpc
43794398
service_config: rpc_publish.yaml
43804399
- path: google/rpc/context
4400+
service_config: ""
43814401
- path: google/type
43824402
service_config: type.yaml
43834403
source_roots:

packages/google-cloud-vectorsearch/google/cloud/vectorsearch/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
EmbeddingTaskType,
7979
VertexEmbeddingConfig,
8080
)
81+
from google.cloud.vectorsearch_v1.types.encryption_spec import EncryptionSpec
8182
from google.cloud.vectorsearch_v1.types.vectorsearch_service import (
8283
Collection,
8384
CreateCollectionRequest,
@@ -103,6 +104,7 @@
103104
OperationMetadata,
104105
SparseVectorField,
105106
UpdateCollectionRequest,
107+
UpdateIndexRequest,
106108
VectorField,
107109
)
108110

@@ -147,6 +149,7 @@
147149
"UpdateDataObjectRequest",
148150
"VertexEmbeddingConfig",
149151
"EmbeddingTaskType",
152+
"EncryptionSpec",
150153
"Collection",
151154
"CreateCollectionRequest",
152155
"CreateIndexRequest",
@@ -171,5 +174,6 @@
171174
"OperationMetadata",
172175
"SparseVectorField",
173176
"UpdateCollectionRequest",
177+
"UpdateIndexRequest",
174178
"VectorField",
175179
)

packages/google-cloud-vectorsearch/google/cloud/vectorsearch_v1/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
UpdateDataObjectRequest,
7676
)
7777
from .types.embedding_config import EmbeddingTaskType, VertexEmbeddingConfig
78+
from .types.encryption_spec import EncryptionSpec
7879
from .types.vectorsearch_service import (
7980
Collection,
8081
CreateCollectionRequest,
@@ -100,6 +101,7 @@
100101
OperationMetadata,
101102
SparseVectorField,
102103
UpdateCollectionRequest,
104+
UpdateIndexRequest,
103105
VectorField,
104106
)
105107

@@ -227,6 +229,7 @@ def _get_version(dependency_name):
227229
"DenseVectorField",
228230
"DistanceMetric",
229231
"EmbeddingTaskType",
232+
"EncryptionSpec",
230233
"ExportDataObjectsMetadata",
231234
"ExportDataObjectsRequest",
232235
"ExportDataObjectsResponse",
@@ -258,6 +261,7 @@ def _get_version(dependency_name):
258261
"TextSearch",
259262
"UpdateCollectionRequest",
260263
"UpdateDataObjectRequest",
264+
"UpdateIndexRequest",
261265
"Vector",
262266
"VectorField",
263267
"VectorSearch",

packages/google-cloud-vectorsearch/google/cloud/vectorsearch_v1/gapic_metadata.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@
267267
"methods": [
268268
"update_collection"
269269
]
270+
},
271+
"UpdateIndex": {
272+
"methods": [
273+
"update_index"
274+
]
270275
}
271276
}
272277
},
@@ -327,6 +332,11 @@
327332
"methods": [
328333
"update_collection"
329334
]
335+
},
336+
"UpdateIndex": {
337+
"methods": [
338+
"update_index"
339+
]
330340
}
331341
}
332342
},
@@ -387,6 +397,11 @@
387397
"methods": [
388398
"update_collection"
389399
]
400+
},
401+
"UpdateIndex": {
402+
"methods": [
403+
"update_index"
404+
]
390405
}
391406
}
392407
}

0 commit comments

Comments
 (0)