vald-client-python 1.7.17__tar.gz → 1.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/LICENSE +2 -2
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/PKG-INFO +6 -2
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/setup.cfg +1 -1
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/expression_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/priv/private_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/validate_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/api/annotations_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/api/http_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/rpc/status_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/agent/core/agent_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/agent/core/agent_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/filter/egress/egress_filter_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/filter/egress/egress_filter_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/filter/ingress/ingress_filter_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/filter/ingress/ingress_filter_pb2_grpc.py +3 -3
- vald_client_python-1.8.0/src/vald/v1/payload/payload_pb2.py +301 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/rpc/errdetails/error_details_pb2.py +3 -3
- vald_client_python-1.8.0/src/vald/v1/rpc/stats/stats_pb2.py +41 -0
- vald_client_python-1.8.0/src/vald/v1/rpc/stats/stats_pb2_grpc.py +85 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/filter_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/filter_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/flush_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/flush_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/index_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/index_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/insert_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/insert_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/object_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/object_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/remove_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/remove_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/search_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/search_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/update_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/update_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/upsert_pb2.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/vald/upsert_pb2_grpc.py +3 -3
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/PKG-INFO +6 -2
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/SOURCES.txt +2 -0
- vald-client-python-1.7.17/src/vald/v1/payload/payload_pb2.py +0 -295
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/README.md +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/setup.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/expression_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/priv/private_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/buf/validate/validate_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/api/annotations_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/api/http_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/google/rpc/status_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/payload/payload_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/rpc/errdetails/error_details_pb2_grpc.py +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/dependency_links.txt +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/not-zip-safe +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/requires.txt +0 -0
- {vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald_client_python.egg-info/top_level.txt +0 -0
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright (C) 2019-
|
|
189
|
+
Copyright (C) 2019-2026 vdaas.org vald team <vald@vdaas.org>
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
You may not use this file except in compliance with the License.
|
|
@@ -198,4 +198,4 @@
|
|
|
198
198
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
199
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
200
|
See the License for the specific language governing permissions and
|
|
201
|
-
limitations under the License.
|
|
201
|
+
limitations under the License.
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: vald-client-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.8.0
|
|
4
4
|
Summary: a client library for Vald (https://github.com/vdaas/vald).
|
|
5
5
|
Home-page: https://github.com/vdaas/vald-client-python
|
|
6
6
|
Author: vald team
|
|
7
7
|
Author-email: vald@vdaas.org
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
+
Requires-Dist: protobuf
|
|
11
|
+
Requires-Dist: grpcio
|
|
12
|
+
Requires-Dist: googleapis-common-protos
|
|
13
|
+
Dynamic: license-file
|
|
10
14
|
|
|
11
15
|
# vald-client-python
|
|
12
16
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: buf/validate/expression.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'buf/validate/expression.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: buf/validate/priv/private.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'buf/validate/priv/private.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: buf/validate/validate.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'buf/validate/validate.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/api/annotations.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'google/api/annotations.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/api/http.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'google/api/http.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/rpc/status.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'google/rpc/status.proto'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: vald/v1/agent/core/agent.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'vald/v1/agent/core/agent.proto'
|
{vald-client-python-1.7.17 → vald_client_python-1.8.0}/src/vald/v1/agent/core/agent_pb2_grpc.py
RENAMED
|
@@ -5,7 +5,7 @@ import grpc
|
|
|
5
5
|
from vald.v1.payload import payload_pb2 as vald_dot_v1_dot_payload_dot_payload__pb2
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class AgentStub
|
|
8
|
+
class AgentStub:
|
|
9
9
|
"""Represent the agent service.
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -32,7 +32,7 @@ class AgentStub(object):
|
|
|
32
32
|
_registered_method=True)
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
class AgentServicer
|
|
35
|
+
class AgentServicer:
|
|
36
36
|
"""Represent the agent service.
|
|
37
37
|
"""
|
|
38
38
|
|
|
@@ -83,7 +83,7 @@ def add_AgentServicer_to_server(servicer, server):
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
# This class is part of an EXPERIMENTAL API.
|
|
86
|
-
class Agent
|
|
86
|
+
class Agent:
|
|
87
87
|
"""Represent the agent service.
|
|
88
88
|
"""
|
|
89
89
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: vald/v1/filter/egress/egress_filter.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'vald/v1/filter/egress/egress_filter.proto'
|
|
@@ -5,7 +5,7 @@ import grpc
|
|
|
5
5
|
from vald.v1.payload import payload_pb2 as vald_dot_v1_dot_payload_dot_payload__pb2
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class FilterStub
|
|
8
|
+
class FilterStub:
|
|
9
9
|
"""Represent the egress filter service.
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -27,7 +27,7 @@ class FilterStub(object):
|
|
|
27
27
|
_registered_method=True)
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
class FilterServicer
|
|
30
|
+
class FilterServicer:
|
|
31
31
|
"""Represent the egress filter service.
|
|
32
32
|
"""
|
|
33
33
|
|
|
@@ -66,7 +66,7 @@ def add_FilterServicer_to_server(servicer, server):
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
# This class is part of an EXPERIMENTAL API.
|
|
69
|
-
class Filter
|
|
69
|
+
class Filter:
|
|
70
70
|
"""Represent the egress filter service.
|
|
71
71
|
"""
|
|
72
72
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: vald/v1/filter/ingress/ingress_filter.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,8 +11,8 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
18
|
'vald/v1/filter/ingress/ingress_filter.proto'
|
|
@@ -5,7 +5,7 @@ import grpc
|
|
|
5
5
|
from vald.v1.payload import payload_pb2 as vald_dot_v1_dot_payload_dot_payload__pb2
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class FilterStub
|
|
8
|
+
class FilterStub:
|
|
9
9
|
"""Represent the ingress filter service.
|
|
10
10
|
"""
|
|
11
11
|
|
|
@@ -27,7 +27,7 @@ class FilterStub(object):
|
|
|
27
27
|
_registered_method=True)
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
class FilterServicer
|
|
30
|
+
class FilterServicer:
|
|
31
31
|
"""Represent the ingress filter service.
|
|
32
32
|
"""
|
|
33
33
|
|
|
@@ -66,7 +66,7 @@ def add_FilterServicer_to_server(servicer, server):
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
# This class is part of an EXPERIMENTAL API.
|
|
69
|
-
class Filter
|
|
69
|
+
class Filter:
|
|
70
70
|
"""Represent the ingress filter service.
|
|
71
71
|
"""
|
|
72
72
|
|