yandexcloud 0.300.0__py3-none-any.whl → 0.302.0__py3-none-any.whl
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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/backup/v1/policy_pb2.py +6 -6
- yandex/cloud/backup/v1/policy_pb2.pyi +5 -1
- yandex/cloud/backup/v1/policy_service_pb2.py +15 -15
- yandex/cloud/backup/v1/policy_service_pb2.pyi +5 -1
- yandex/cloud/backup/v1/resource_pb2.py +18 -16
- yandex/cloud/backup/v1/resource_pb2.pyi +26 -1
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.py +1 -1
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +3 -3
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +1 -1
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +3 -3
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +6 -4
- yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.py +3 -1
- yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.pyi +59 -0
- yandex/cloud/loadtesting/api/v1/regression/__init__.py +0 -0
- yandex/cloud/loadtesting/api/v1/regression/dashboard_pb2.py +30 -0
- yandex/cloud/loadtesting/api/v1/regression/dashboard_pb2.pyi +90 -0
- yandex/cloud/loadtesting/api/v1/regression/dashboard_pb2_grpc.py +4 -0
- yandex/cloud/loadtesting/api/v1/regression/dashboard_pb2_grpc.pyi +17 -0
- yandex/cloud/loadtesting/api/v1/regression/widget_pb2.py +37 -0
- yandex/cloud/loadtesting/api/v1/regression/widget_pb2.pyi +200 -0
- yandex/cloud/loadtesting/api/v1/regression/widget_pb2_grpc.py +4 -0
- yandex/cloud/loadtesting/api/v1/regression/widget_pb2_grpc.pyi +17 -0
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.py +86 -0
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.pyi +251 -0
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2_grpc.py +210 -0
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2_grpc.pyi +141 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_pb2.py +49 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_pb2.pyi +321 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_pb2_grpc.py +4 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_pb2_grpc.pyi +17 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_value_pb2.py +26 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_value_pb2.pyi +37 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_value_pb2_grpc.py +4 -0
- yandex/cloud/loadtesting/api/v1/report/kpi_value_pb2_grpc.pyi +17 -0
- yandex/cloud/loadtesting/api/v1/report_service_pb2.py +25 -9
- yandex/cloud/loadtesting/api/v1/report_service_pb2.pyi +58 -0
- yandex/cloud/loadtesting/api/v1/report_service_pb2_grpc.py +34 -0
- yandex/cloud/loadtesting/api/v1/report_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +32 -32
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +8 -2
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +12 -12
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +42 -42
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +70 -70
- yandex/cloud/serverless/triggers/v1/trigger_service_pb2.py +32 -32
- yandex/cloud/video/v1/episode_service_pb2.py +44 -39
- yandex/cloud/video/v1/episode_service_pb2.pyi +33 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/manifest_pb2.py +28 -0
- yandex/cloud/video/v1/manifest_pb2.pyi +55 -0
- yandex/cloud/video/v1/manifest_pb2_grpc.py +4 -0
- yandex/cloud/video/v1/manifest_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/video_service_pb2.py +50 -45
- yandex/cloud/video/v1/video_service_pb2.pyi +33 -0
- yandex/cloud/video/v1/video_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +20 -0
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/METADATA +2 -2
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/RECORD +63 -38
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.300.0.dist-info → yandexcloud-0.302.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
|
+
|
|
17
|
+
@typing.final
|
|
18
|
+
class CreateRegressionDashboardRequest(google.protobuf.message.Message):
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
20
|
+
|
|
21
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
22
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
23
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
24
|
+
CONTENT_FIELD_NUMBER: builtins.int
|
|
25
|
+
folder_id: builtins.str
|
|
26
|
+
"""ID of the folder to create a regression dashboard in."""
|
|
27
|
+
name: builtins.str
|
|
28
|
+
"""Name of the dashboard."""
|
|
29
|
+
description: builtins.str
|
|
30
|
+
"""Description of the dashboard."""
|
|
31
|
+
@property
|
|
32
|
+
def content(self) -> yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard.Content:
|
|
33
|
+
"""Content of the dashboard."""
|
|
34
|
+
|
|
35
|
+
def __init__(
|
|
36
|
+
self,
|
|
37
|
+
*,
|
|
38
|
+
folder_id: builtins.str = ...,
|
|
39
|
+
name: builtins.str = ...,
|
|
40
|
+
description: builtins.str = ...,
|
|
41
|
+
content: yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard.Content | None = ...,
|
|
42
|
+
) -> None: ...
|
|
43
|
+
def HasField(self, field_name: typing.Literal["content", b"content"]) -> builtins.bool: ...
|
|
44
|
+
def ClearField(self, field_name: typing.Literal["content", b"content", "description", b"description", "folder_id", b"folder_id", "name", b"name"]) -> None: ...
|
|
45
|
+
|
|
46
|
+
global___CreateRegressionDashboardRequest = CreateRegressionDashboardRequest
|
|
47
|
+
|
|
48
|
+
@typing.final
|
|
49
|
+
class CreateRegressionDashboardMetadata(google.protobuf.message.Message):
|
|
50
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
51
|
+
|
|
52
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
53
|
+
dashboard_id: builtins.str
|
|
54
|
+
"""ID of the dashboard that is being created."""
|
|
55
|
+
def __init__(
|
|
56
|
+
self,
|
|
57
|
+
*,
|
|
58
|
+
dashboard_id: builtins.str = ...,
|
|
59
|
+
) -> None: ...
|
|
60
|
+
def ClearField(self, field_name: typing.Literal["dashboard_id", b"dashboard_id"]) -> None: ...
|
|
61
|
+
|
|
62
|
+
global___CreateRegressionDashboardMetadata = CreateRegressionDashboardMetadata
|
|
63
|
+
|
|
64
|
+
@typing.final
|
|
65
|
+
class GetRegressionDashboardRequest(google.protobuf.message.Message):
|
|
66
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
67
|
+
|
|
68
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
69
|
+
dashboard_id: builtins.str
|
|
70
|
+
"""ID of the dashboard to return."""
|
|
71
|
+
def __init__(
|
|
72
|
+
self,
|
|
73
|
+
*,
|
|
74
|
+
dashboard_id: builtins.str = ...,
|
|
75
|
+
) -> None: ...
|
|
76
|
+
def ClearField(self, field_name: typing.Literal["dashboard_id", b"dashboard_id"]) -> None: ...
|
|
77
|
+
|
|
78
|
+
global___GetRegressionDashboardRequest = GetRegressionDashboardRequest
|
|
79
|
+
|
|
80
|
+
@typing.final
|
|
81
|
+
class DeleteRegressionDashboardRequest(google.protobuf.message.Message):
|
|
82
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
83
|
+
|
|
84
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
85
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
86
|
+
dashboard_id: builtins.str
|
|
87
|
+
"""ID of the dashboard to delete."""
|
|
88
|
+
etag: builtins.str
|
|
89
|
+
"""The current etag of the dashboard."""
|
|
90
|
+
def __init__(
|
|
91
|
+
self,
|
|
92
|
+
*,
|
|
93
|
+
dashboard_id: builtins.str = ...,
|
|
94
|
+
etag: builtins.str = ...,
|
|
95
|
+
) -> None: ...
|
|
96
|
+
def ClearField(self, field_name: typing.Literal["dashboard_id", b"dashboard_id", "etag", b"etag"]) -> None: ...
|
|
97
|
+
|
|
98
|
+
global___DeleteRegressionDashboardRequest = DeleteRegressionDashboardRequest
|
|
99
|
+
|
|
100
|
+
@typing.final
|
|
101
|
+
class DeleteRegressionDashboardMetadata(google.protobuf.message.Message):
|
|
102
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
103
|
+
|
|
104
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
105
|
+
dashboard_id: builtins.str
|
|
106
|
+
"""ID of the dashboard that is being deleted."""
|
|
107
|
+
def __init__(
|
|
108
|
+
self,
|
|
109
|
+
*,
|
|
110
|
+
dashboard_id: builtins.str = ...,
|
|
111
|
+
) -> None: ...
|
|
112
|
+
def ClearField(self, field_name: typing.Literal["dashboard_id", b"dashboard_id"]) -> None: ...
|
|
113
|
+
|
|
114
|
+
global___DeleteRegressionDashboardMetadata = DeleteRegressionDashboardMetadata
|
|
115
|
+
|
|
116
|
+
@typing.final
|
|
117
|
+
class ListRegressionDashboardsRequest(google.protobuf.message.Message):
|
|
118
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
119
|
+
|
|
120
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
121
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
122
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
123
|
+
FILTER_FIELD_NUMBER: builtins.int
|
|
124
|
+
folder_id: builtins.str
|
|
125
|
+
"""ID of the folder to list dashboards in."""
|
|
126
|
+
page_size: builtins.int
|
|
127
|
+
"""The maximum number of results per page to return. If the number of available
|
|
128
|
+
results is larger than `page_size`, the service returns a [ListRegressionDashboardsResponse.next_page_token]
|
|
129
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
130
|
+
Default value: 100.
|
|
131
|
+
"""
|
|
132
|
+
page_token: builtins.str
|
|
133
|
+
"""Page token. To get the next page of results, set `page_token` to the
|
|
134
|
+
[ListRegressionDashboardsResponse.next_page_token] returned by a previous list request.
|
|
135
|
+
"""
|
|
136
|
+
filter: builtins.str
|
|
137
|
+
"""A filter expression that filters dashboards listed in the response.
|
|
138
|
+
|
|
139
|
+
The filter expression may contain multiple field expressions joined by `AND`.
|
|
140
|
+
The field expression must specify:
|
|
141
|
+
1. The field name.
|
|
142
|
+
2. An operator:
|
|
143
|
+
- `=`, `!=`, `CONTAINS`, for single values.
|
|
144
|
+
- `IN` or `NOT IN` for lists of values.
|
|
145
|
+
3. The value. String values must be encosed in `"`, boolean values are {`true`, `false`}, timestamp values in ISO-8601.
|
|
146
|
+
|
|
147
|
+
Currently supported fields:
|
|
148
|
+
- `id` [yandex.cloud.loadtesting.api.v1.regression.Dashboard.id]
|
|
149
|
+
- operators: `=`, `!=`, `IN`, `NOT IN`
|
|
150
|
+
- `name` [yandex.cloud.loadtesting.api.v1.regression.Dashboard.name]
|
|
151
|
+
- operators: `=`, `!=`, `IN`, `NOT IN`, `CONTAINS`
|
|
152
|
+
|
|
153
|
+
Examples:
|
|
154
|
+
- `id IN ("1", "2", "3")`
|
|
155
|
+
- `name CONTAINS "my-dashboard" AND id NOT IN ("4", "5")`
|
|
156
|
+
"""
|
|
157
|
+
def __init__(
|
|
158
|
+
self,
|
|
159
|
+
*,
|
|
160
|
+
folder_id: builtins.str = ...,
|
|
161
|
+
page_size: builtins.int = ...,
|
|
162
|
+
page_token: builtins.str = ...,
|
|
163
|
+
filter: builtins.str = ...,
|
|
164
|
+
) -> None: ...
|
|
165
|
+
def ClearField(self, field_name: typing.Literal["filter", b"filter", "folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
166
|
+
|
|
167
|
+
global___ListRegressionDashboardsRequest = ListRegressionDashboardsRequest
|
|
168
|
+
|
|
169
|
+
@typing.final
|
|
170
|
+
class ListRegressionDashboardsResponse(google.protobuf.message.Message):
|
|
171
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
172
|
+
|
|
173
|
+
DASHBOARDS_FIELD_NUMBER: builtins.int
|
|
174
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
175
|
+
next_page_token: builtins.str
|
|
176
|
+
"""Token for getting the next page of the list. If the number of results is greater than
|
|
177
|
+
the specified [ListRegressionDashboardsRequest.page_size], use `next_page_token` as the value
|
|
178
|
+
for the [ListRegressionDashboardsRequest.page_token] parameter in the next list request.
|
|
179
|
+
|
|
180
|
+
Each subsequent page will have its own `next_page_token` to continue paging through the results.
|
|
181
|
+
"""
|
|
182
|
+
@property
|
|
183
|
+
def dashboards(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard]:
|
|
184
|
+
"""List of dashboards in the specified folder."""
|
|
185
|
+
|
|
186
|
+
def __init__(
|
|
187
|
+
self,
|
|
188
|
+
*,
|
|
189
|
+
dashboards: collections.abc.Iterable[yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard] | None = ...,
|
|
190
|
+
next_page_token: builtins.str = ...,
|
|
191
|
+
) -> None: ...
|
|
192
|
+
def ClearField(self, field_name: typing.Literal["dashboards", b"dashboards", "next_page_token", b"next_page_token"]) -> None: ...
|
|
193
|
+
|
|
194
|
+
global___ListRegressionDashboardsResponse = ListRegressionDashboardsResponse
|
|
195
|
+
|
|
196
|
+
@typing.final
|
|
197
|
+
class UpdateRegressionDashboardRequest(google.protobuf.message.Message):
|
|
198
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
199
|
+
|
|
200
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
201
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
202
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
203
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
204
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
205
|
+
CONTENT_FIELD_NUMBER: builtins.int
|
|
206
|
+
dashboard_id: builtins.str
|
|
207
|
+
"""ID of the dashboards to update."""
|
|
208
|
+
etag: builtins.str
|
|
209
|
+
"""The current etag of the dashboard."""
|
|
210
|
+
name: builtins.str
|
|
211
|
+
"""New name of the dashboard."""
|
|
212
|
+
description: builtins.str
|
|
213
|
+
"""New description of the dashboard."""
|
|
214
|
+
@property
|
|
215
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
216
|
+
"""Field mask that specifies which attributes of the dashboard are going to be updated."""
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
def content(self) -> yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard.Content:
|
|
220
|
+
"""New content of the dashboard."""
|
|
221
|
+
|
|
222
|
+
def __init__(
|
|
223
|
+
self,
|
|
224
|
+
*,
|
|
225
|
+
dashboard_id: builtins.str = ...,
|
|
226
|
+
etag: builtins.str = ...,
|
|
227
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
228
|
+
name: builtins.str = ...,
|
|
229
|
+
description: builtins.str = ...,
|
|
230
|
+
content: yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard.Content | None = ...,
|
|
231
|
+
) -> None: ...
|
|
232
|
+
def HasField(self, field_name: typing.Literal["content", b"content", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
233
|
+
def ClearField(self, field_name: typing.Literal["content", b"content", "dashboard_id", b"dashboard_id", "description", b"description", "etag", b"etag", "name", b"name", "update_mask", b"update_mask"]) -> None: ...
|
|
234
|
+
|
|
235
|
+
global___UpdateRegressionDashboardRequest = UpdateRegressionDashboardRequest
|
|
236
|
+
|
|
237
|
+
@typing.final
|
|
238
|
+
class UpdateRegressionDashboardMetadata(google.protobuf.message.Message):
|
|
239
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
240
|
+
|
|
241
|
+
DASHBOARD_ID_FIELD_NUMBER: builtins.int
|
|
242
|
+
dashboard_id: builtins.str
|
|
243
|
+
"""ID of the dashboard that is being updated."""
|
|
244
|
+
def __init__(
|
|
245
|
+
self,
|
|
246
|
+
*,
|
|
247
|
+
dashboard_id: builtins.str = ...,
|
|
248
|
+
) -> None: ...
|
|
249
|
+
def ClearField(self, field_name: typing.Literal["dashboard_id", b"dashboard_id"]) -> None: ...
|
|
250
|
+
|
|
251
|
+
global___UpdateRegressionDashboardMetadata = UpdateRegressionDashboardMetadata
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from yandex.cloud.loadtesting.api.v1.regression import dashboard_pb2 as yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression_dot_dashboard__pb2
|
|
6
|
+
from yandex.cloud.loadtesting.api.v1 import regression_dashboard_service_pb2 as yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2
|
|
7
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class RegressionDashboardServiceStub(object):
|
|
11
|
+
"""A set of methods for managing Load Testing Regression Dashboards.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, channel):
|
|
15
|
+
"""Constructor.
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
channel: A grpc.Channel.
|
|
19
|
+
"""
|
|
20
|
+
self.Create = channel.unary_unary(
|
|
21
|
+
'/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Create',
|
|
22
|
+
request_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.CreateRegressionDashboardRequest.SerializeToString,
|
|
23
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
24
|
+
)
|
|
25
|
+
self.Get = channel.unary_unary(
|
|
26
|
+
'/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Get',
|
|
27
|
+
request_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.GetRegressionDashboardRequest.SerializeToString,
|
|
28
|
+
response_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression_dot_dashboard__pb2.Dashboard.FromString,
|
|
29
|
+
)
|
|
30
|
+
self.List = channel.unary_unary(
|
|
31
|
+
'/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/List',
|
|
32
|
+
request_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsRequest.SerializeToString,
|
|
33
|
+
response_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsResponse.FromString,
|
|
34
|
+
)
|
|
35
|
+
self.Delete = channel.unary_unary(
|
|
36
|
+
'/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Delete',
|
|
37
|
+
request_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.DeleteRegressionDashboardRequest.SerializeToString,
|
|
38
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
39
|
+
)
|
|
40
|
+
self.Update = channel.unary_unary(
|
|
41
|
+
'/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Update',
|
|
42
|
+
request_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.UpdateRegressionDashboardRequest.SerializeToString,
|
|
43
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
class RegressionDashboardServiceServicer(object):
|
|
48
|
+
"""A set of methods for managing Load Testing Regression Dashboards.
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
def Create(self, request, context):
|
|
52
|
+
"""Creates a regression dashboard in the specified folder.
|
|
53
|
+
"""
|
|
54
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
55
|
+
context.set_details('Method not implemented!')
|
|
56
|
+
raise NotImplementedError('Method not implemented!')
|
|
57
|
+
|
|
58
|
+
def Get(self, request, context):
|
|
59
|
+
"""Returns the specified regression dashboard.
|
|
60
|
+
|
|
61
|
+
To get the list of all available regression dashboards, make a [List] request.
|
|
62
|
+
"""
|
|
63
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
64
|
+
context.set_details('Method not implemented!')
|
|
65
|
+
raise NotImplementedError('Method not implemented!')
|
|
66
|
+
|
|
67
|
+
def List(self, request, context):
|
|
68
|
+
"""Retrieves the list of regression dashboards in the specified folder.
|
|
69
|
+
"""
|
|
70
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
71
|
+
context.set_details('Method not implemented!')
|
|
72
|
+
raise NotImplementedError('Method not implemented!')
|
|
73
|
+
|
|
74
|
+
def Delete(self, request, context):
|
|
75
|
+
"""Deletes the specified regression dashboard.
|
|
76
|
+
"""
|
|
77
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
78
|
+
context.set_details('Method not implemented!')
|
|
79
|
+
raise NotImplementedError('Method not implemented!')
|
|
80
|
+
|
|
81
|
+
def Update(self, request, context):
|
|
82
|
+
"""Updates the specified regression dashboard.
|
|
83
|
+
"""
|
|
84
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
85
|
+
context.set_details('Method not implemented!')
|
|
86
|
+
raise NotImplementedError('Method not implemented!')
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def add_RegressionDashboardServiceServicer_to_server(servicer, server):
|
|
90
|
+
rpc_method_handlers = {
|
|
91
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
92
|
+
servicer.Create,
|
|
93
|
+
request_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.CreateRegressionDashboardRequest.FromString,
|
|
94
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
95
|
+
),
|
|
96
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
|
97
|
+
servicer.Get,
|
|
98
|
+
request_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.GetRegressionDashboardRequest.FromString,
|
|
99
|
+
response_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression_dot_dashboard__pb2.Dashboard.SerializeToString,
|
|
100
|
+
),
|
|
101
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
102
|
+
servicer.List,
|
|
103
|
+
request_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsRequest.FromString,
|
|
104
|
+
response_serializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsResponse.SerializeToString,
|
|
105
|
+
),
|
|
106
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
107
|
+
servicer.Delete,
|
|
108
|
+
request_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.DeleteRegressionDashboardRequest.FromString,
|
|
109
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
110
|
+
),
|
|
111
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
112
|
+
servicer.Update,
|
|
113
|
+
request_deserializer=yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.UpdateRegressionDashboardRequest.FromString,
|
|
114
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
115
|
+
),
|
|
116
|
+
}
|
|
117
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
118
|
+
'yandex.cloud.loadtesting.api.v1.RegressionDashboardService', rpc_method_handlers)
|
|
119
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
# This class is part of an EXPERIMENTAL API.
|
|
123
|
+
class RegressionDashboardService(object):
|
|
124
|
+
"""A set of methods for managing Load Testing Regression Dashboards.
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
@staticmethod
|
|
128
|
+
def Create(request,
|
|
129
|
+
target,
|
|
130
|
+
options=(),
|
|
131
|
+
channel_credentials=None,
|
|
132
|
+
call_credentials=None,
|
|
133
|
+
insecure=False,
|
|
134
|
+
compression=None,
|
|
135
|
+
wait_for_ready=None,
|
|
136
|
+
timeout=None,
|
|
137
|
+
metadata=None):
|
|
138
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Create',
|
|
139
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.CreateRegressionDashboardRequest.SerializeToString,
|
|
140
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
141
|
+
options, channel_credentials,
|
|
142
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
143
|
+
|
|
144
|
+
@staticmethod
|
|
145
|
+
def Get(request,
|
|
146
|
+
target,
|
|
147
|
+
options=(),
|
|
148
|
+
channel_credentials=None,
|
|
149
|
+
call_credentials=None,
|
|
150
|
+
insecure=False,
|
|
151
|
+
compression=None,
|
|
152
|
+
wait_for_ready=None,
|
|
153
|
+
timeout=None,
|
|
154
|
+
metadata=None):
|
|
155
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Get',
|
|
156
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.GetRegressionDashboardRequest.SerializeToString,
|
|
157
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression_dot_dashboard__pb2.Dashboard.FromString,
|
|
158
|
+
options, channel_credentials,
|
|
159
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
160
|
+
|
|
161
|
+
@staticmethod
|
|
162
|
+
def List(request,
|
|
163
|
+
target,
|
|
164
|
+
options=(),
|
|
165
|
+
channel_credentials=None,
|
|
166
|
+
call_credentials=None,
|
|
167
|
+
insecure=False,
|
|
168
|
+
compression=None,
|
|
169
|
+
wait_for_ready=None,
|
|
170
|
+
timeout=None,
|
|
171
|
+
metadata=None):
|
|
172
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/List',
|
|
173
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsRequest.SerializeToString,
|
|
174
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.ListRegressionDashboardsResponse.FromString,
|
|
175
|
+
options, channel_credentials,
|
|
176
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
177
|
+
|
|
178
|
+
@staticmethod
|
|
179
|
+
def Delete(request,
|
|
180
|
+
target,
|
|
181
|
+
options=(),
|
|
182
|
+
channel_credentials=None,
|
|
183
|
+
call_credentials=None,
|
|
184
|
+
insecure=False,
|
|
185
|
+
compression=None,
|
|
186
|
+
wait_for_ready=None,
|
|
187
|
+
timeout=None,
|
|
188
|
+
metadata=None):
|
|
189
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Delete',
|
|
190
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.DeleteRegressionDashboardRequest.SerializeToString,
|
|
191
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
192
|
+
options, channel_credentials,
|
|
193
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
194
|
+
|
|
195
|
+
@staticmethod
|
|
196
|
+
def Update(request,
|
|
197
|
+
target,
|
|
198
|
+
options=(),
|
|
199
|
+
channel_credentials=None,
|
|
200
|
+
call_credentials=None,
|
|
201
|
+
insecure=False,
|
|
202
|
+
compression=None,
|
|
203
|
+
wait_for_ready=None,
|
|
204
|
+
timeout=None,
|
|
205
|
+
metadata=None):
|
|
206
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Update',
|
|
207
|
+
yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_regression__dashboard__service__pb2.UpdateRegressionDashboardRequest.SerializeToString,
|
|
208
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
209
|
+
options, channel_credentials,
|
|
210
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2
|
|
12
|
+
import yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class RegressionDashboardServiceStub:
|
|
23
|
+
"""A set of methods for managing Load Testing Regression Dashboards."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.CreateRegressionDashboardRequest,
|
|
28
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
29
|
+
]
|
|
30
|
+
"""Creates a regression dashboard in the specified folder."""
|
|
31
|
+
|
|
32
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
33
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.GetRegressionDashboardRequest,
|
|
34
|
+
yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard,
|
|
35
|
+
]
|
|
36
|
+
"""Returns the specified regression dashboard.
|
|
37
|
+
|
|
38
|
+
To get the list of all available regression dashboards, make a [List] request.
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsRequest,
|
|
43
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsResponse,
|
|
44
|
+
]
|
|
45
|
+
"""Retrieves the list of regression dashboards in the specified folder."""
|
|
46
|
+
|
|
47
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
48
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.DeleteRegressionDashboardRequest,
|
|
49
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
50
|
+
]
|
|
51
|
+
"""Deletes the specified regression dashboard."""
|
|
52
|
+
|
|
53
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.UpdateRegressionDashboardRequest,
|
|
55
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
56
|
+
]
|
|
57
|
+
"""Updates the specified regression dashboard."""
|
|
58
|
+
|
|
59
|
+
class RegressionDashboardServiceAsyncStub:
|
|
60
|
+
"""A set of methods for managing Load Testing Regression Dashboards."""
|
|
61
|
+
|
|
62
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
63
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.CreateRegressionDashboardRequest,
|
|
64
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
65
|
+
]
|
|
66
|
+
"""Creates a regression dashboard in the specified folder."""
|
|
67
|
+
|
|
68
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
69
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.GetRegressionDashboardRequest,
|
|
70
|
+
yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard,
|
|
71
|
+
]
|
|
72
|
+
"""Returns the specified regression dashboard.
|
|
73
|
+
|
|
74
|
+
To get the list of all available regression dashboards, make a [List] request.
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
78
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsRequest,
|
|
79
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsResponse,
|
|
80
|
+
]
|
|
81
|
+
"""Retrieves the list of regression dashboards in the specified folder."""
|
|
82
|
+
|
|
83
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
84
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.DeleteRegressionDashboardRequest,
|
|
85
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
|
+
]
|
|
87
|
+
"""Deletes the specified regression dashboard."""
|
|
88
|
+
|
|
89
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
90
|
+
yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.UpdateRegressionDashboardRequest,
|
|
91
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
92
|
+
]
|
|
93
|
+
"""Updates the specified regression dashboard."""
|
|
94
|
+
|
|
95
|
+
class RegressionDashboardServiceServicer(metaclass=abc.ABCMeta):
|
|
96
|
+
"""A set of methods for managing Load Testing Regression Dashboards."""
|
|
97
|
+
|
|
98
|
+
@abc.abstractmethod
|
|
99
|
+
def Create(
|
|
100
|
+
self,
|
|
101
|
+
request: yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.CreateRegressionDashboardRequest,
|
|
102
|
+
context: _ServicerContext,
|
|
103
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
104
|
+
"""Creates a regression dashboard in the specified folder."""
|
|
105
|
+
|
|
106
|
+
@abc.abstractmethod
|
|
107
|
+
def Get(
|
|
108
|
+
self,
|
|
109
|
+
request: yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.GetRegressionDashboardRequest,
|
|
110
|
+
context: _ServicerContext,
|
|
111
|
+
) -> typing.Union[yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard, collections.abc.Awaitable[yandex.cloud.loadtesting.api.v1.regression.dashboard_pb2.Dashboard]]:
|
|
112
|
+
"""Returns the specified regression dashboard.
|
|
113
|
+
|
|
114
|
+
To get the list of all available regression dashboards, make a [List] request.
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
@abc.abstractmethod
|
|
118
|
+
def List(
|
|
119
|
+
self,
|
|
120
|
+
request: yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsRequest,
|
|
121
|
+
context: _ServicerContext,
|
|
122
|
+
) -> typing.Union[yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsResponse, collections.abc.Awaitable[yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.ListRegressionDashboardsResponse]]:
|
|
123
|
+
"""Retrieves the list of regression dashboards in the specified folder."""
|
|
124
|
+
|
|
125
|
+
@abc.abstractmethod
|
|
126
|
+
def Delete(
|
|
127
|
+
self,
|
|
128
|
+
request: yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.DeleteRegressionDashboardRequest,
|
|
129
|
+
context: _ServicerContext,
|
|
130
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
131
|
+
"""Deletes the specified regression dashboard."""
|
|
132
|
+
|
|
133
|
+
@abc.abstractmethod
|
|
134
|
+
def Update(
|
|
135
|
+
self,
|
|
136
|
+
request: yandex.cloud.loadtesting.api.v1.regression_dashboard_service_pb2.UpdateRegressionDashboardRequest,
|
|
137
|
+
context: _ServicerContext,
|
|
138
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
139
|
+
"""Updates the specified regression dashboard."""
|
|
140
|
+
|
|
141
|
+
def add_RegressionDashboardServiceServicer_to_server(servicer: RegressionDashboardServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/loadtesting/api/v1/report/kpi.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from yandex.cloud.loadtesting.api.v1.common import quantiles_pb2 as yandex_dot_cloud_dot_loadtesting_dot_api_dot_v1_dot_common_dot_quantiles__pb2
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/loadtesting/api/v1/report/kpi.proto\x12&yandex.cloud.loadtesting.api.v1.report\x1a\x36yandex/cloud/loadtesting/api/v1/common/quantiles.proto\"\x95\x01\n\x03Kpi\x12\x45\n\x08selector\x18\x01 \x01(\x0b\x32\x33.yandex.cloud.loadtesting.api.v1.report.KpiSelector\x12G\n\tthreshold\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.loadtesting.api.v1.report.KpiThreshold\"e\n\x0cKpiThreshold\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x46\n\ncomparison\x18\x02 \x01(\x0e\x32\x32.yandex.cloud.loadtesting.api.v1.report.Comparison\"\xcc\x08\n\x0bKpiSelector\x12Y\n\rresponse_time\x18\x01 \x01(\x0b\x32@.yandex.cloud.loadtesting.api.v1.report.KpiSelector.ResponseTimeH\x00\x12R\n\tinstances\x18\x02 \x01(\x0b\x32=.yandex.cloud.loadtesting.api.v1.report.KpiSelector.InstancesH\x00\x12Y\n\rimbalance_rps\x18\x03 \x01(\x0b\x32@.yandex.cloud.loadtesting.api.v1.report.KpiSelector.ImbalanceRpsH\x00\x12l\n\x17protocol_codes_absolute\x18\x04 \x01(\x0b\x32I.yandex.cloud.loadtesting.api.v1.report.KpiSelector.ProtocolCodesAbsoluteH\x00\x12l\n\x17protocol_codes_relative\x18\x05 \x01(\x0b\x32I.yandex.cloud.loadtesting.api.v1.report.KpiSelector.ProtocolCodesRelativeH\x00\x12j\n\x16network_codes_absolute\x18\x06 \x01(\x0b\x32H.yandex.cloud.loadtesting.api.v1.report.KpiSelector.NetworkCodesAbsoluteH\x00\x12j\n\x16network_codes_relative\x18\x07 \x01(\x0b\x32H.yandex.cloud.loadtesting.api.v1.report.KpiSelector.NetworkCodesRelativeH\x00\x1aV\n\x0cResponseTime\x12\x46\n\x08quantile\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.loadtesting.api.v1.common.QuantileType\x1aM\n\tInstances\x12@\n\x03\x61gg\x18\x01 \x01(\x0e\x32\x33.yandex.cloud.loadtesting.api.v1.report.Aggregation\x1a\x0e\n\x0cImbalanceRps\x1a/\n\x15ProtocolCodesAbsolute\x12\x16\n\x0e\x63odes_patterns\x18\x01 \x03(\t\x1a/\n\x15ProtocolCodesRelative\x12\x16\n\x0e\x63odes_patterns\x18\x01 \x03(\t\x1a.\n\x14NetworkCodesAbsolute\x12\x16\n\x0e\x63odes_patterns\x18\x01 \x03(\t\x1a.\n\x14NetworkCodesRelative\x12\x16\n\x0e\x63odes_patterns\x18\x01 \x03(\tB\x06\n\x04kind*\x9a\x01\n\x0b\x41ggregation\x12\x1b\n\x17\x41GGREGATION_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x41GGREGATION_MIN\x10\x01\x12\x13\n\x0f\x41GGREGATION_MAX\x10\x02\x12\x13\n\x0f\x41GGREGATION_AVG\x10\x04\x12\x16\n\x12\x41GGREGATION_MEDIAN\x10\x05\x12\x17\n\x13\x41GGREGATION_STD_DEV\x10\x06*v\n\nComparison\x12\x1a\n\x16\x43OMPARISON_UNSPECIFIED\x10\x00\x12\x11\n\rCOMPARISON_LT\x10\x01\x12\x12\n\x0e\x43OMPARISON_LTE\x10\x02\x12\x11\n\rCOMPARISON_GT\x10\x03\x12\x12\n\x0e\x43OMPARISON_GTE\x10\x04\x42\x7f\n*yandex.cloud.api.loadtesting.api.v1.reportZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadtesting/api/v1/report;reportb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.loadtesting.api.v1.report.kpi_pb2', _globals)
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
DESCRIPTOR._options = None
|
|
24
|
+
DESCRIPTOR._serialized_options = b'\n*yandex.cloud.api.loadtesting.api.v1.reportZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadtesting/api/v1/report;report'
|
|
25
|
+
_globals['_AGGREGATION']._serialized_start=1507
|
|
26
|
+
_globals['_AGGREGATION']._serialized_end=1661
|
|
27
|
+
_globals['_COMPARISON']._serialized_start=1663
|
|
28
|
+
_globals['_COMPARISON']._serialized_end=1781
|
|
29
|
+
_globals['_KPI']._serialized_start=149
|
|
30
|
+
_globals['_KPI']._serialized_end=298
|
|
31
|
+
_globals['_KPITHRESHOLD']._serialized_start=300
|
|
32
|
+
_globals['_KPITHRESHOLD']._serialized_end=401
|
|
33
|
+
_globals['_KPISELECTOR']._serialized_start=404
|
|
34
|
+
_globals['_KPISELECTOR']._serialized_end=1504
|
|
35
|
+
_globals['_KPISELECTOR_RESPONSETIME']._serialized_start=1121
|
|
36
|
+
_globals['_KPISELECTOR_RESPONSETIME']._serialized_end=1207
|
|
37
|
+
_globals['_KPISELECTOR_INSTANCES']._serialized_start=1209
|
|
38
|
+
_globals['_KPISELECTOR_INSTANCES']._serialized_end=1286
|
|
39
|
+
_globals['_KPISELECTOR_IMBALANCERPS']._serialized_start=1288
|
|
40
|
+
_globals['_KPISELECTOR_IMBALANCERPS']._serialized_end=1302
|
|
41
|
+
_globals['_KPISELECTOR_PROTOCOLCODESABSOLUTE']._serialized_start=1304
|
|
42
|
+
_globals['_KPISELECTOR_PROTOCOLCODESABSOLUTE']._serialized_end=1351
|
|
43
|
+
_globals['_KPISELECTOR_PROTOCOLCODESRELATIVE']._serialized_start=1353
|
|
44
|
+
_globals['_KPISELECTOR_PROTOCOLCODESRELATIVE']._serialized_end=1400
|
|
45
|
+
_globals['_KPISELECTOR_NETWORKCODESABSOLUTE']._serialized_start=1402
|
|
46
|
+
_globals['_KPISELECTOR_NETWORKCODESABSOLUTE']._serialized_end=1448
|
|
47
|
+
_globals['_KPISELECTOR_NETWORKCODESRELATIVE']._serialized_start=1450
|
|
48
|
+
_globals['_KPISELECTOR_NETWORKCODESRELATIVE']._serialized_end=1496
|
|
49
|
+
# @@protoc_insertion_point(module_scope)
|