Skip to content

Commit 4eb12d0

Browse files
feat: regenerate proto
1 parent 4626ae0 commit 4eb12d0

File tree

10 files changed

+226
-168
lines changed

10 files changed

+226
-168
lines changed

yandex/cloud/billing/usage_records/v1/metadata_service_pb2.pyi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ class GetLabelRequest(google.protobuf.message.Message):
155155
page_size: builtins.int
156156
"""Optional. Page size for paginated results.
157157
Specifies the maximum number of label values to return per page.
158-
Lack of page size value means 0 page size (0 label values in response)
159-
Maximum allowed value: 10000.
158+
If not specified or set to 0, defaults to 10.
159+
If greater than 10000, will be coerced down to 10000.
160160
"""
161161
page_token: builtins.str
162162
"""Optional. Page token for paginated results.
@@ -268,8 +268,8 @@ class GetCloudRequest(google.protobuf.message.Message):
268268
page_size: builtins.int
269269
"""Optional. Page size for paginated results.
270270
Specifies the maximum number of Folder objects to return per page.
271-
Lack of page size value means 0 page size (0 label values in response)
272-
Maximum allowed value: 10000.
271+
If not specified or set to 0, defaults to 10.
272+
If greater than 10000, will be coerced down to 10000.
273273
"""
274274
page_token: builtins.str
275275
"""Optional. Page token for paginated results.
@@ -427,8 +427,8 @@ class GetResourceIDsRequest(google.protobuf.message.Message):
427427
page_size: builtins.int
428428
"""Optional. Page size for paginated results.
429429
Specifies the maximum number of resource IDs to return per page.
430-
Lack of page size value means 0 page size (0 label values in response)
431-
Maximum allowed value: 10000.
430+
If not specified or set to 0, defaults to 10.
431+
If greater than 10000, will be coerced down to 10000.
432432
"""
433433
page_token: builtins.str
434434
"""Optional. Page token for paginated results.

yandex/cloud/billing/usage_records/v1/metadata_service_pb2_grpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def GetResourceIDs(self, request, context):
194194
195195
Required permissions:
196196
- `billing.accounts.getReport` on the specified billing account
197+
198+
Note: This RPC method is not yet implemented and will return UNIMPLEMENTED.
197199
"""
198200
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
199201
context.set_details('Method not implemented!')

yandex/cloud/billing/usage_records/v1/metadata_service_pb2_grpc.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ class MetadataServiceStub:
149149
150150
Required permissions:
151151
- `billing.accounts.getReport` on the specified billing account
152+
153+
Note: This RPC method is not yet implemented and will return UNIMPLEMENTED.
152154
"""
153155

154156
class MetadataServiceAsyncStub:
@@ -282,6 +284,8 @@ class MetadataServiceAsyncStub:
282284
283285
Required permissions:
284286
- `billing.accounts.getReport` on the specified billing account
287+
288+
Note: This RPC method is not yet implemented and will return UNIMPLEMENTED.
285289
"""
286290

287291
class MetadataServiceServicer(metaclass=abc.ABCMeta):
@@ -423,6 +427,8 @@ class MetadataServiceServicer(metaclass=abc.ABCMeta):
423427
424428
Required permissions:
425429
- `billing.accounts.getReport` on the specified billing account
430+
431+
Note: This RPC method is not yet implemented and will return UNIMPLEMENTED.
426432
"""
427433

428434
def add_MetadataServiceServicer_to_server(servicer: MetadataServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...

yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727

2828
class WordstatServiceStub(object):
29-
"""Not implemented.
30-
A set of methods for viewing statistics on search queries to Yandex.
29+
"""A set of methods for viewing statistics on search queries to Yandex.
3130
"""
3231

3332
def __init__(self, channel):
@@ -59,37 +58,32 @@ def __init__(self, channel):
5958

6059

6160
class WordstatServiceServicer(object):
62-
"""Not implemented.
63-
A set of methods for viewing statistics on search queries to Yandex.
61+
"""A set of methods for viewing statistics on search queries to Yandex.
6462
"""
6563

6664
def GetTop(self, request, context):
67-
"""Not implemented.
68-
The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one.
65+
"""The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one.
6966
"""
7067
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
7168
context.set_details('Method not implemented!')
7269
raise NotImplementedError('Method not implemented!')
7370

7471
def GetDynamics(self, request, context):
75-
"""Not implemented.
76-
The method returns the frequency of queries over time for a given keyword.
72+
"""The method returns the frequency of queries over time for a given keyword.
7773
"""
7874
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
7975
context.set_details('Method not implemented!')
8076
raise NotImplementedError('Method not implemented!')
8177

8278
def GetRegionsDistribution(self, request, context):
83-
"""Not implemented.
84-
The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days.
79+
"""The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days.
8580
"""
8681
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
8782
context.set_details('Method not implemented!')
8883
raise NotImplementedError('Method not implemented!')
8984

9085
def GetRegionsTree(self, request, context):
91-
"""Not implemented.
92-
The method method returns a tree of Wordstat-supported regions.
86+
"""The method method returns a tree of Wordstat-supported regions.
9387
"""
9488
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
9589
context.set_details('Method not implemented!')
@@ -127,8 +121,7 @@ def add_WordstatServiceServicer_to_server(servicer, server):
127121

128122
# This class is part of an EXPERIMENTAL API.
129123
class WordstatService(object):
130-
"""Not implemented.
131-
A set of methods for viewing statistics on search queries to Yandex.
124+
"""A set of methods for viewing statistics on search queries to Yandex.
132125
"""
133126

134127
@staticmethod

yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi

Lines changed: 15 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -18,123 +18,93 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
1818
...
1919

2020
class WordstatServiceStub:
21-
"""Not implemented.
22-
A set of methods for viewing statistics on search queries to Yandex.
23-
"""
21+
"""A set of methods for viewing statistics on search queries to Yandex."""
2422

2523
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
2624
GetTop: grpc.UnaryUnaryMultiCallable[
2725
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopRequest,
2826
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopResponse,
2927
]
30-
"""Not implemented.
31-
The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one.
32-
"""
28+
"""The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one."""
3329

3430
GetDynamics: grpc.UnaryUnaryMultiCallable[
3531
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsRequest,
3632
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsResponse,
3733
]
38-
"""Not implemented.
39-
The method returns the frequency of queries over time for a given keyword.
40-
"""
34+
"""The method returns the frequency of queries over time for a given keyword."""
4135

4236
GetRegionsDistribution: grpc.UnaryUnaryMultiCallable[
4337
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionRequest,
4438
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionResponse,
4539
]
46-
"""Not implemented.
47-
The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days.
48-
"""
40+
"""The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days."""
4941

5042
GetRegionsTree: grpc.UnaryUnaryMultiCallable[
5143
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeRequest,
5244
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeResponse,
5345
]
54-
"""Not implemented.
55-
The method method returns a tree of Wordstat-supported regions.
56-
"""
46+
"""The method method returns a tree of Wordstat-supported regions."""
5747

5848
class WordstatServiceAsyncStub:
59-
"""Not implemented.
60-
A set of methods for viewing statistics on search queries to Yandex.
61-
"""
49+
"""A set of methods for viewing statistics on search queries to Yandex."""
6250

6351
GetTop: grpc.aio.UnaryUnaryMultiCallable[
6452
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopRequest,
6553
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopResponse,
6654
]
67-
"""Not implemented.
68-
The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one.
69-
"""
55+
"""The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one."""
7056

7157
GetDynamics: grpc.aio.UnaryUnaryMultiCallable[
7258
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsRequest,
7359
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsResponse,
7460
]
75-
"""Not implemented.
76-
The method returns the frequency of queries over time for a given keyword.
77-
"""
61+
"""The method returns the frequency of queries over time for a given keyword."""
7862

7963
GetRegionsDistribution: grpc.aio.UnaryUnaryMultiCallable[
8064
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionRequest,
8165
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionResponse,
8266
]
83-
"""Not implemented.
84-
The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days.
85-
"""
67+
"""The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days."""
8668

8769
GetRegionsTree: grpc.aio.UnaryUnaryMultiCallable[
8870
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeRequest,
8971
yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeResponse,
9072
]
91-
"""Not implemented.
92-
The method method returns a tree of Wordstat-supported regions.
93-
"""
73+
"""The method method returns a tree of Wordstat-supported regions."""
9474

9575
class WordstatServiceServicer(metaclass=abc.ABCMeta):
96-
"""Not implemented.
97-
A set of methods for viewing statistics on search queries to Yandex.
98-
"""
76+
"""A set of methods for viewing statistics on search queries to Yandex."""
9977

10078
@abc.abstractmethod
10179
def GetTop(
10280
self,
10381
request: yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopRequest,
10482
context: _ServicerContext,
10583
) -> typing.Union[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetTopResponse]]:
106-
"""Not implemented.
107-
The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one.
108-
"""
84+
"""The method returns the last 30 days data about popular queries containing the specified keyword and queries that are similar to the specified one."""
10985

11086
@abc.abstractmethod
11187
def GetDynamics(
11288
self,
11389
request: yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsRequest,
11490
context: _ServicerContext,
11591
) -> typing.Union[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetDynamicsResponse]]:
116-
"""Not implemented.
117-
The method returns the frequency of queries over time for a given keyword.
118-
"""
92+
"""The method returns the frequency of queries over time for a given keyword."""
11993

12094
@abc.abstractmethod
12195
def GetRegionsDistribution(
12296
self,
12397
request: yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionRequest,
12498
context: _ServicerContext,
12599
) -> typing.Union[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsDistributionResponse]]:
126-
"""Not implemented.
127-
The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days.
128-
"""
100+
"""The method returns the distribution of the number of queries containing the given keyword globally by region for the last 30 days."""
129101

130102
@abc.abstractmethod
131103
def GetRegionsTree(
132104
self,
133105
request: yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeRequest,
134106
context: _ServicerContext,
135107
) -> typing.Union[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.wordstat_service_pb2.GetRegionsTreeResponse]]:
136-
"""Not implemented.
137-
The method method returns a tree of Wordstat-supported regions.
138-
"""
108+
"""The method method returns a tree of Wordstat-supported regions."""
139109

140110
def add_WordstatServiceServicer_to_server(servicer: WordstatServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...

0 commit comments

Comments
 (0)