yandexcloud 0.365.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/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/kms/v1/symmetric_key_pb2.py +3 -3
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -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 +76 -76
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
- 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/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/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.365.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +117 -54
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
|
@@ -32,7 +32,7 @@ from yandex.cloud.organizationmanager.v1 import user_account_pb2 as yandex_dot_c
|
|
|
32
32
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAyandex/cloud/organizationmanager/v1/saml/federation_service.proto\x12(yandex.cloud.organizationmanager.v1.saml\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x39yandex/cloud/organizationmanager/v1/saml/federation.proto\x1a\x36yandex/cloud/organizationmanager/v1/user_account.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x14GetFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\x9a\x01\n\x16ListFederationsRequest\x12%\n\x0forganization_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"}\n\x17ListFederationsResponse\x12I\n\x0b\x66\x65\x64\x65rations\x18\x01 \x03(\x0b\x32\x34.yandex.cloud.organizationmanager.v1.saml.Federation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x05\n\x17\x43reateFederationRequest\x12!\n\x0forganization_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x31\n\x04name\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x0e\x63ookie_max_age\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x05 \x01(\x08\x12\x1e\n\x06issuer\x18\x06 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\x07 \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\t \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\n \x01(\x08\x12\x9a\x01\n\x06labels\x18\x0b \x03(\x0b\x32M.yandex.cloud.organizationmanager.v1.saml.CreateFederationRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"\x88\x06\n\x17UpdateFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x0e\x63ookie_max_age\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x06 \x01(\x08\x12\x1e\n\x06issuer\x18\x07 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\x08 \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\t \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\n \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\x0c \x01(\x08\x12\x9a\x01\n\x06labels\x18\r \x03(\x0b\x32M.yandex.cloud.organizationmanager.v1.saml.UpdateFederationRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x0b\x10\x0c\"1\n\x18UpdateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\":\n\x17\x44\x65leteFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"`\n\x1f\x41\x64\x64\x46\x65\x64\x65ratedUserAccountsRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1c\n\x08name_ids\x18\x02 \x03(\tB\n\x8a\xc8\x31\x06<=1000\"9\n AddFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"k\n AddFederatedUserAccountsResponse\x12G\n\ruser_accounts\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.UserAccount\"r\n\"DeleteFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0bsubject_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04\x31-50\"<\n#DeleteFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"^\n#DeleteFederatedUserAccountsResponse\x12\x18\n\x10\x64\x65leted_subjects\x18\x01 \x03(\t\x12\x1d\n\x15non_existing_subjects\x18\x02 \x03(\t\"\xa2\x01\n ListFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1010\"\x85\x01\n!ListFederatedUserAccountsResponse\x12G\n\ruser_accounts\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.UserAccount\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x81\x01\n\x1fListFederationOperationsRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"r\n ListFederationOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1aGetFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"\x9e\x01\n\x1cListFederationDomainsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"{\n\x1dListFederationDomainsResponse\x12\x41\n\x07\x64omains\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.saml.Domain\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1a\x41\x64\x64\x46\x65\x64\x65rationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"D\n\x1b\x41\x64\x64\x46\x65\x64\x65rationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\"e\n\x1fValidateFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"I\n ValidateFederationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\"c\n\x1d\x44\x65leteFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"G\n\x1e\x44\x65leteFederationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t2\xcc\x1a\n\x11\x46\x65\x64\x65rationService\x12\xbe\x01\n\x03Get\x12>.yandex.cloud.organizationmanager.v1.saml.GetFederationRequest\x1a\x34.yandex.cloud.organizationmanager.v1.saml.Federation\"A\x82\xd3\xe4\x93\x02;\x12\x39/organization-manager/v1/saml/federations/{federation_id}\x12\xbe\x01\n\x04List\x12@.yandex.cloud.organizationmanager.v1.saml.ListFederationsRequest\x1a\x41.yandex.cloud.organizationmanager.v1.saml.ListFederationsResponse\"1\x82\xd3\xe4\x93\x02+\x12)/organization-manager/v1/saml/federations\x12\xce\x01\n\x06\x43reate\x12\x41.yandex.cloud.organizationmanager.v1.saml.CreateFederationRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*&\n\x18\x43reateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02.\")/organization-manager/v1/saml/federations:\x01*\x12\xde\x01\n\x06Update\x12\x41.yandex.cloud.organizationmanager.v1.saml.UpdateFederationRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*&\n\x18UpdateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02>29/organization-manager/v1/saml/federations/{federation_id}:\x01*\x12\xe6\x01\n\x06\x44\x65lete\x12\x41.yandex.cloud.organizationmanager.v1.saml.DeleteFederationRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*1\n\x18\x44\x65leteFederationMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;*9/organization-manager/v1/saml/federations/{federation_id}\x12\x9e\x02\n\x0f\x41\x64\x64UserAccounts\x12I.yandex.cloud.organizationmanager.v1.saml.AddFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*D\n AddFederatedUserAccountsMetadata\x12 AddFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02N\"I/organization-manager/v1/saml/federations/{federation_id}:addUserAccounts:\x01*\x12\xad\x02\n\x12\x44\x65leteUserAccounts\x12L.yandex.cloud.organizationmanager.v1.saml.DeleteFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*J\n#DeleteFederatedUserAccountsMetadata\x12#DeleteFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02Q\"L/organization-manager/v1/saml/federations/{federation_id}:deleteUserAccounts:\x01*\x12\xff\x01\n\x10ListUserAccounts\x12J.yandex.cloud.organizationmanager.v1.saml.ListFederatedUserAccountsRequest\x1aK.yandex.cloud.organizationmanager.v1.saml.ListFederatedUserAccountsResponse\"R\x82\xd3\xe4\x93\x02L\x12J/organization-manager/v1/saml/federations/{federation_id}:listUserAccounts\x12\xf5\x01\n\x0eListOperations\x12I.yandex.cloud.organizationmanager.v1.saml.ListFederationOperationsRequest\x1aJ.yandex.cloud.organizationmanager.v1.saml.ListFederationOperationsResponse\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/organization-manager/v1/saml/federations/{federation_id}/operations\x12\xd7\x01\n\tGetDomain\x12\x44.yandex.cloud.organizationmanager.v1.saml.GetFederationDomainRequest\x1a\x30.yandex.cloud.organizationmanager.v1.saml.Domain\"R\x82\xd3\xe4\x93\x02L\x12J/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}\x12\xe9\x01\n\x0bListDomains\x12\x46.yandex.cloud.organizationmanager.v1.saml.ListFederationDomainsRequest\x1aG.yandex.cloud.organizationmanager.v1.saml.ListFederationDomainsResponse\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/organization-manager/v1/saml/federations/{federation_id}/domains\x12\xeb\x01\n\tAddDomain\x12\x44.yandex.cloud.organizationmanager.v1.saml.AddFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*%\n\x1b\x41\x64\x64\x46\x65\x64\x65rationDomainMetadata\x12\x06\x44omain\x82\xd3\xe4\x93\x02\x46\"A/organization-manager/v1/saml/federations/{federation_id}/domains:\x01*\x12\x8d\x02\n\x0eValidateDomain\x12I.yandex.cloud.organizationmanager.v1.saml.ValidateFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2**\n ValidateFederationDomainMetadata\x12\x06\x44omain\x82\xd3\xe4\x93\x02X\"S/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}:validate:\x01*\x12\x8a\x02\n\x0c\x44\x65leteDomain\x12G.yandex.cloud.organizationmanager.v1.saml.DeleteFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*7\n\x1e\x44\x65leteFederationDomainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02L*J/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}B\x81\x01\n,yandex.cloud.api.organizationmanager.v1.samlZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/saml;samlb\x06proto3')
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAyandex/cloud/organizationmanager/v1/saml/federation_service.proto\x12(yandex.cloud.organizationmanager.v1.saml\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x39yandex/cloud/organizationmanager/v1/saml/federation.proto\x1a\x36yandex/cloud/organizationmanager/v1/user_account.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x14GetFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\x9a\x01\n\x16ListFederationsRequest\x12%\n\x0forganization_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"}\n\x17ListFederationsResponse\x12I\n\x0b\x66\x65\x64\x65rations\x18\x01 \x03(\x0b\x32\x34.yandex.cloud.organizationmanager.v1.saml.Federation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x05\n\x17\x43reateFederationRequest\x12!\n\x0forganization_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x31\n\x04name\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x0e\x63ookie_max_age\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x05 \x01(\x08\x12\x1e\n\x06issuer\x18\x06 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\x07 \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\t \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\n \x01(\x08\x12\x9a\x01\n\x06labels\x18\x0b \x03(\x0b\x32M.yandex.cloud.organizationmanager.v1.saml.CreateFederationRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"\x88\x06\n\x17UpdateFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x0e\x63ookie_max_age\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x06 \x01(\x08\x12\x1e\n\x06issuer\x18\x07 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\x08 \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\t \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\n \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\x0c \x01(\x08\x12\x9a\x01\n\x06labels\x18\r \x03(\x0b\x32M.yandex.cloud.organizationmanager.v1.saml.UpdateFederationRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x0b\x10\x0c\"1\n\x18UpdateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\":\n\x17\x44\x65leteFederationRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"`\n\x1f\x41\x64\x64\x46\x65\x64\x65ratedUserAccountsRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1c\n\x08name_ids\x18\x02 \x03(\tB\n\x8a\xc8\x31\x06<=1000\"9\n AddFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"k\n AddFederatedUserAccountsResponse\x12G\n\ruser_accounts\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.UserAccount\"r\n\"DeleteFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0bsubject_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04\x31-50\"<\n#DeleteFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"^\n#DeleteFederatedUserAccountsResponse\x12\x18\n\x10\x64\x65leted_subjects\x18\x01 \x03(\t\x12\x1d\n\x15non_existing_subjects\x18\x02 \x03(\t\"\xa2\x01\n ListFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1010\"\x85\x01\n!ListFederatedUserAccountsResponse\x12G\n\ruser_accounts\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.UserAccount\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x81\x01\n\x1fListFederationOperationsRequest\x12\x1f\n\rfederation_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"r\n ListFederationOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1aGetFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"\x9e\x01\n\x1cListFederationDomainsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"{\n\x1dListFederationDomainsResponse\x12\x41\n\x07\x64omains\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.saml.Domain\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1a\x41\x64\x64\x46\x65\x64\x65rationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"D\n\x1b\x41\x64\x64\x46\x65\x64\x65rationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\"e\n\x1fValidateFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"I\n ValidateFederationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\"c\n\x1d\x44\x65leteFederationDomainRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x06\x64omain\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-253\"G\n\x1e\x44\x65leteFederationDomainMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\"\x8e\x01\n#SuspendFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0bsubject_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04\x31-50\x12\x19\n\x06reason\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\"b\n$SuspendFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x13\n\x0bsubject_ids\x18\x02 \x03(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\";\n$SuspendFederatedUserAccountsResponse\x12\x13\n\x0bsubject_ids\x18\x01 \x03(\t\"v\n&ReactivateFederatedUserAccountsRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0bsubject_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04\x31-50\"U\n\'ReactivateFederatedUserAccountsMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\x12\x13\n\x0bsubject_ids\x18\x02 \x03(\t\">\n\'ReactivateFederatedUserAccountsResponse\x12\x13\n\x0bsubject_ids\x18\x01 \x03(\t2\xc5\x1f\n\x11\x46\x65\x64\x65rationService\x12\xbe\x01\n\x03Get\x12>.yandex.cloud.organizationmanager.v1.saml.GetFederationRequest\x1a\x34.yandex.cloud.organizationmanager.v1.saml.Federation\"A\x82\xd3\xe4\x93\x02;\x12\x39/organization-manager/v1/saml/federations/{federation_id}\x12\xbe\x01\n\x04List\x12@.yandex.cloud.organizationmanager.v1.saml.ListFederationsRequest\x1a\x41.yandex.cloud.organizationmanager.v1.saml.ListFederationsResponse\"1\x82\xd3\xe4\x93\x02+\x12)/organization-manager/v1/saml/federations\x12\xce\x01\n\x06\x43reate\x12\x41.yandex.cloud.organizationmanager.v1.saml.CreateFederationRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*&\n\x18\x43reateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02.\")/organization-manager/v1/saml/federations:\x01*\x12\xde\x01\n\x06Update\x12\x41.yandex.cloud.organizationmanager.v1.saml.UpdateFederationRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*&\n\x18UpdateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02>29/organization-manager/v1/saml/federations/{federation_id}:\x01*\x12\xe6\x01\n\x06\x44\x65lete\x12\x41.yandex.cloud.organizationmanager.v1.saml.DeleteFederationRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*1\n\x18\x44\x65leteFederationMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;*9/organization-manager/v1/saml/federations/{federation_id}\x12\x9e\x02\n\x0f\x41\x64\x64UserAccounts\x12I.yandex.cloud.organizationmanager.v1.saml.AddFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*D\n AddFederatedUserAccountsMetadata\x12 AddFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02N\"I/organization-manager/v1/saml/federations/{federation_id}:addUserAccounts:\x01*\x12\xad\x02\n\x12\x44\x65leteUserAccounts\x12L.yandex.cloud.organizationmanager.v1.saml.DeleteFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*J\n#DeleteFederatedUserAccountsMetadata\x12#DeleteFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02Q\"L/organization-manager/v1/saml/federations/{federation_id}:deleteUserAccounts:\x01*\x12\xff\x01\n\x10ListUserAccounts\x12J.yandex.cloud.organizationmanager.v1.saml.ListFederatedUserAccountsRequest\x1aK.yandex.cloud.organizationmanager.v1.saml.ListFederatedUserAccountsResponse\"R\x82\xd3\xe4\x93\x02L\x12J/organization-manager/v1/saml/federations/{federation_id}:listUserAccounts\x12\xf5\x01\n\x0eListOperations\x12I.yandex.cloud.organizationmanager.v1.saml.ListFederationOperationsRequest\x1aJ.yandex.cloud.organizationmanager.v1.saml.ListFederationOperationsResponse\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/organization-manager/v1/saml/federations/{federation_id}/operations\x12\xd7\x01\n\tGetDomain\x12\x44.yandex.cloud.organizationmanager.v1.saml.GetFederationDomainRequest\x1a\x30.yandex.cloud.organizationmanager.v1.saml.Domain\"R\x82\xd3\xe4\x93\x02L\x12J/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}\x12\xe9\x01\n\x0bListDomains\x12\x46.yandex.cloud.organizationmanager.v1.saml.ListFederationDomainsRequest\x1aG.yandex.cloud.organizationmanager.v1.saml.ListFederationDomainsResponse\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/organization-manager/v1/saml/federations/{federation_id}/domains\x12\xeb\x01\n\tAddDomain\x12\x44.yandex.cloud.organizationmanager.v1.saml.AddFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*%\n\x1b\x41\x64\x64\x46\x65\x64\x65rationDomainMetadata\x12\x06\x44omain\x82\xd3\xe4\x93\x02\x46\"A/organization-manager/v1/saml/federations/{federation_id}/domains:\x01*\x12\x8d\x02\n\x0eValidateDomain\x12I.yandex.cloud.organizationmanager.v1.saml.ValidateFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2**\n ValidateFederationDomainMetadata\x12\x06\x44omain\x82\xd3\xe4\x93\x02X\"S/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}:validate:\x01*\x12\x8a\x02\n\x0c\x44\x65leteDomain\x12G.yandex.cloud.organizationmanager.v1.saml.DeleteFederationDomainRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*7\n\x1e\x44\x65leteFederationDomainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02L*J/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}\x12\xb2\x02\n\x13SuspendUserAccounts\x12M.yandex.cloud.organizationmanager.v1.saml.SuspendFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\xa8\x01\xb2\xd2*L\n$SuspendFederatedUserAccountsMetadata\x12$SuspendFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02R\"M/organization-manager/v1/saml/federations/{federation_id}:suspendUserAccounts:\x01*\x12\xc1\x02\n\x16ReactivateUserAccounts\x12P.yandex.cloud.organizationmanager.v1.saml.ReactivateFederatedUserAccountsRequest\x1a!.yandex.cloud.operation.Operation\"\xb1\x01\xb2\xd2*R\n\'ReactivateFederatedUserAccountsMetadata\x12\'ReactivateFederatedUserAccountsResponse\x82\xd3\xe4\x93\x02U\"P/organization-manager/v1/saml/federations/{federation_id}:reactivateUserAccounts:\x01*B\x81\x01\n,yandex.cloud.api.organizationmanager.v1.samlZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/saml;samlb\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -130,6 +130,16 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
130
130
|
_globals['_DELETEFEDERATIONDOMAINREQUEST'].fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
131
131
|
_globals['_DELETEFEDERATIONDOMAINREQUEST'].fields_by_name['domain']._loaded_options = None
|
|
132
132
|
_globals['_DELETEFEDERATIONDOMAINREQUEST'].fields_by_name['domain']._serialized_options = b'\350\3071\001\212\3101\0051-253'
|
|
133
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['federation_id']._loaded_options = None
|
|
134
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
135
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['subject_ids']._loaded_options = None
|
|
136
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['subject_ids']._serialized_options = b'\202\3101\0061-1000\212\3101\0041-50'
|
|
137
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['reason']._loaded_options = None
|
|
138
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['reason']._serialized_options = b'\212\3101\005<=256'
|
|
139
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['federation_id']._loaded_options = None
|
|
140
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
141
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['subject_ids']._loaded_options = None
|
|
142
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST'].fields_by_name['subject_ids']._serialized_options = b'\202\3101\0061-1000\212\3101\0041-50'
|
|
133
143
|
_globals['_FEDERATIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
134
144
|
_globals['_FEDERATIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002;\0229/organization-manager/v1/saml/federations/{federation_id}'
|
|
135
145
|
_globals['_FEDERATIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
@@ -158,6 +168,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
158
168
|
_globals['_FEDERATIONSERVICE'].methods_by_name['ValidateDomain']._serialized_options = b'\262\322**\n ValidateFederationDomainMetadata\022\006Domain\202\323\344\223\002X\"S/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}:validate:\001*'
|
|
159
169
|
_globals['_FEDERATIONSERVICE'].methods_by_name['DeleteDomain']._loaded_options = None
|
|
160
170
|
_globals['_FEDERATIONSERVICE'].methods_by_name['DeleteDomain']._serialized_options = b'\262\322*7\n\036DeleteFederationDomainMetadata\022\025google.protobuf.Empty\202\323\344\223\002L*J/organization-manager/v1/saml/federations/{federation_id}/domains/{domain}'
|
|
171
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['SuspendUserAccounts']._loaded_options = None
|
|
172
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['SuspendUserAccounts']._serialized_options = b'\262\322*L\n$SuspendFederatedUserAccountsMetadata\022$SuspendFederatedUserAccountsResponse\202\323\344\223\002R\"M/organization-manager/v1/saml/federations/{federation_id}:suspendUserAccounts:\001*'
|
|
173
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['ReactivateUserAccounts']._loaded_options = None
|
|
174
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['ReactivateUserAccounts']._serialized_options = b'\262\322*R\n\'ReactivateFederatedUserAccountsMetadata\022\'ReactivateFederatedUserAccountsResponse\202\323\344\223\002U\"P/organization-manager/v1/saml/federations/{federation_id}:reactivateUserAccounts:\001*'
|
|
161
175
|
_globals['_GETFEDERATIONREQUEST']._serialized_start=427
|
|
162
176
|
_globals['_GETFEDERATIONREQUEST']._serialized_end=482
|
|
163
177
|
_globals['_LISTFEDERATIONSREQUEST']._serialized_start=485
|
|
@@ -218,6 +232,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
218
232
|
_globals['_DELETEFEDERATIONDOMAINREQUEST']._serialized_end=4403
|
|
219
233
|
_globals['_DELETEFEDERATIONDOMAINMETADATA']._serialized_start=4405
|
|
220
234
|
_globals['_DELETEFEDERATIONDOMAINMETADATA']._serialized_end=4476
|
|
221
|
-
_globals['
|
|
222
|
-
_globals['
|
|
235
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST']._serialized_start=4479
|
|
236
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSREQUEST']._serialized_end=4621
|
|
237
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSMETADATA']._serialized_start=4623
|
|
238
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSMETADATA']._serialized_end=4721
|
|
239
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSRESPONSE']._serialized_start=4723
|
|
240
|
+
_globals['_SUSPENDFEDERATEDUSERACCOUNTSRESPONSE']._serialized_end=4782
|
|
241
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST']._serialized_start=4784
|
|
242
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSREQUEST']._serialized_end=4902
|
|
243
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSMETADATA']._serialized_start=4904
|
|
244
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSMETADATA']._serialized_end=4989
|
|
245
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSRESPONSE']._serialized_start=4991
|
|
246
|
+
_globals['_REACTIVATEFEDERATEDUSERACCOUNTSRESPONSE']._serialized_end=5053
|
|
247
|
+
_globals['_FEDERATIONSERVICE']._serialized_start=5056
|
|
248
|
+
_globals['_FEDERATIONSERVICE']._serialized_end=9093
|
|
223
249
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -854,3 +854,135 @@ class DeleteFederationDomainMetadata(google.protobuf.message.Message):
|
|
|
854
854
|
def ClearField(self, field_name: typing.Literal["domain", b"domain", "federation_id", b"federation_id"]) -> None: ...
|
|
855
855
|
|
|
856
856
|
global___DeleteFederationDomainMetadata = DeleteFederationDomainMetadata
|
|
857
|
+
|
|
858
|
+
@typing.final
|
|
859
|
+
class SuspendFederatedUserAccountsRequest(google.protobuf.message.Message):
|
|
860
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
861
|
+
|
|
862
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
863
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
864
|
+
REASON_FIELD_NUMBER: builtins.int
|
|
865
|
+
federation_id: builtins.str
|
|
866
|
+
"""ID of the federation to suspend users of."""
|
|
867
|
+
reason: builtins.str
|
|
868
|
+
"""Reason of the suspension"""
|
|
869
|
+
@property
|
|
870
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
871
|
+
"""List of subjects to suspend."""
|
|
872
|
+
|
|
873
|
+
def __init__(
|
|
874
|
+
self,
|
|
875
|
+
*,
|
|
876
|
+
federation_id: builtins.str = ...,
|
|
877
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
878
|
+
reason: builtins.str = ...,
|
|
879
|
+
) -> None: ...
|
|
880
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "reason", b"reason", "subject_ids", b"subject_ids"]) -> None: ...
|
|
881
|
+
|
|
882
|
+
global___SuspendFederatedUserAccountsRequest = SuspendFederatedUserAccountsRequest
|
|
883
|
+
|
|
884
|
+
@typing.final
|
|
885
|
+
class SuspendFederatedUserAccountsMetadata(google.protobuf.message.Message):
|
|
886
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
887
|
+
|
|
888
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
889
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
890
|
+
REASON_FIELD_NUMBER: builtins.int
|
|
891
|
+
federation_id: builtins.str
|
|
892
|
+
"""ID of the federation to suspend subjects of."""
|
|
893
|
+
reason: builtins.str
|
|
894
|
+
"""Reason of the suspension."""
|
|
895
|
+
@property
|
|
896
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
897
|
+
"""List of subjects to suspend."""
|
|
898
|
+
|
|
899
|
+
def __init__(
|
|
900
|
+
self,
|
|
901
|
+
*,
|
|
902
|
+
federation_id: builtins.str = ...,
|
|
903
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
904
|
+
reason: builtins.str = ...,
|
|
905
|
+
) -> None: ...
|
|
906
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "reason", b"reason", "subject_ids", b"subject_ids"]) -> None: ...
|
|
907
|
+
|
|
908
|
+
global___SuspendFederatedUserAccountsMetadata = SuspendFederatedUserAccountsMetadata
|
|
909
|
+
|
|
910
|
+
@typing.final
|
|
911
|
+
class SuspendFederatedUserAccountsResponse(google.protobuf.message.Message):
|
|
912
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
913
|
+
|
|
914
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
915
|
+
@property
|
|
916
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
917
|
+
"""Subjects that were actually suspended."""
|
|
918
|
+
|
|
919
|
+
def __init__(
|
|
920
|
+
self,
|
|
921
|
+
*,
|
|
922
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
923
|
+
) -> None: ...
|
|
924
|
+
def ClearField(self, field_name: typing.Literal["subject_ids", b"subject_ids"]) -> None: ...
|
|
925
|
+
|
|
926
|
+
global___SuspendFederatedUserAccountsResponse = SuspendFederatedUserAccountsResponse
|
|
927
|
+
|
|
928
|
+
@typing.final
|
|
929
|
+
class ReactivateFederatedUserAccountsRequest(google.protobuf.message.Message):
|
|
930
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
931
|
+
|
|
932
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
933
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
934
|
+
federation_id: builtins.str
|
|
935
|
+
"""ID of the federation to reactivate subjects of."""
|
|
936
|
+
@property
|
|
937
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
938
|
+
"""List of subjects to reactivate."""
|
|
939
|
+
|
|
940
|
+
def __init__(
|
|
941
|
+
self,
|
|
942
|
+
*,
|
|
943
|
+
federation_id: builtins.str = ...,
|
|
944
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
945
|
+
) -> None: ...
|
|
946
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "subject_ids", b"subject_ids"]) -> None: ...
|
|
947
|
+
|
|
948
|
+
global___ReactivateFederatedUserAccountsRequest = ReactivateFederatedUserAccountsRequest
|
|
949
|
+
|
|
950
|
+
@typing.final
|
|
951
|
+
class ReactivateFederatedUserAccountsMetadata(google.protobuf.message.Message):
|
|
952
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
953
|
+
|
|
954
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
955
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
956
|
+
federation_id: builtins.str
|
|
957
|
+
"""ID of the federation to reactivate subjects of."""
|
|
958
|
+
@property
|
|
959
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
960
|
+
"""List of subjects to reactivate."""
|
|
961
|
+
|
|
962
|
+
def __init__(
|
|
963
|
+
self,
|
|
964
|
+
*,
|
|
965
|
+
federation_id: builtins.str = ...,
|
|
966
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
967
|
+
) -> None: ...
|
|
968
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "subject_ids", b"subject_ids"]) -> None: ...
|
|
969
|
+
|
|
970
|
+
global___ReactivateFederatedUserAccountsMetadata = ReactivateFederatedUserAccountsMetadata
|
|
971
|
+
|
|
972
|
+
@typing.final
|
|
973
|
+
class ReactivateFederatedUserAccountsResponse(google.protobuf.message.Message):
|
|
974
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
975
|
+
|
|
976
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
977
|
+
@property
|
|
978
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
979
|
+
"""Subjects that were actually reactivated."""
|
|
980
|
+
|
|
981
|
+
def __init__(
|
|
982
|
+
self,
|
|
983
|
+
*,
|
|
984
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
985
|
+
) -> None: ...
|
|
986
|
+
def ClearField(self, field_name: typing.Literal["subject_ids", b"subject_ids"]) -> None: ...
|
|
987
|
+
|
|
988
|
+
global___ReactivateFederatedUserAccountsResponse = ReactivateFederatedUserAccountsResponse
|
|
@@ -107,6 +107,16 @@ class FederationServiceStub(object):
|
|
|
107
107
|
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.DeleteFederationDomainRequest.SerializeToString,
|
|
108
108
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
109
109
|
_registered_method=True)
|
|
110
|
+
self.SuspendUserAccounts = channel.unary_unary(
|
|
111
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/SuspendUserAccounts',
|
|
112
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.SuspendFederatedUserAccountsRequest.SerializeToString,
|
|
113
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
114
|
+
_registered_method=True)
|
|
115
|
+
self.ReactivateUserAccounts = channel.unary_unary(
|
|
116
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ReactivateUserAccounts',
|
|
117
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ReactivateFederatedUserAccountsRequest.SerializeToString,
|
|
118
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
119
|
+
_registered_method=True)
|
|
110
120
|
|
|
111
121
|
|
|
112
122
|
class FederationServiceServicer(object):
|
|
@@ -215,6 +225,22 @@ class FederationServiceServicer(object):
|
|
|
215
225
|
context.set_details('Method not implemented!')
|
|
216
226
|
raise NotImplementedError('Method not implemented!')
|
|
217
227
|
|
|
228
|
+
def SuspendUserAccounts(self, request, context):
|
|
229
|
+
"""Suspend federated user accounts.
|
|
230
|
+
Method skips non-existent federated user accounts and returns ones that were actually suspended.
|
|
231
|
+
"""
|
|
232
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
233
|
+
context.set_details('Method not implemented!')
|
|
234
|
+
raise NotImplementedError('Method not implemented!')
|
|
235
|
+
|
|
236
|
+
def ReactivateUserAccounts(self, request, context):
|
|
237
|
+
"""Reactivate federated user accounts.
|
|
238
|
+
Method skips non-existent federated user accounts and returns ones that were actually reactivated.
|
|
239
|
+
"""
|
|
240
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
241
|
+
context.set_details('Method not implemented!')
|
|
242
|
+
raise NotImplementedError('Method not implemented!')
|
|
243
|
+
|
|
218
244
|
|
|
219
245
|
def add_FederationServiceServicer_to_server(servicer, server):
|
|
220
246
|
rpc_method_handlers = {
|
|
@@ -288,6 +314,16 @@ def add_FederationServiceServicer_to_server(servicer, server):
|
|
|
288
314
|
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.DeleteFederationDomainRequest.FromString,
|
|
289
315
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
290
316
|
),
|
|
317
|
+
'SuspendUserAccounts': grpc.unary_unary_rpc_method_handler(
|
|
318
|
+
servicer.SuspendUserAccounts,
|
|
319
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.SuspendFederatedUserAccountsRequest.FromString,
|
|
320
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
321
|
+
),
|
|
322
|
+
'ReactivateUserAccounts': grpc.unary_unary_rpc_method_handler(
|
|
323
|
+
servicer.ReactivateUserAccounts,
|
|
324
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ReactivateFederatedUserAccountsRequest.FromString,
|
|
325
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
326
|
+
),
|
|
291
327
|
}
|
|
292
328
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
293
329
|
'yandex.cloud.organizationmanager.v1.saml.FederationService', rpc_method_handlers)
|
|
@@ -677,3 +713,57 @@ class FederationService(object):
|
|
|
677
713
|
timeout,
|
|
678
714
|
metadata,
|
|
679
715
|
_registered_method=True)
|
|
716
|
+
|
|
717
|
+
@staticmethod
|
|
718
|
+
def SuspendUserAccounts(request,
|
|
719
|
+
target,
|
|
720
|
+
options=(),
|
|
721
|
+
channel_credentials=None,
|
|
722
|
+
call_credentials=None,
|
|
723
|
+
insecure=False,
|
|
724
|
+
compression=None,
|
|
725
|
+
wait_for_ready=None,
|
|
726
|
+
timeout=None,
|
|
727
|
+
metadata=None):
|
|
728
|
+
return grpc.experimental.unary_unary(
|
|
729
|
+
request,
|
|
730
|
+
target,
|
|
731
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/SuspendUserAccounts',
|
|
732
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.SuspendFederatedUserAccountsRequest.SerializeToString,
|
|
733
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
734
|
+
options,
|
|
735
|
+
channel_credentials,
|
|
736
|
+
insecure,
|
|
737
|
+
call_credentials,
|
|
738
|
+
compression,
|
|
739
|
+
wait_for_ready,
|
|
740
|
+
timeout,
|
|
741
|
+
metadata,
|
|
742
|
+
_registered_method=True)
|
|
743
|
+
|
|
744
|
+
@staticmethod
|
|
745
|
+
def ReactivateUserAccounts(request,
|
|
746
|
+
target,
|
|
747
|
+
options=(),
|
|
748
|
+
channel_credentials=None,
|
|
749
|
+
call_credentials=None,
|
|
750
|
+
insecure=False,
|
|
751
|
+
compression=None,
|
|
752
|
+
wait_for_ready=None,
|
|
753
|
+
timeout=None,
|
|
754
|
+
metadata=None):
|
|
755
|
+
return grpc.experimental.unary_unary(
|
|
756
|
+
request,
|
|
757
|
+
target,
|
|
758
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ReactivateUserAccounts',
|
|
759
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ReactivateFederatedUserAccountsRequest.SerializeToString,
|
|
760
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
761
|
+
options,
|
|
762
|
+
channel_credentials,
|
|
763
|
+
insecure,
|
|
764
|
+
call_credentials,
|
|
765
|
+
compression,
|
|
766
|
+
wait_for_ready,
|
|
767
|
+
timeout,
|
|
768
|
+
metadata,
|
|
769
|
+
_registered_method=True)
|
|
@@ -113,6 +113,22 @@ class FederationServiceStub:
|
|
|
113
113
|
]
|
|
114
114
|
"""Deletes the specified domain from the federation."""
|
|
115
115
|
|
|
116
|
+
SuspendUserAccounts: grpc.UnaryUnaryMultiCallable[
|
|
117
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.SuspendFederatedUserAccountsRequest,
|
|
118
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
119
|
+
]
|
|
120
|
+
"""Suspend federated user accounts.
|
|
121
|
+
Method skips non-existent federated user accounts and returns ones that were actually suspended.
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
ReactivateUserAccounts: grpc.UnaryUnaryMultiCallable[
|
|
125
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ReactivateFederatedUserAccountsRequest,
|
|
126
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
127
|
+
]
|
|
128
|
+
"""Reactivate federated user accounts.
|
|
129
|
+
Method skips non-existent federated user accounts and returns ones that were actually reactivated.
|
|
130
|
+
"""
|
|
131
|
+
|
|
116
132
|
class FederationServiceAsyncStub:
|
|
117
133
|
"""A set of methods for managing federations."""
|
|
118
134
|
|
|
@@ -206,6 +222,22 @@ class FederationServiceAsyncStub:
|
|
|
206
222
|
]
|
|
207
223
|
"""Deletes the specified domain from the federation."""
|
|
208
224
|
|
|
225
|
+
SuspendUserAccounts: grpc.aio.UnaryUnaryMultiCallable[
|
|
226
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.SuspendFederatedUserAccountsRequest,
|
|
227
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
228
|
+
]
|
|
229
|
+
"""Suspend federated user accounts.
|
|
230
|
+
Method skips non-existent federated user accounts and returns ones that were actually suspended.
|
|
231
|
+
"""
|
|
232
|
+
|
|
233
|
+
ReactivateUserAccounts: grpc.aio.UnaryUnaryMultiCallable[
|
|
234
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ReactivateFederatedUserAccountsRequest,
|
|
235
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
236
|
+
]
|
|
237
|
+
"""Reactivate federated user accounts.
|
|
238
|
+
Method skips non-existent federated user accounts and returns ones that were actually reactivated.
|
|
239
|
+
"""
|
|
240
|
+
|
|
209
241
|
class FederationServiceServicer(metaclass=abc.ABCMeta):
|
|
210
242
|
"""A set of methods for managing federations."""
|
|
211
243
|
|
|
@@ -327,4 +359,24 @@ class FederationServiceServicer(metaclass=abc.ABCMeta):
|
|
|
327
359
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
328
360
|
"""Deletes the specified domain from the federation."""
|
|
329
361
|
|
|
362
|
+
@abc.abstractmethod
|
|
363
|
+
def SuspendUserAccounts(
|
|
364
|
+
self,
|
|
365
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.SuspendFederatedUserAccountsRequest,
|
|
366
|
+
context: _ServicerContext,
|
|
367
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
368
|
+
"""Suspend federated user accounts.
|
|
369
|
+
Method skips non-existent federated user accounts and returns ones that were actually suspended.
|
|
370
|
+
"""
|
|
371
|
+
|
|
372
|
+
@abc.abstractmethod
|
|
373
|
+
def ReactivateUserAccounts(
|
|
374
|
+
self,
|
|
375
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ReactivateFederatedUserAccountsRequest,
|
|
376
|
+
context: _ServicerContext,
|
|
377
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
378
|
+
"""Reactivate federated user accounts.
|
|
379
|
+
Method skips non-existent federated user accounts and returns ones that were actually reactivated.
|
|
380
|
+
"""
|
|
381
|
+
|
|
330
382
|
def add_FederationServiceServicer_to_server(servicer: FederationServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -27,7 +27,7 @@ from yandex.cloud.searchapi.v2 import search_query_pb2 as yandex_dot_cloud_dot_s
|
|
|
27
27
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/searchapi/v2/search_query.proto\x1a\x1cgoogle/api/annotations.proto\"i\n\x10GenSearchMessage\x12 \n\x07\x63ontent\x18\x01 \x01(\tB\x0f\xe8\xc7\x31\x01\x8a\xc8\x31\x07<=16384\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32\x1f.yandex.cloud.searchapi.v2.RoleB\x04\xe8\xc7\x31\x01\"\xbe\t\n\x10GenSearchRequest\x12H\n\x08messages\x18\x01 \x03(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessageB\t\x82\xc8\x31\x05\x31-100\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x46\n\x04site\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.SiteOptionH\x00\x12\x46\n\x04host\x18\x04 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.HostOptionH\x00\x12\x44\n\x03url\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.searchapi.v2.GenSearchRequest.UrlOptionH\x00\x12\x14\n\x0c\x66ix_misspell\x18\x06 \x01(\x08\x12\x18\n\x10\x65nable_nrfm_docs\x18\x07 \x01(\x08\x12Z\n\x0esearch_filters\x18\x08 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilterB\x08\x82\xc8\x31\x04<=10\x12\x46\n\x0bsearch_type\x18\t \x01(\x0e\x32\x31.yandex.cloud.searchapi.v2.SearchQuery.SearchType\x12\x1b\n\x13get_partial_results\x18\n \x01(\x08\x12;\n\x08metadata\x18\x0b \x01(\x0b\x32).yandex.cloud.searchapi.v2.SearchMetadata\x1a/\n\nSiteOption\x12!\n\x04site\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a-\n\tUrlOption\x12 \n\x03url\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a/\n\nHostOption\x12!\n\x04host\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a\x99\x03\n\x0cSearchFilter\x12\x18\n\x04\x64\x61te\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=25H\x00\x12\x15\n\x04lang\x18\x02 \x01(\tB\x05\x8a\xc8\x31\x01\x32H\x00\x12T\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x42.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilter.DocFormatH\x00\"\xef\x01\n\tDocFormat\x12\x1a\n\x16\x44OC_FORMAT_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x44OC_FORMAT_PDF\x10\x01\x12\x12\n\x0e\x44OC_FORMAT_XLS\x10\x02\x12\x12\n\x0e\x44OC_FORMAT_ODS\x10\x03\x12\x12\n\x0e\x44OC_FORMAT_RTF\x10\x04\x12\x12\n\x0e\x44OC_FORMAT_PPT\x10\x05\x12\x12\n\x0e\x44OC_FORMAT_ODP\x10\x06\x12\x12\n\x0e\x44OC_FORMAT_SWF\x10\x07\x12\x12\n\x0e\x44OC_FORMAT_ODT\x10\x08\x12\x12\n\x0e\x44OC_FORMAT_ODG\x10\t\x12\x12\n\x0e\x44OC_FORMAT_DOC\x10\nB\x10\n\x0e\x66ilter_optionsB\x0e\n\x0csite_options\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/searchapi/v2/search_query.proto\x1a\x1cgoogle/api/annotations.proto\"i\n\x10GenSearchMessage\x12 \n\x07\x63ontent\x18\x01 \x01(\tB\x0f\xe8\xc7\x31\x01\x8a\xc8\x31\x07<=16384\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32\x1f.yandex.cloud.searchapi.v2.RoleB\x04\xe8\xc7\x31\x01\"\xbe\t\n\x10GenSearchRequest\x12H\n\x08messages\x18\x01 \x03(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessageB\t\x82\xc8\x31\x05\x31-100\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x46\n\x04site\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.SiteOptionH\x00\x12\x46\n\x04host\x18\x04 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.HostOptionH\x00\x12\x44\n\x03url\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.searchapi.v2.GenSearchRequest.UrlOptionH\x00\x12\x14\n\x0c\x66ix_misspell\x18\x06 \x01(\x08\x12\x18\n\x10\x65nable_nrfm_docs\x18\x07 \x01(\x08\x12Z\n\x0esearch_filters\x18\x08 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilterB\x08\x82\xc8\x31\x04<=10\x12\x46\n\x0bsearch_type\x18\t \x01(\x0e\x32\x31.yandex.cloud.searchapi.v2.SearchQuery.SearchType\x12\x1b\n\x13get_partial_results\x18\n \x01(\x08\x12;\n\x08metadata\x18\x0b \x01(\x0b\x32).yandex.cloud.searchapi.v2.SearchMetadata\x1a/\n\nSiteOption\x12!\n\x04site\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a-\n\tUrlOption\x12 \n\x03url\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a/\n\nHostOption\x12!\n\x04host\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a\x99\x03\n\x0cSearchFilter\x12\x18\n\x04\x64\x61te\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=25H\x00\x12\x15\n\x04lang\x18\x02 \x01(\tB\x05\x8a\xc8\x31\x01\x32H\x00\x12T\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x42.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilter.DocFormatH\x00\"\xef\x01\n\tDocFormat\x12\x1a\n\x16\x44OC_FORMAT_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x44OC_FORMAT_PDF\x10\x01\x12\x12\n\x0e\x44OC_FORMAT_XLS\x10\x02\x12\x12\n\x0e\x44OC_FORMAT_ODS\x10\x03\x12\x12\n\x0e\x44OC_FORMAT_RTF\x10\x04\x12\x12\n\x0e\x44OC_FORMAT_PPT\x10\x05\x12\x12\n\x0e\x44OC_FORMAT_ODP\x10\x06\x12\x12\n\x0e\x44OC_FORMAT_SWF\x10\x07\x12\x12\n\x0e\x44OC_FORMAT_ODT\x10\x08\x12\x12\n\x0e\x44OC_FORMAT_ODG\x10\t\x12\x12\n\x0e\x44OC_FORMAT_DOC\x10\nB\x10\n\x0e\x66ilter_optionsB\x0e\n\x0csite_options\"\xc9\x03\n\x11GenSearchResponse\x12<\n\x07message\x18\x01 \x01(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessage\x12\x44\n\x07sources\x18\x02 \x03(\x0b\x32\x33.yandex.cloud.searchapi.v2.GenSearchResponse.Source\x12P\n\x0esearch_queries\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchResponse.SearchQuery\x12\x1c\n\x14\x66ixed_misspell_query\x18\x04 \x01(\t\x12\x1a\n\x12is_answer_rejected\x18\x05 \x01(\x08\x12\x18\n\x10is_bullet_answer\x18\x06 \x01(\x08\x12\r\n\x05hints\x18\x07 \x03(\t\x12\x1a\n\x12problematic_answer\x18\x08 \x01(\x08\x1a\x32\n\x06Source\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x0c\n\x04used\x18\x03 \x01(\x08\x1a+\n\x0bSearchQuery\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x0e\n\x06req_id\x18\x02 \x01(\t*?\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\r\n\tROLE_USER\x10\x01\x12\x12\n\x0eROLE_ASSISTANT\x10\x02\x32\x95\x01\n\x10GenSearchService\x12\x80\x01\n\x06Search\x12+.yandex.cloud.searchapi.v2.GenSearchRequest\x1a,.yandex.cloud.searchapi.v2.GenSearchResponse\"\x19\x82\xd3\xe4\x93\x02\x13\"\x0e/v2/gen/search:\x01*0\x01\x42\x65\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -57,8 +57,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
57
57
|
_globals['_GENSEARCHREQUEST'].fields_by_name['search_filters']._serialized_options = b'\202\3101\004<=10'
|
|
58
58
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._loaded_options = None
|
|
59
59
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._serialized_options = b'\202\323\344\223\002\023\"\016/v2/gen/search:\001*'
|
|
60
|
-
_globals['_ROLE']._serialized_start=
|
|
61
|
-
_globals['_ROLE']._serialized_end=
|
|
60
|
+
_globals['_ROLE']._serialized_start=1972
|
|
61
|
+
_globals['_ROLE']._serialized_end=2035
|
|
62
62
|
_globals['_GENSEARCHMESSAGE']._serialized_start=188
|
|
63
63
|
_globals['_GENSEARCHMESSAGE']._serialized_end=293
|
|
64
64
|
_globals['_GENSEARCHREQUEST']._serialized_start=296
|
|
@@ -74,11 +74,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
74
74
|
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_start=1237
|
|
75
75
|
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_end=1476
|
|
76
76
|
_globals['_GENSEARCHRESPONSE']._serialized_start=1513
|
|
77
|
-
_globals['_GENSEARCHRESPONSE']._serialized_end=
|
|
78
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=
|
|
79
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=
|
|
80
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=
|
|
81
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=
|
|
82
|
-
_globals['_GENSEARCHSERVICE']._serialized_start=
|
|
83
|
-
_globals['_GENSEARCHSERVICE']._serialized_end=
|
|
77
|
+
_globals['_GENSEARCHRESPONSE']._serialized_end=1970
|
|
78
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=1875
|
|
79
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=1925
|
|
80
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=1927
|
|
81
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=1970
|
|
82
|
+
_globals['_GENSEARCHSERVICE']._serialized_start=2038
|
|
83
|
+
_globals['_GENSEARCHSERVICE']._serialized_end=2187
|
|
84
84
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -279,12 +279,15 @@ class GenSearchResponse(google.protobuf.message.Message):
|
|
|
279
279
|
IS_ANSWER_REJECTED_FIELD_NUMBER: builtins.int
|
|
280
280
|
IS_BULLET_ANSWER_FIELD_NUMBER: builtins.int
|
|
281
281
|
HINTS_FIELD_NUMBER: builtins.int
|
|
282
|
+
PROBLEMATIC_ANSWER_FIELD_NUMBER: builtins.int
|
|
282
283
|
fixed_misspell_query: builtins.str
|
|
283
284
|
"""The text of the search query with fixed misspells."""
|
|
284
285
|
is_answer_rejected: builtins.bool
|
|
285
286
|
"""The model failed to answer due to the ethical concerns."""
|
|
286
287
|
is_bullet_answer: builtins.bool
|
|
287
288
|
"""A bullet answer in case the model cannot give a proper response and returns a set of bullets with various data."""
|
|
289
|
+
problematic_answer: builtins.bool
|
|
290
|
+
"""The answer may contain inappropriate content"""
|
|
288
291
|
@property
|
|
289
292
|
def message(self) -> global___GenSearchMessage:
|
|
290
293
|
"""The text of the generative response."""
|
|
@@ -311,8 +314,9 @@ class GenSearchResponse(google.protobuf.message.Message):
|
|
|
311
314
|
is_answer_rejected: builtins.bool = ...,
|
|
312
315
|
is_bullet_answer: builtins.bool = ...,
|
|
313
316
|
hints: collections.abc.Iterable[builtins.str] | None = ...,
|
|
317
|
+
problematic_answer: builtins.bool = ...,
|
|
314
318
|
) -> None: ...
|
|
315
319
|
def HasField(self, field_name: typing.Literal["message", b"message"]) -> builtins.bool: ...
|
|
316
|
-
def ClearField(self, field_name: typing.Literal["fixed_misspell_query", b"fixed_misspell_query", "hints", b"hints", "is_answer_rejected", b"is_answer_rejected", "is_bullet_answer", b"is_bullet_answer", "message", b"message", "search_queries", b"search_queries", "sources", b"sources"]) -> None: ...
|
|
320
|
+
def ClearField(self, field_name: typing.Literal["fixed_misspell_query", b"fixed_misspell_query", "hints", b"hints", "is_answer_rejected", b"is_answer_rejected", "is_bullet_answer", b"is_bullet_answer", "message", b"message", "problematic_answer", b"problematic_answer", "search_queries", b"search_queries", "sources", b"sources"]) -> None: ...
|
|
317
321
|
|
|
318
322
|
global___GenSearchResponse = GenSearchResponse
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/searchapi/v2/wordstat_service.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/searchapi/v2/wordstat_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
26
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
27
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/searchapi/v2/wordstat_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc5\x01\n\rGetTopRequest\x12\x1d\n\x06phrase\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=400\x12\x1f\n\x0bnum_phrases\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x31-2000\x12\x1a\n\x07regions\x18\x03 \x03(\tB\t\x82\xc8\x31\x05<=100\x12;\n\x07\x64\x65vices\x18\x04 \x03(\x0e\x32!.yandex.cloud.searchapi.v2.DeviceB\x07\x82\xc8\x31\x03<=3\x12\x1b\n\tfolder_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\xe5\x01\n\x0eGetTopResponse\x12\x13\n\x0btotal_count\x18\x01 \x01(\x03\x12\x45\n\x07results\x18\x02 \x03(\x0b\x32\x34.yandex.cloud.searchapi.v2.GetTopResponse.PhraseInfo\x12J\n\x0c\x61ssociations\x18\x03 \x03(\x0b\x32\x34.yandex.cloud.searchapi.v2.GetTopResponse.PhraseInfo\x1a+\n\nPhraseInfo\x12\x0e\n\x06phrase\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x03\"\xb2\x03\n\x12GetDynamicsRequest\x12\x1d\n\x06phrase\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=400\x12J\n\x06period\x18\x02 \x01(\x0e\x32\x34.yandex.cloud.searchapi.v2.GetDynamicsRequest.PeriodB\x04\xe8\xc7\x31\x01\x12\x33\n\tfrom_date\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\x12+\n\x07to_date\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x07regions\x18\x05 \x03(\tB\t\x82\xc8\x31\x05<=100\x12;\n\x07\x64\x65vices\x18\x06 \x03(\x0e\x32!.yandex.cloud.searchapi.v2.DeviceB\x07\x82\xc8\x31\x03<=3\x12\x1b\n\tfolder_id\x18\x07 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"Y\n\x06Period\x12\x16\n\x12PERIOD_UNSPECIFIED\x10\x00\x12\x12\n\x0ePERIOD_MONTHLY\x10\x01\x12\x11\n\rPERIOD_WEEKLY\x10\x02\x12\x10\n\x0cPERIOD_DAILY\x10\x03\"\xbb\x01\n\x13GetDynamicsResponse\x12L\n\x07results\x18\x01 \x03(\x0b\x32;.yandex.cloud.searchapi.v2.GetDynamicsResponse.DynamicsInfo\x1aV\n\x0c\x44ynamicsInfo\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\r\n\x05\x63ount\x18\x02 \x01(\x03\x12\r\n\x05share\x18\x03 \x01(\x01\"\xb9\x02\n\x1dGetRegionsDistributionRequest\x12\x1d\n\x06phrase\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=400\x12O\n\x06region\x18\x02 \x01(\x0e\x32?.yandex.cloud.searchapi.v2.GetRegionsDistributionRequest.Region\x12\x32\n\x07\x64\x65vices\x18\x03 \x03(\x0e\x32!.yandex.cloud.searchapi.v2.Device\x12\x1b\n\tfolder_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"W\n\x06Region\x12\x16\n\x12REGION_UNSPECIFIED\x10\x00\x12\x0e\n\nREGION_ALL\x10\x01\x12\x11\n\rREGION_CITIES\x10\x02\x12\x12\n\x0eREGION_REGIONS\x10\x03\"\xcb\x01\n\x1eGetRegionsDistributionResponse\x12U\n\x07results\x18\x01 \x03(\x0b\x32\x44.yandex.cloud.searchapi.v2.GetRegionsDistributionResponse.RegionInfo\x1aR\n\nRegionInfo\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x03\x12\r\n\x05share\x18\x03 \x01(\x01\x12\x16\n\x0e\x61\x66\x66inity_index\x18\x04 \x01(\x01*i\n\x06\x44\x65vice\x12\x16\n\x12\x44\x45VICE_UNSPECIFIED\x10\x00\x12\x0e\n\nDEVICE_ALL\x10\x01\x12\x12\n\x0e\x44\x45VICE_DESKTOP\x10\x02\x12\x10\n\x0c\x44\x45VICE_PHONE\x10\x03\x12\x11\n\rDEVICE_TABLET\x10\x04\x32\xd8\x03\n\x0fWordstatService\x12\x82\x01\n\x06GetTop\x12(.yandex.cloud.searchapi.v2.GetTopRequest\x1a).yandex.cloud.searchapi.v2.GetTopResponse\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/v2/wordstat/topRequests:\x01*\x12\x8e\x01\n\x0bGetDynamics\x12-.yandex.cloud.searchapi.v2.GetDynamicsRequest\x1a..yandex.cloud.searchapi.v2.GetDynamicsResponse\" \x82\xd3\xe4\x93\x02\x1a\"\x15/v2/wordstat/dynamics:\x01*\x12\xae\x01\n\x16GetRegionsDistribution\x12\x38.yandex.cloud.searchapi.v2.GetRegionsDistributionRequest\x1a\x39.yandex.cloud.searchapi.v2.GetRegionsDistributionResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\"\x14/v2/wordstat/regions:\x01*Be\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.searchapi.v2.wordstat_service_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032yandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapi'
|
|
38
|
+
_globals['_GETTOPREQUEST'].fields_by_name['phrase']._loaded_options = None
|
|
39
|
+
_globals['_GETTOPREQUEST'].fields_by_name['phrase']._serialized_options = b'\350\3071\001\212\3101\005<=400'
|
|
40
|
+
_globals['_GETTOPREQUEST'].fields_by_name['num_phrases']._loaded_options = None
|
|
41
|
+
_globals['_GETTOPREQUEST'].fields_by_name['num_phrases']._serialized_options = b'\372\3071\0061-2000'
|
|
42
|
+
_globals['_GETTOPREQUEST'].fields_by_name['regions']._loaded_options = None
|
|
43
|
+
_globals['_GETTOPREQUEST'].fields_by_name['regions']._serialized_options = b'\202\3101\005<=100'
|
|
44
|
+
_globals['_GETTOPREQUEST'].fields_by_name['devices']._loaded_options = None
|
|
45
|
+
_globals['_GETTOPREQUEST'].fields_by_name['devices']._serialized_options = b'\202\3101\003<=3'
|
|
46
|
+
_globals['_GETTOPREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
47
|
+
_globals['_GETTOPREQUEST'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
48
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['phrase']._loaded_options = None
|
|
49
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['phrase']._serialized_options = b'\350\3071\001\212\3101\005<=400'
|
|
50
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['period']._loaded_options = None
|
|
51
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['period']._serialized_options = b'\350\3071\001'
|
|
52
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['from_date']._loaded_options = None
|
|
53
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['from_date']._serialized_options = b'\350\3071\001'
|
|
54
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['regions']._loaded_options = None
|
|
55
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['regions']._serialized_options = b'\202\3101\005<=100'
|
|
56
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['devices']._loaded_options = None
|
|
57
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['devices']._serialized_options = b'\202\3101\003<=3'
|
|
58
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
59
|
+
_globals['_GETDYNAMICSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
60
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST'].fields_by_name['phrase']._loaded_options = None
|
|
61
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST'].fields_by_name['phrase']._serialized_options = b'\350\3071\001\212\3101\005<=400'
|
|
62
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
63
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
64
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetTop']._loaded_options = None
|
|
65
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetTop']._serialized_options = b'\202\323\344\223\002\035\"\030/v2/wordstat/topRequests:\001*'
|
|
66
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetDynamics']._loaded_options = None
|
|
67
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetDynamics']._serialized_options = b'\202\323\344\223\002\032\"\025/v2/wordstat/dynamics:\001*'
|
|
68
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetRegionsDistribution']._loaded_options = None
|
|
69
|
+
_globals['_WORDSTATSERVICE'].methods_by_name['GetRegionsDistribution']._serialized_options = b'\202\323\344\223\002\031\"\024/v2/wordstat/regions:\001*'
|
|
70
|
+
_globals['_DEVICE']._serialized_start=1754
|
|
71
|
+
_globals['_DEVICE']._serialized_end=1859
|
|
72
|
+
_globals['_GETTOPREQUEST']._serialized_start=174
|
|
73
|
+
_globals['_GETTOPREQUEST']._serialized_end=371
|
|
74
|
+
_globals['_GETTOPRESPONSE']._serialized_start=374
|
|
75
|
+
_globals['_GETTOPRESPONSE']._serialized_end=603
|
|
76
|
+
_globals['_GETTOPRESPONSE_PHRASEINFO']._serialized_start=560
|
|
77
|
+
_globals['_GETTOPRESPONSE_PHRASEINFO']._serialized_end=603
|
|
78
|
+
_globals['_GETDYNAMICSREQUEST']._serialized_start=606
|
|
79
|
+
_globals['_GETDYNAMICSREQUEST']._serialized_end=1040
|
|
80
|
+
_globals['_GETDYNAMICSREQUEST_PERIOD']._serialized_start=951
|
|
81
|
+
_globals['_GETDYNAMICSREQUEST_PERIOD']._serialized_end=1040
|
|
82
|
+
_globals['_GETDYNAMICSRESPONSE']._serialized_start=1043
|
|
83
|
+
_globals['_GETDYNAMICSRESPONSE']._serialized_end=1230
|
|
84
|
+
_globals['_GETDYNAMICSRESPONSE_DYNAMICSINFO']._serialized_start=1144
|
|
85
|
+
_globals['_GETDYNAMICSRESPONSE_DYNAMICSINFO']._serialized_end=1230
|
|
86
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST']._serialized_start=1233
|
|
87
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST']._serialized_end=1546
|
|
88
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST_REGION']._serialized_start=1459
|
|
89
|
+
_globals['_GETREGIONSDISTRIBUTIONREQUEST_REGION']._serialized_end=1546
|
|
90
|
+
_globals['_GETREGIONSDISTRIBUTIONRESPONSE']._serialized_start=1549
|
|
91
|
+
_globals['_GETREGIONSDISTRIBUTIONRESPONSE']._serialized_end=1752
|
|
92
|
+
_globals['_GETREGIONSDISTRIBUTIONRESPONSE_REGIONINFO']._serialized_start=1670
|
|
93
|
+
_globals['_GETREGIONSDISTRIBUTIONRESPONSE_REGIONINFO']._serialized_end=1752
|
|
94
|
+
_globals['_WORDSTATSERVICE']._serialized_start=1862
|
|
95
|
+
_globals['_WORDSTATSERVICE']._serialized_end=2334
|
|
96
|
+
# @@protoc_insertion_point(module_scope)
|