Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
libraries:
- id: bigframes
Expand Down Expand Up @@ -177,6 +178,7 @@ libraries:
last_generated_commit: 7a5706618f42f482acf583febcc7b977b66c25b2
apis:
- path: google/apps/card/v1
service_config: ""
source_roots:
- packages/google-apps-card
preserve_regex:
Expand Down Expand Up @@ -237,12 +239,19 @@ libraries:
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
apis:
- path: google/apps/script/type
service_config: ""
- path: google/apps/script/type/gmail
service_config: ""
- path: google/apps/script/type/docs
service_config: ""
- path: google/apps/script/type/drive
service_config: ""
- path: google/apps/script/type/sheets
service_config: ""
- path: google/apps/script/type/calendar
service_config: ""
- path: google/apps/script/type/slides
service_config: ""
source_roots:
- packages/google-apps-script-type
preserve_regex:
Expand Down Expand Up @@ -324,6 +333,7 @@ libraries:
- path: google/identity/accesscontextmanager/v1
service_config: accesscontextmanager_v1.yaml
- path: google/identity/accesscontextmanager/type
service_config: ""
source_roots:
- packages/google-cloud-access-context-manager
preserve_regex: []
Expand Down Expand Up @@ -491,6 +501,7 @@ libraries:
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
apis:
- path: google/appengine/logging/v1
service_config: ""
source_roots:
- packages/google-cloud-appengine-logging
preserve_regex:
Expand Down Expand Up @@ -893,6 +904,7 @@ libraries:
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
apis:
- path: google/cloud/bigquery/logging/v1
service_config: ""
source_roots:
- packages/google-cloud-bigquery-logging
preserve_regex:
Expand Down Expand Up @@ -1954,6 +1966,7 @@ libraries:
- path: google/firestore/admin/v1
service_config: firestore_v1.yaml
- path: google/firestore/bundle
service_config: ""
- path: google/firestore/v1
service_config: firestore_v1.yaml
source_roots:
Expand Down Expand Up @@ -2193,6 +2206,7 @@ libraries:
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
apis:
- path: google/iam/v1/logging
service_config: ""
source_roots:
- packages/google-cloud-iam-logging
preserve_regex:
Expand Down Expand Up @@ -2734,6 +2748,7 @@ libraries:
last_generated_commit: 55319b058f8a0e46bbeeff30e374e4b1f081f494
apis:
- path: google/cloud/orgpolicy/v1
service_config: ""
- path: google/cloud/orgpolicy/v2
service_config: orgpolicy_v2.yaml
source_roots:
Expand Down Expand Up @@ -3313,6 +3328,7 @@ libraries:
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
apis:
- path: google/devtools/source/v1
service_config: ""
source_roots:
- packages/google-cloud-source-context
preserve_regex:
Expand Down Expand Up @@ -3669,7 +3685,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-vectorsearch
version: 0.9.0
last_generated_commit: ebfdba37e54d9cd3e78380d226c2c4ab5a5f7fd4
last_generated_commit: 38ed7d6ba66a774924722146f054d12b4487a89f
apis:
- path: google/cloud/vectorsearch/v1beta
service_config: vectorsearch_v1beta.yaml
Expand Down Expand Up @@ -4356,6 +4372,7 @@ libraries:
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/shopping/type
service_config: ""
source_roots:
- packages/google-shopping-type
preserve_regex:
Expand All @@ -4372,12 +4389,15 @@ libraries:
- path: google/api
service_config: serviceconfig.yaml
- path: google/cloud
service_config: ""
- path: google/cloud/location
service_config: cloud.yaml
- path: google/logging/type
service_config: ""
- path: google/rpc
service_config: rpc_publish.yaml
- path: google/rpc/context
service_config: ""
- path: google/type
service_config: type.yaml
source_roots:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
EmbeddingTaskType,
VertexEmbeddingConfig,
)
from google.cloud.vectorsearch_v1.types.encryption_spec import EncryptionSpec
from google.cloud.vectorsearch_v1.types.vectorsearch_service import (
Collection,
CreateCollectionRequest,
Expand All @@ -103,6 +104,7 @@
OperationMetadata,
SparseVectorField,
UpdateCollectionRequest,
UpdateIndexRequest,
VectorField,
)

Expand Down Expand Up @@ -147,6 +149,7 @@
"UpdateDataObjectRequest",
"VertexEmbeddingConfig",
"EmbeddingTaskType",
"EncryptionSpec",
"Collection",
"CreateCollectionRequest",
"CreateIndexRequest",
Expand All @@ -171,5 +174,6 @@
"OperationMetadata",
"SparseVectorField",
"UpdateCollectionRequest",
"UpdateIndexRequest",
"VectorField",
)
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
UpdateDataObjectRequest,
)
from .types.embedding_config import EmbeddingTaskType, VertexEmbeddingConfig
from .types.encryption_spec import EncryptionSpec
from .types.vectorsearch_service import (
Collection,
CreateCollectionRequest,
Expand All @@ -100,6 +101,7 @@
OperationMetadata,
SparseVectorField,
UpdateCollectionRequest,
UpdateIndexRequest,
VectorField,
)

Expand Down Expand Up @@ -227,6 +229,7 @@ def _get_version(dependency_name):
"DenseVectorField",
"DistanceMetric",
"EmbeddingTaskType",
"EncryptionSpec",
"ExportDataObjectsMetadata",
"ExportDataObjectsRequest",
"ExportDataObjectsResponse",
Expand Down Expand Up @@ -258,6 +261,7 @@ def _get_version(dependency_name):
"TextSearch",
"UpdateCollectionRequest",
"UpdateDataObjectRequest",
"UpdateIndexRequest",
"Vector",
"VectorField",
"VectorSearch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@
"methods": [
"update_collection"
]
},
"UpdateIndex": {
"methods": [
"update_index"
]
}
}
},
Expand Down Expand Up @@ -327,6 +332,11 @@
"methods": [
"update_collection"
]
},
"UpdateIndex": {
"methods": [
"update_index"
]
}
}
},
Expand Down Expand Up @@ -387,6 +397,11 @@
"methods": [
"update_collection"
]
},
"UpdateIndex": {
"methods": [
"update_index"
]
}
}
}
Expand Down
Loading
Loading