yandexcloud 0.364.0__py3-none-any.whl → 0.367.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/access/access_pb2.py +5 -3
- yandex/cloud/access/access_pb2.pyi +24 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +34 -32
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +9 -11
- yandex/cloud/audittrails/v1/trail_pb2.pyi +1 -5
- yandex/cloud/backup/v1/policy_pb2.py +9 -9
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.pyi +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.py +56 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.pyi +118 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.py +60 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.pyi +353 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.py +24 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.py +106 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.pyi +238 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.py +324 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.pyi +153 -0
- yandex/cloud/compute/v1/instance_service_pb2.pyi +8 -1
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/storedoc_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2.pyi +172 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.pyi +17 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.py +50 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.pyi +67 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.py +98 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.pyi +44 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/kms/v1/symmetric_key_pb2.py +3 -3
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +16 -16
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +11 -29
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +0 -399
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +28 -28
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +65 -99
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +21 -426
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.py +100 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.pyi +487 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.py +198 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.pyi +733 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.py +678 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.pyi +322 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.py +40 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.pyi +103 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.py +95 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.pyi +220 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.py +281 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.pyi +141 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +29 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +132 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +90 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +52 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/searchapi/v2/wordstat_service_pb2.py +96 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2.pyi +344 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py +189 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi +90 -0
- yandex/cloud/serverless/mcpgateway/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.py +152 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.pyi +780 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.py +134 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.pyi +390 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.py +456 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.pyi +213 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.py +35 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +3 -3
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +38 -31
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +133 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +61 -0
- yandex/cloud/trino/v1/cluster_pb2.py +46 -45
- yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/trino/v1/resource_management_pb2.py +66 -0
- yandex/cloud/trino/v1/resource_management_pb2.pyi +257 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +20 -20
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +152 -85
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import grpc
|
|
4
4
|
import warnings
|
|
5
5
|
|
|
6
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
6
7
|
from yandex.cloud.mdb.spqr.v1 import cluster_pb2 as yandex_dot_cloud_dot_mdb_dot_spqr_dot_v1_dot_cluster__pb2
|
|
7
8
|
from yandex.cloud.mdb.spqr.v1 import cluster_service_pb2 as yandex_dot_cloud_dot_mdb_dot_spqr_dot_v1_dot_cluster__service__pb2
|
|
8
9
|
from yandex.cloud.mdb.spqr.v1 import shard_pb2 as yandex_dot_cloud_dot_mdb_dot_spqr_dot_v1_dot_shard__pb2
|
|
@@ -163,6 +164,21 @@ class ClusterServiceStub(object):
|
|
|
163
164
|
request_serializer=yandex_dot_cloud_dot_mdb_dot_spqr_dot_v1_dot_cluster__service__pb2.DeleteClusterShardRequest.SerializeToString,
|
|
164
165
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
165
166
|
_registered_method=True)
|
|
167
|
+
self.ListAccessBindings = channel.unary_unary(
|
|
168
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/ListAccessBindings',
|
|
169
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
170
|
+
response_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
171
|
+
_registered_method=True)
|
|
172
|
+
self.SetAccessBindings = channel.unary_unary(
|
|
173
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/SetAccessBindings',
|
|
174
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
175
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
176
|
+
_registered_method=True)
|
|
177
|
+
self.UpdateAccessBindings = channel.unary_unary(
|
|
178
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/UpdateAccessBindings',
|
|
179
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
180
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
181
|
+
_registered_method=True)
|
|
166
182
|
|
|
167
183
|
|
|
168
184
|
class ClusterServiceServicer(object):
|
|
@@ -347,6 +363,27 @@ class ClusterServiceServicer(object):
|
|
|
347
363
|
context.set_details('Method not implemented!')
|
|
348
364
|
raise NotImplementedError('Method not implemented!')
|
|
349
365
|
|
|
366
|
+
def ListAccessBindings(self, request, context):
|
|
367
|
+
"""Retrieves a list of access bindings for the specified SPQR cluster.
|
|
368
|
+
"""
|
|
369
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
370
|
+
context.set_details('Method not implemented!')
|
|
371
|
+
raise NotImplementedError('Method not implemented!')
|
|
372
|
+
|
|
373
|
+
def SetAccessBindings(self, request, context):
|
|
374
|
+
"""Sets access bindings for the specified SPQR cluster.
|
|
375
|
+
"""
|
|
376
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
377
|
+
context.set_details('Method not implemented!')
|
|
378
|
+
raise NotImplementedError('Method not implemented!')
|
|
379
|
+
|
|
380
|
+
def UpdateAccessBindings(self, request, context):
|
|
381
|
+
"""Updates access bindings for the specified SPQR cluster.
|
|
382
|
+
"""
|
|
383
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
384
|
+
context.set_details('Method not implemented!')
|
|
385
|
+
raise NotImplementedError('Method not implemented!')
|
|
386
|
+
|
|
350
387
|
|
|
351
388
|
def add_ClusterServiceServicer_to_server(servicer, server):
|
|
352
389
|
rpc_method_handlers = {
|
|
@@ -475,6 +512,21 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
475
512
|
request_deserializer=yandex_dot_cloud_dot_mdb_dot_spqr_dot_v1_dot_cluster__service__pb2.DeleteClusterShardRequest.FromString,
|
|
476
513
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
477
514
|
),
|
|
515
|
+
'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
516
|
+
servicer.ListAccessBindings,
|
|
517
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
|
|
518
|
+
response_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.SerializeToString,
|
|
519
|
+
),
|
|
520
|
+
'SetAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
521
|
+
servicer.SetAccessBindings,
|
|
522
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.FromString,
|
|
523
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
524
|
+
),
|
|
525
|
+
'UpdateAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
526
|
+
servicer.UpdateAccessBindings,
|
|
527
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.FromString,
|
|
528
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
529
|
+
),
|
|
478
530
|
}
|
|
479
531
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
480
532
|
'yandex.cloud.mdb.spqr.v1.ClusterService', rpc_method_handlers)
|
|
@@ -1161,3 +1213,84 @@ class ClusterService(object):
|
|
|
1161
1213
|
timeout,
|
|
1162
1214
|
metadata,
|
|
1163
1215
|
_registered_method=True)
|
|
1216
|
+
|
|
1217
|
+
@staticmethod
|
|
1218
|
+
def ListAccessBindings(request,
|
|
1219
|
+
target,
|
|
1220
|
+
options=(),
|
|
1221
|
+
channel_credentials=None,
|
|
1222
|
+
call_credentials=None,
|
|
1223
|
+
insecure=False,
|
|
1224
|
+
compression=None,
|
|
1225
|
+
wait_for_ready=None,
|
|
1226
|
+
timeout=None,
|
|
1227
|
+
metadata=None):
|
|
1228
|
+
return grpc.experimental.unary_unary(
|
|
1229
|
+
request,
|
|
1230
|
+
target,
|
|
1231
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/ListAccessBindings',
|
|
1232
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
1233
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
1234
|
+
options,
|
|
1235
|
+
channel_credentials,
|
|
1236
|
+
insecure,
|
|
1237
|
+
call_credentials,
|
|
1238
|
+
compression,
|
|
1239
|
+
wait_for_ready,
|
|
1240
|
+
timeout,
|
|
1241
|
+
metadata,
|
|
1242
|
+
_registered_method=True)
|
|
1243
|
+
|
|
1244
|
+
@staticmethod
|
|
1245
|
+
def SetAccessBindings(request,
|
|
1246
|
+
target,
|
|
1247
|
+
options=(),
|
|
1248
|
+
channel_credentials=None,
|
|
1249
|
+
call_credentials=None,
|
|
1250
|
+
insecure=False,
|
|
1251
|
+
compression=None,
|
|
1252
|
+
wait_for_ready=None,
|
|
1253
|
+
timeout=None,
|
|
1254
|
+
metadata=None):
|
|
1255
|
+
return grpc.experimental.unary_unary(
|
|
1256
|
+
request,
|
|
1257
|
+
target,
|
|
1258
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/SetAccessBindings',
|
|
1259
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
1260
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1261
|
+
options,
|
|
1262
|
+
channel_credentials,
|
|
1263
|
+
insecure,
|
|
1264
|
+
call_credentials,
|
|
1265
|
+
compression,
|
|
1266
|
+
wait_for_ready,
|
|
1267
|
+
timeout,
|
|
1268
|
+
metadata,
|
|
1269
|
+
_registered_method=True)
|
|
1270
|
+
|
|
1271
|
+
@staticmethod
|
|
1272
|
+
def UpdateAccessBindings(request,
|
|
1273
|
+
target,
|
|
1274
|
+
options=(),
|
|
1275
|
+
channel_credentials=None,
|
|
1276
|
+
call_credentials=None,
|
|
1277
|
+
insecure=False,
|
|
1278
|
+
compression=None,
|
|
1279
|
+
wait_for_ready=None,
|
|
1280
|
+
timeout=None,
|
|
1281
|
+
metadata=None):
|
|
1282
|
+
return grpc.experimental.unary_unary(
|
|
1283
|
+
request,
|
|
1284
|
+
target,
|
|
1285
|
+
'/yandex.cloud.mdb.spqr.v1.ClusterService/UpdateAccessBindings',
|
|
1286
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
1287
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1288
|
+
options,
|
|
1289
|
+
channel_credentials,
|
|
1290
|
+
insecure,
|
|
1291
|
+
call_credentials,
|
|
1292
|
+
compression,
|
|
1293
|
+
wait_for_ready,
|
|
1294
|
+
timeout,
|
|
1295
|
+
metadata,
|
|
1296
|
+
_registered_method=True)
|
|
@@ -8,6 +8,7 @@ import collections.abc
|
|
|
8
8
|
import grpc
|
|
9
9
|
import grpc.aio
|
|
10
10
|
import typing
|
|
11
|
+
import yandex.cloud.access.access_pb2
|
|
11
12
|
import yandex.cloud.mdb.spqr.v1.cluster_pb2
|
|
12
13
|
import yandex.cloud.mdb.spqr.v1.cluster_service_pb2
|
|
13
14
|
import yandex.cloud.mdb.spqr.v1.shard_pb2
|
|
@@ -180,6 +181,24 @@ class ClusterServiceStub:
|
|
|
180
181
|
]
|
|
181
182
|
"""Deletes the specified shard."""
|
|
182
183
|
|
|
184
|
+
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
185
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
186
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
187
|
+
]
|
|
188
|
+
"""Retrieves a list of access bindings for the specified SPQR cluster."""
|
|
189
|
+
|
|
190
|
+
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
191
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
192
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
193
|
+
]
|
|
194
|
+
"""Sets access bindings for the specified SPQR cluster."""
|
|
195
|
+
|
|
196
|
+
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
197
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
198
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
199
|
+
]
|
|
200
|
+
"""Updates access bindings for the specified SPQR cluster."""
|
|
201
|
+
|
|
183
202
|
class ClusterServiceAsyncStub:
|
|
184
203
|
"""A set of methods for managing SPQR Cluster resources."""
|
|
185
204
|
|
|
@@ -339,6 +358,24 @@ class ClusterServiceAsyncStub:
|
|
|
339
358
|
]
|
|
340
359
|
"""Deletes the specified shard."""
|
|
341
360
|
|
|
361
|
+
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
362
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
363
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
364
|
+
]
|
|
365
|
+
"""Retrieves a list of access bindings for the specified SPQR cluster."""
|
|
366
|
+
|
|
367
|
+
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
368
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
369
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
370
|
+
]
|
|
371
|
+
"""Sets access bindings for the specified SPQR cluster."""
|
|
372
|
+
|
|
373
|
+
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
374
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
375
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
376
|
+
]
|
|
377
|
+
"""Updates access bindings for the specified SPQR cluster."""
|
|
378
|
+
|
|
342
379
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
343
380
|
"""A set of methods for managing SPQR Cluster resources."""
|
|
344
381
|
|
|
@@ -548,4 +585,28 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
548
585
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
549
586
|
"""Deletes the specified shard."""
|
|
550
587
|
|
|
588
|
+
@abc.abstractmethod
|
|
589
|
+
def ListAccessBindings(
|
|
590
|
+
self,
|
|
591
|
+
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
592
|
+
context: _ServicerContext,
|
|
593
|
+
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
594
|
+
"""Retrieves a list of access bindings for the specified SPQR cluster."""
|
|
595
|
+
|
|
596
|
+
@abc.abstractmethod
|
|
597
|
+
def SetAccessBindings(
|
|
598
|
+
self,
|
|
599
|
+
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
600
|
+
context: _ServicerContext,
|
|
601
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
602
|
+
"""Sets access bindings for the specified SPQR cluster."""
|
|
603
|
+
|
|
604
|
+
@abc.abstractmethod
|
|
605
|
+
def UpdateAccessBindings(
|
|
606
|
+
self,
|
|
607
|
+
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
608
|
+
context: _ServicerContext,
|
|
609
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
610
|
+
"""Updates access bindings for the specified SPQR cluster."""
|
|
611
|
+
|
|
551
612
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
File without changes
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/organizationmanager/v1/idp/application/saml/application.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/organizationmanager/v1/idp/application/saml/application.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
27
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJyandex/cloud/organizationmanager/v1/idp/application/saml/application.proto\x12\x38yandex.cloud.organizationmanager.v1.idp.application.saml\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\x97\x08\n\x0b\x41pplication\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\\\n\x06status\x18\x05 \x01(\x0e\x32L.yandex.cloud.organizationmanager.v1.idp.application.saml.Application.Status\x12\x61\n\x06labels\x18\x06 \x03(\x0b\x32Q.yandex.cloud.organizationmanager.v1.idp.application.saml.Application.LabelsEntry\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x63\n\x10service_provider\x18\t \x01(\x0b\x32I.yandex.cloud.organizationmanager.v1.idp.application.saml.ServiceProvider\x12\x65\n\x11security_settings\x18\n \x01(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.saml.SecuritySettings\x12\x65\n\x11\x61ttribute_mapping\x18\x0b \x01(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.saml.AttributeMapping\x12l\n\x15group_claims_settings\x18\x0c \x01(\x0b\x32M.yandex.cloud.organizationmanager.v1.idp.application.saml.GroupClaimsSettings\x12v\n\x1aidentity_provider_metadata\x18\r \x01(\x0b\x32R.yandex.cloud.organizationmanager.v1.idp.application.saml.IdentityProviderMetadata\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"W\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\r\n\tSUSPENDED\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\"b\n\x18IdentityProviderMetadata\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x0f\n\x07sso_url\x18\x02 \x01(\t\x12\x14\n\x0cmetadata_url\x18\x03 \x01(\t\x12\x0f\n\x07slo_url\x18\x04 \x01(\t\"\x97\x02\n\x0fServiceProvider\x12!\n\tentity_id\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12r\n\x08\x61\x63s_urls\x18\x02 \x03(\x0b\x32U.yandex.cloud.organizationmanager.v1.idp.application.saml.AssertionConsumerServiceURLB\t\x82\xc8\x31\x05\x31-100\x12m\n\x08slo_urls\x18\x03 \x03(\x0b\x32P.yandex.cloud.organizationmanager.v1.idp.application.saml.SingleLogoutServiceURLB\t\x82\xc8\x31\x05\x30-100\"f\n\x1b\x41ssertionConsumerServiceURL\x12\x1b\n\x03url\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12*\n\x05index\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\xb1\x02\n\x16SingleLogoutServiceURL\x12\x1b\n\x03url\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12 \n\x0cresponse_url\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=8000\x12\x80\x01\n\x10protocol_binding\x18\x03 \x01(\x0e\x32`.yandex.cloud.organizationmanager.v1.idp.application.saml.SingleLogoutServiceURL.ProtocolBindingB\x04\xe8\xc7\x31\x01\"U\n\x0fProtocolBinding\x12 \n\x1cPROTOCOL_BINDING_UNSPECIFIED\x10\x00\x12\r\n\tHTTP_POST\x10\x01\x12\x11\n\rHTTP_REDIRECT\x10\x02\"\x92\x02\n\x10SecuritySettings\x12p\n\x0esignature_mode\x18\x01 \x01(\x0e\x32X.yandex.cloud.organizationmanager.v1.idp.application.saml.SecuritySettings.SignatureMode\x12 \n\x18signature_certificate_id\x18\x02 \x01(\t\"j\n\rSignatureMode\x12\x1e\n\x1aSIGNATURE_MODE_UNSPECIFIED\x10\x00\x12\x0e\n\nASSERTIONS\x10\x01\x12\x0c\n\x08RESPONSE\x10\x02\x12\x1b\n\x17RESPONSE_AND_ASSERTIONS\x10\x03\"\xce\x01\n\x10\x41ttributeMapping\x12W\n\x07name_id\x18\x01 \x01(\x0b\x32@.yandex.cloud.organizationmanager.v1.idp.application.saml.NameIdB\x04\xe8\xc7\x31\x01\x12\x61\n\nattributes\x18\x02 \x03(\x0b\x32\x43.yandex.cloud.organizationmanager.v1.idp.application.saml.AttributeB\x08\x82\xc8\x31\x04<=50\"\xb9\x01\n\x06NameId\x12]\n\x06\x66ormat\x18\x01 \x01(\x0e\x32G.yandex.cloud.organizationmanager.v1.idp.application.saml.NameId.FormatB\x04\xe8\xc7\x31\x01\x12\x13\n\x05value\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\";\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0e\n\nPERSISTENT\x10\x01\x12\t\n\x05\x45MAIL\x10\x02\"F\n\tAttribute\x12\x1c\n\x04name\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12\x1b\n\x05value\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb1\x01\n\x13GroupClaimsSettings\x12p\n\x17group_distribution_type\x18\x01 \x01(\x0e\x32O.yandex.cloud.organizationmanager.v1.idp.application.saml.GroupDistributionType\x12(\n\x14group_attribute_name\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=8000*o\n\x15GroupDistributionType\x12\'\n#GROUP_DISTRIBUTION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x13\n\x0f\x41SSIGNED_GROUPS\x10\x02\x12\x0e\n\nALL_GROUPS\x10\x03\x42\xa1\x01\n<yandex.cloud.api.organizationmanager.v1.idp.application.samlZagithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/saml;samlb\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n<yandex.cloud.api.organizationmanager.v1.idp.application.samlZagithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/saml;saml'
|
|
38
|
+
_globals['_APPLICATION_LABELSENTRY']._loaded_options = None
|
|
39
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_options = b'8\001'
|
|
40
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['entity_id']._loaded_options = None
|
|
41
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['entity_id']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
42
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['acs_urls']._loaded_options = None
|
|
43
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['acs_urls']._serialized_options = b'\202\3101\0051-100'
|
|
44
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['slo_urls']._loaded_options = None
|
|
45
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['slo_urls']._serialized_options = b'\202\3101\0050-100'
|
|
46
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL'].fields_by_name['url']._loaded_options = None
|
|
47
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL'].fields_by_name['url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
48
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['url']._loaded_options = None
|
|
49
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
50
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['response_url']._loaded_options = None
|
|
51
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['response_url']._serialized_options = b'\212\3101\006<=8000'
|
|
52
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['protocol_binding']._loaded_options = None
|
|
53
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['protocol_binding']._serialized_options = b'\350\3071\001'
|
|
54
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['name_id']._loaded_options = None
|
|
55
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['name_id']._serialized_options = b'\350\3071\001'
|
|
56
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['attributes']._loaded_options = None
|
|
57
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['attributes']._serialized_options = b'\202\3101\004<=50'
|
|
58
|
+
_globals['_NAMEID'].fields_by_name['format']._loaded_options = None
|
|
59
|
+
_globals['_NAMEID'].fields_by_name['format']._serialized_options = b'\350\3071\001'
|
|
60
|
+
_globals['_NAMEID'].fields_by_name['value']._loaded_options = None
|
|
61
|
+
_globals['_NAMEID'].fields_by_name['value']._serialized_options = b'\350\3071\001'
|
|
62
|
+
_globals['_ATTRIBUTE'].fields_by_name['name']._loaded_options = None
|
|
63
|
+
_globals['_ATTRIBUTE'].fields_by_name['name']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
64
|
+
_globals['_ATTRIBUTE'].fields_by_name['value']._loaded_options = None
|
|
65
|
+
_globals['_ATTRIBUTE'].fields_by_name['value']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
|
+
_globals['_GROUPCLAIMSSETTINGS'].fields_by_name['group_attribute_name']._loaded_options = None
|
|
67
|
+
_globals['_GROUPCLAIMSSETTINGS'].fields_by_name['group_attribute_name']._serialized_options = b'\212\3101\006<=8000'
|
|
68
|
+
_globals['_GROUPDISTRIBUTIONTYPE']._serialized_start=3002
|
|
69
|
+
_globals['_GROUPDISTRIBUTIONTYPE']._serialized_end=3113
|
|
70
|
+
_globals['_APPLICATION']._serialized_start=233
|
|
71
|
+
_globals['_APPLICATION']._serialized_end=1280
|
|
72
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_start=1146
|
|
73
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_end=1191
|
|
74
|
+
_globals['_APPLICATION_STATUS']._serialized_start=1193
|
|
75
|
+
_globals['_APPLICATION_STATUS']._serialized_end=1280
|
|
76
|
+
_globals['_IDENTITYPROVIDERMETADATA']._serialized_start=1282
|
|
77
|
+
_globals['_IDENTITYPROVIDERMETADATA']._serialized_end=1380
|
|
78
|
+
_globals['_SERVICEPROVIDER']._serialized_start=1383
|
|
79
|
+
_globals['_SERVICEPROVIDER']._serialized_end=1662
|
|
80
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL']._serialized_start=1664
|
|
81
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL']._serialized_end=1766
|
|
82
|
+
_globals['_SINGLELOGOUTSERVICEURL']._serialized_start=1769
|
|
83
|
+
_globals['_SINGLELOGOUTSERVICEURL']._serialized_end=2074
|
|
84
|
+
_globals['_SINGLELOGOUTSERVICEURL_PROTOCOLBINDING']._serialized_start=1989
|
|
85
|
+
_globals['_SINGLELOGOUTSERVICEURL_PROTOCOLBINDING']._serialized_end=2074
|
|
86
|
+
_globals['_SECURITYSETTINGS']._serialized_start=2077
|
|
87
|
+
_globals['_SECURITYSETTINGS']._serialized_end=2351
|
|
88
|
+
_globals['_SECURITYSETTINGS_SIGNATUREMODE']._serialized_start=2245
|
|
89
|
+
_globals['_SECURITYSETTINGS_SIGNATUREMODE']._serialized_end=2351
|
|
90
|
+
_globals['_ATTRIBUTEMAPPING']._serialized_start=2354
|
|
91
|
+
_globals['_ATTRIBUTEMAPPING']._serialized_end=2560
|
|
92
|
+
_globals['_NAMEID']._serialized_start=2563
|
|
93
|
+
_globals['_NAMEID']._serialized_end=2748
|
|
94
|
+
_globals['_NAMEID_FORMAT']._serialized_start=2689
|
|
95
|
+
_globals['_NAMEID_FORMAT']._serialized_end=2748
|
|
96
|
+
_globals['_ATTRIBUTE']._serialized_start=2750
|
|
97
|
+
_globals['_ATTRIBUTE']._serialized_end=2820
|
|
98
|
+
_globals['_GROUPCLAIMSSETTINGS']._serialized_start=2823
|
|
99
|
+
_globals['_GROUPCLAIMSSETTINGS']._serialized_end=3000
|
|
100
|
+
# @@protoc_insertion_point(module_scope)
|