yandexcloud 0.311.0__py3-none-any.whl → 0.313.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.

Files changed (64) hide show
  1. yandex/cloud/ai/translate/v2/translation_service_pb2_grpc.py +6 -0
  2. yandex/cloud/ai/translate/v2/translation_service_pb2_grpc.pyi +12 -3
  3. yandex/cloud/audittrails/v1/trail_pb2.py +57 -37
  4. yandex/cloud/audittrails/v1/trail_pb2.pyi +115 -4
  5. yandex/cloud/audittrails/v1/trail_service_pb2.py +25 -23
  6. yandex/cloud/audittrails/v1/trail_service_pb2.pyi +22 -6
  7. yandex/cloud/backup/v1/resource_pb2.py +9 -9
  8. yandex/cloud/backup/v1/resource_pb2.pyi +4 -0
  9. yandex/cloud/compute/v1/disk_pb2.py +12 -11
  10. yandex/cloud/compute/v1/disk_pb2.pyi +11 -2
  11. yandex/cloud/compute/v1/disk_service_pb2.py +42 -41
  12. yandex/cloud/compute/v1/disk_service_pb2.pyi +11 -2
  13. yandex/cloud/compute/v1/hardware_generation_pb2.py +32 -0
  14. yandex/cloud/compute/v1/hardware_generation_pb2.pyi +96 -0
  15. yandex/cloud/compute/v1/hardware_generation_pb2_grpc.py +4 -0
  16. yandex/cloud/compute/v1/hardware_generation_pb2_grpc.pyi +17 -0
  17. yandex/cloud/compute/v1/image_pb2.py +12 -11
  18. yandex/cloud/compute/v1/image_pb2.pyi +11 -2
  19. yandex/cloud/compute/v1/image_service_pb2.py +32 -31
  20. yandex/cloud/compute/v1/image_service_pb2.pyi +11 -2
  21. yandex/cloud/compute/v1/instance_pb2.py +54 -53
  22. yandex/cloud/compute/v1/instance_pb2.pyi +9 -2
  23. yandex/cloud/compute/v1/snapshot_pb2.py +8 -7
  24. yandex/cloud/compute/v1/snapshot_pb2.pyi +11 -2
  25. yandex/cloud/compute/v1/snapshot_service_pb2.py +30 -29
  26. yandex/cloud/compute/v1/snapshot_service_pb2.pyi +11 -1
  27. yandex/cloud/iam/v1/service_account_pb2.py +4 -4
  28. yandex/cloud/iam/v1/service_account_pb2.pyi +8 -2
  29. yandex/cloud/iam/v1/workload/__init__.py +0 -0
  30. yandex/cloud/iam/v1/workload/federated_credential_pb2.py +27 -0
  31. yandex/cloud/iam/v1/workload/federated_credential_pb2.pyi +49 -0
  32. yandex/cloud/iam/v1/workload/federated_credential_pb2_grpc.py +4 -0
  33. yandex/cloud/iam/v1/workload/federated_credential_pb2_grpc.pyi +17 -0
  34. yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +69 -0
  35. yandex/cloud/iam/v1/workload/federated_credential_service_pb2.pyi +170 -0
  36. yandex/cloud/iam/v1/workload/federated_credential_service_pb2_grpc.py +176 -0
  37. yandex/cloud/iam/v1/workload/federated_credential_service_pb2_grpc.pyi +121 -0
  38. yandex/cloud/iam/v1/workload/oidc/__init__.py +0 -0
  39. yandex/cloud/iam/v1/workload/oidc/federation_pb2.py +31 -0
  40. yandex/cloud/iam/v1/workload/oidc/federation_pb2.pyi +95 -0
  41. yandex/cloud/iam/v1/workload/oidc/federation_pb2_grpc.py +4 -0
  42. yandex/cloud/iam/v1/workload/oidc/federation_pb2_grpc.pyi +17 -0
  43. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +100 -0
  44. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.pyi +304 -0
  45. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +210 -0
  46. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +141 -0
  47. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +92 -60
  48. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +304 -10
  49. yandex/cloud/mdb/clickhouse/v1/user_pb2.py +34 -26
  50. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +84 -2
  51. yandex/cloud/serverless/containers/v1/container_pb2.py +44 -26
  52. yandex/cloud/serverless/containers/v1/container_pb2.pyi +99 -2
  53. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  54. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  55. yandex/cloud/serverless/functions/v1/function_pb2.py +46 -28
  56. yandex/cloud/serverless/functions/v1/function_pb2.pyi +98 -1
  57. yandex/cloud/serverless/functions/v1/function_service_pb2.py +36 -36
  58. yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +7 -1
  59. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/METADATA +1 -1
  60. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/RECORD +64 -42
  61. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/AUTHORS +0 -0
  62. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/LICENSE +0 -0
  63. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/WHEEL +0 -0
  64. {yandexcloud-0.311.0.dist-info → yandexcloud-0.313.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,121 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+ import yandex.cloud.iam.v1.workload.federated_credential_pb2
12
+ import yandex.cloud.iam.v1.workload.federated_credential_service_pb2
13
+ import yandex.cloud.operation.operation_pb2
14
+
15
+ _T = typing.TypeVar("_T")
16
+
17
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
18
+
19
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
20
+ ...
21
+
22
+ class FederatedCredentialServiceStub:
23
+ """A set of methods for managing federated credentials."""
24
+
25
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
26
+ Get: grpc.UnaryUnaryMultiCallable[
27
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.GetFederatedCredentialRequest,
28
+ yandex.cloud.iam.v1.workload.federated_credential_pb2.FederatedCredential,
29
+ ]
30
+ """Returns the specified federated credential.
31
+
32
+ To get the list of available federated credentials, make a [List] request.
33
+ """
34
+
35
+ List: grpc.UnaryUnaryMultiCallable[
36
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsRequest,
37
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsResponse,
38
+ ]
39
+ """Retrieves the list of federated credentials for the specified service account."""
40
+
41
+ Create: grpc.UnaryUnaryMultiCallable[
42
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.CreateFederatedCredentialRequest,
43
+ yandex.cloud.operation.operation_pb2.Operation,
44
+ ]
45
+ """Creates a federated credential for the specified service account."""
46
+
47
+ Delete: grpc.UnaryUnaryMultiCallable[
48
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.DeleteFederatedCredentialRequest,
49
+ yandex.cloud.operation.operation_pb2.Operation,
50
+ ]
51
+ """Deletes the specified federated credential."""
52
+
53
+ class FederatedCredentialServiceAsyncStub:
54
+ """A set of methods for managing federated credentials."""
55
+
56
+ Get: grpc.aio.UnaryUnaryMultiCallable[
57
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.GetFederatedCredentialRequest,
58
+ yandex.cloud.iam.v1.workload.federated_credential_pb2.FederatedCredential,
59
+ ]
60
+ """Returns the specified federated credential.
61
+
62
+ To get the list of available federated credentials, make a [List] request.
63
+ """
64
+
65
+ List: grpc.aio.UnaryUnaryMultiCallable[
66
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsRequest,
67
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsResponse,
68
+ ]
69
+ """Retrieves the list of federated credentials for the specified service account."""
70
+
71
+ Create: grpc.aio.UnaryUnaryMultiCallable[
72
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.CreateFederatedCredentialRequest,
73
+ yandex.cloud.operation.operation_pb2.Operation,
74
+ ]
75
+ """Creates a federated credential for the specified service account."""
76
+
77
+ Delete: grpc.aio.UnaryUnaryMultiCallable[
78
+ yandex.cloud.iam.v1.workload.federated_credential_service_pb2.DeleteFederatedCredentialRequest,
79
+ yandex.cloud.operation.operation_pb2.Operation,
80
+ ]
81
+ """Deletes the specified federated credential."""
82
+
83
+ class FederatedCredentialServiceServicer(metaclass=abc.ABCMeta):
84
+ """A set of methods for managing federated credentials."""
85
+
86
+ @abc.abstractmethod
87
+ def Get(
88
+ self,
89
+ request: yandex.cloud.iam.v1.workload.federated_credential_service_pb2.GetFederatedCredentialRequest,
90
+ context: _ServicerContext,
91
+ ) -> typing.Union[yandex.cloud.iam.v1.workload.federated_credential_pb2.FederatedCredential, collections.abc.Awaitable[yandex.cloud.iam.v1.workload.federated_credential_pb2.FederatedCredential]]:
92
+ """Returns the specified federated credential.
93
+
94
+ To get the list of available federated credentials, make a [List] request.
95
+ """
96
+
97
+ @abc.abstractmethod
98
+ def List(
99
+ self,
100
+ request: yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsRequest,
101
+ context: _ServicerContext,
102
+ ) -> typing.Union[yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsResponse, collections.abc.Awaitable[yandex.cloud.iam.v1.workload.federated_credential_service_pb2.ListFederatedCredentialsResponse]]:
103
+ """Retrieves the list of federated credentials for the specified service account."""
104
+
105
+ @abc.abstractmethod
106
+ def Create(
107
+ self,
108
+ request: yandex.cloud.iam.v1.workload.federated_credential_service_pb2.CreateFederatedCredentialRequest,
109
+ context: _ServicerContext,
110
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
111
+ """Creates a federated credential for the specified service account."""
112
+
113
+ @abc.abstractmethod
114
+ def Delete(
115
+ self,
116
+ request: yandex.cloud.iam.v1.workload.federated_credential_service_pb2.DeleteFederatedCredentialRequest,
117
+ context: _ServicerContext,
118
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
119
+ """Deletes the specified federated credential."""
120
+
121
+ def add_FederatedCredentialServiceServicer_to_server(servicer: FederatedCredentialServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
File without changes
@@ -0,0 +1,31 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/iam/v1/workload/oidc/federation.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/iam/v1/workload/oidc/federation.proto\x12!yandex.cloud.iam.v1.workload.oidc\x1a\x1fgoogle/protobuf/timestamp.proto\"\xbe\x02\n\nFederation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x0f\n\x07\x65nabled\x18\x05 \x01(\x08\x12\x11\n\taudiences\x18\x06 \x03(\t\x12\x0e\n\x06issuer\x18\x07 \x01(\t\x12\x10\n\x08jwks_url\x18\x08 \x01(\t\x12I\n\x06labels\x18\t \x03(\x0b\x32\x39.yandex.cloud.iam.v1.workload.oidc.Federation.LabelsEntry\x12.\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42s\n%yandex.cloud.api.iam.v1.workload.oidcZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/workload/oidc;oidcb\x06proto3')
18
+
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.iam.v1.workload.oidc.federation_pb2', _globals)
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+ DESCRIPTOR._options = None
24
+ DESCRIPTOR._serialized_options = b'\n%yandex.cloud.api.iam.v1.workload.oidcZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/workload/oidc;oidc'
25
+ _FEDERATION_LABELSENTRY._options = None
26
+ _FEDERATION_LABELSENTRY._serialized_options = b'8\001'
27
+ _globals['_FEDERATION']._serialized_start=123
28
+ _globals['_FEDERATION']._serialized_end=441
29
+ _globals['_FEDERATION_LABELSENTRY']._serialized_start=396
30
+ _globals['_FEDERATION_LABELSENTRY']._serialized_end=441
31
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,95 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.internal.containers
10
+ import google.protobuf.message
11
+ import google.protobuf.timestamp_pb2
12
+ import typing
13
+
14
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
15
+
16
+ @typing.final
17
+ class Federation(google.protobuf.message.Message):
18
+ """A OIDC workload identity federation."""
19
+
20
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
21
+
22
+ @typing.final
23
+ class LabelsEntry(google.protobuf.message.Message):
24
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
25
+
26
+ KEY_FIELD_NUMBER: builtins.int
27
+ VALUE_FIELD_NUMBER: builtins.int
28
+ key: builtins.str
29
+ value: builtins.str
30
+ def __init__(
31
+ self,
32
+ *,
33
+ key: builtins.str = ...,
34
+ value: builtins.str = ...,
35
+ ) -> None: ...
36
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
37
+
38
+ ID_FIELD_NUMBER: builtins.int
39
+ NAME_FIELD_NUMBER: builtins.int
40
+ FOLDER_ID_FIELD_NUMBER: builtins.int
41
+ DESCRIPTION_FIELD_NUMBER: builtins.int
42
+ ENABLED_FIELD_NUMBER: builtins.int
43
+ AUDIENCES_FIELD_NUMBER: builtins.int
44
+ ISSUER_FIELD_NUMBER: builtins.int
45
+ JWKS_URL_FIELD_NUMBER: builtins.int
46
+ LABELS_FIELD_NUMBER: builtins.int
47
+ CREATED_AT_FIELD_NUMBER: builtins.int
48
+ id: builtins.str
49
+ """Id of the OIDC workload identity federation."""
50
+ name: builtins.str
51
+ """Name of the OIDC workload identity federation
52
+ The name is unique within the folder. 3-63 characters long.
53
+ """
54
+ folder_id: builtins.str
55
+ """ID of the folder that the OIDC workload identity federation belongs to."""
56
+ description: builtins.str
57
+ """Description of the service account. 0-256 characters long."""
58
+ enabled: builtins.bool
59
+ """True - the OIDC workload identity federation is enabled and can be used for authentication.
60
+ False - the OIDC workload identity federation is disabled and cannot be used for authentication.
61
+ """
62
+ issuer: builtins.str
63
+ """URL of the external IdP server to be used for authentication."""
64
+ jwks_url: builtins.str
65
+ """URL reference to trusted keys in format of JSON Web Key Set."""
66
+ @property
67
+ def audiences(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
68
+ """List of trusted values for aud claim."""
69
+
70
+ @property
71
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
72
+ """Resource labels as `` key:value `` pairs"""
73
+
74
+ @property
75
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
76
+ """Creation timestamp."""
77
+
78
+ def __init__(
79
+ self,
80
+ *,
81
+ id: builtins.str = ...,
82
+ name: builtins.str = ...,
83
+ folder_id: builtins.str = ...,
84
+ description: builtins.str = ...,
85
+ enabled: builtins.bool = ...,
86
+ audiences: collections.abc.Iterable[builtins.str] | None = ...,
87
+ issuer: builtins.str = ...,
88
+ jwks_url: builtins.str = ...,
89
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
90
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
91
+ ) -> None: ...
92
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
93
+ def ClearField(self, field_name: typing.Literal["audiences", b"audiences", "created_at", b"created_at", "description", b"description", "enabled", b"enabled", "folder_id", b"folder_id", "id", b"id", "issuer", b"issuer", "jwks_url", b"jwks_url", "labels", b"labels", "name", b"name"]) -> None: ...
94
+
95
+ global___Federation = Federation
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...
@@ -0,0 +1,100 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/iam/v1/workload/oidc/federation_service.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
15
+ from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
16
+ from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
17
+ from yandex.cloud.iam.v1.workload.oidc import federation_pb2 as yandex_dot_cloud_dot_iam_dot_v1_dot_workload_dot_oidc_dot_federation__pb2
18
+ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
19
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
20
+
21
+
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/iam/v1/workload/oidc/federation_service.proto\x12!yandex.cloud.iam.v1.workload.oidc\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/iam/v1/workload/oidc/federation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\";\n\x14GetFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"x\n\x16ListFederationsRequest\x12\x1f\n\tfolder_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\"v\n\x17ListFederationsResponse\x12\x42\n\x0b\x66\x65\x64\x65rations\x18\x01 \x03(\x0b\x32-.yandex.cloud.iam.v1.workload.oidc.Federation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x93\x03\n\x17\x43reateFederationRequest\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x03 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[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\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1e\n\x06issuer\x18\x07 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12 \n\x08jwks_url\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\t \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.CreateFederationRequest.LabelsEntry\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\"\xa0\x03\n\x17UpdateFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x31\n\x04name\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f[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\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1c\n\x08jwks_url\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\x08 \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.UpdateFederationRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18UpdateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\">\n\x17\x44\x65leteFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t2\xd7\x07\n\x11\x46\x65\x64\x65rationService\x12\xa8\x01\n\x03Get\x12\x37.yandex.cloud.iam.v1.workload.oidc.GetFederationRequest\x1a-.yandex.cloud.iam.v1.workload.oidc.Federation\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/iam/v1/workload/oidc/federations/{federation_id}\x12\xa8\x01\n\x04List\x12\x39.yandex.cloud.iam.v1.workload.oidc.ListFederationsRequest\x1a:.yandex.cloud.iam.v1.workload.oidc.ListFederationsResponse\")\x82\xd3\xe4\x93\x02#\x12!/iam/v1/workload/oidc/federations\x12\xbf\x01\n\x06\x43reate\x12:.yandex.cloud.iam.v1.workload.oidc.CreateFederationRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*&\n\x18\x43reateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02&\"!/iam/v1/workload/oidc/federations:\x01*\x12\xcf\x01\n\x06Update\x12:.yandex.cloud.iam.v1.workload.oidc.UpdateFederationRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*&\n\x18UpdateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02\x36\x32\x31/iam/v1/workload/oidc/federations/{federation_id}:\x01*\x12\xd7\x01\n\x06\x44\x65lete\x12:.yandex.cloud.iam.v1.workload.oidc.DeleteFederationRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*1\n\x18\x44\x65leteFederationMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x33*1/iam/v1/workload/oidc/federations/{federation_id}Bs\n%yandex.cloud.api.iam.v1.workload.oidcZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/workload/oidc;oidcb\x06proto3')
23
+
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.iam.v1.workload.oidc.federation_service_pb2', _globals)
27
+ if _descriptor._USE_C_DESCRIPTORS == False:
28
+ DESCRIPTOR._options = None
29
+ DESCRIPTOR._serialized_options = b'\n%yandex.cloud.api.iam.v1.workload.oidcZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/workload/oidc;oidc'
30
+ _GETFEDERATIONREQUEST.fields_by_name['federation_id']._options = None
31
+ _GETFEDERATIONREQUEST.fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
32
+ _LISTFEDERATIONSREQUEST.fields_by_name['folder_id']._options = None
33
+ _LISTFEDERATIONSREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
34
+ _LISTFEDERATIONSREQUEST.fields_by_name['page_size']._options = None
35
+ _LISTFEDERATIONSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
36
+ _LISTFEDERATIONSREQUEST.fields_by_name['page_token']._options = None
37
+ _LISTFEDERATIONSREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\006<=2000'
38
+ _CREATEFEDERATIONREQUEST_LABELSENTRY._options = None
39
+ _CREATEFEDERATIONREQUEST_LABELSENTRY._serialized_options = b'8\001'
40
+ _CREATEFEDERATIONREQUEST.fields_by_name['folder_id']._options = None
41
+ _CREATEFEDERATIONREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
42
+ _CREATEFEDERATIONREQUEST.fields_by_name['name']._options = None
43
+ _CREATEFEDERATIONREQUEST.fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\037[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
44
+ _CREATEFEDERATIONREQUEST.fields_by_name['description']._options = None
45
+ _CREATEFEDERATIONREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
46
+ _CREATEFEDERATIONREQUEST.fields_by_name['audiences']._options = None
47
+ _CREATEFEDERATIONREQUEST.fields_by_name['audiences']._serialized_options = b'\202\3101\005<=100\212\3101\005<=255'
48
+ _CREATEFEDERATIONREQUEST.fields_by_name['issuer']._options = None
49
+ _CREATEFEDERATIONREQUEST.fields_by_name['issuer']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
50
+ _CREATEFEDERATIONREQUEST.fields_by_name['jwks_url']._options = None
51
+ _CREATEFEDERATIONREQUEST.fields_by_name['jwks_url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
52
+ _UPDATEFEDERATIONREQUEST_LABELSENTRY._options = None
53
+ _UPDATEFEDERATIONREQUEST_LABELSENTRY._serialized_options = b'8\001'
54
+ _UPDATEFEDERATIONREQUEST.fields_by_name['federation_id']._options = None
55
+ _UPDATEFEDERATIONREQUEST.fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
56
+ _UPDATEFEDERATIONREQUEST.fields_by_name['name']._options = None
57
+ _UPDATEFEDERATIONREQUEST.fields_by_name['name']._serialized_options = b'\362\3071\037[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
58
+ _UPDATEFEDERATIONREQUEST.fields_by_name['description']._options = None
59
+ _UPDATEFEDERATIONREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
60
+ _UPDATEFEDERATIONREQUEST.fields_by_name['audiences']._options = None
61
+ _UPDATEFEDERATIONREQUEST.fields_by_name['audiences']._serialized_options = b'\202\3101\005<=100\212\3101\005<=255'
62
+ _UPDATEFEDERATIONREQUEST.fields_by_name['jwks_url']._options = None
63
+ _UPDATEFEDERATIONREQUEST.fields_by_name['jwks_url']._serialized_options = b'\212\3101\006<=8000'
64
+ _DELETEFEDERATIONREQUEST.fields_by_name['federation_id']._options = None
65
+ _DELETEFEDERATIONREQUEST.fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
66
+ _FEDERATIONSERVICE.methods_by_name['Get']._options = None
67
+ _FEDERATIONSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\0023\0221/iam/v1/workload/oidc/federations/{federation_id}'
68
+ _FEDERATIONSERVICE.methods_by_name['List']._options = None
69
+ _FEDERATIONSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002#\022!/iam/v1/workload/oidc/federations'
70
+ _FEDERATIONSERVICE.methods_by_name['Create']._options = None
71
+ _FEDERATIONSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*&\n\030CreateFederationMetadata\022\nFederation\202\323\344\223\002&\"!/iam/v1/workload/oidc/federations:\001*'
72
+ _FEDERATIONSERVICE.methods_by_name['Update']._options = None
73
+ _FEDERATIONSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*&\n\030UpdateFederationMetadata\022\nFederation\202\323\344\223\002621/iam/v1/workload/oidc/federations/{federation_id}:\001*'
74
+ _FEDERATIONSERVICE.methods_by_name['Delete']._options = None
75
+ _FEDERATIONSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*1\n\030DeleteFederationMetadata\022\025google.protobuf.Empty\202\323\344\223\0023*1/iam/v1/workload/oidc/federations/{federation_id}'
76
+ _globals['_GETFEDERATIONREQUEST']._serialized_start=318
77
+ _globals['_GETFEDERATIONREQUEST']._serialized_end=377
78
+ _globals['_LISTFEDERATIONSREQUEST']._serialized_start=379
79
+ _globals['_LISTFEDERATIONSREQUEST']._serialized_end=499
80
+ _globals['_LISTFEDERATIONSRESPONSE']._serialized_start=501
81
+ _globals['_LISTFEDERATIONSRESPONSE']._serialized_end=619
82
+ _globals['_CREATEFEDERATIONREQUEST']._serialized_start=622
83
+ _globals['_CREATEFEDERATIONREQUEST']._serialized_end=1025
84
+ _globals['_CREATEFEDERATIONREQUEST_LABELSENTRY']._serialized_start=980
85
+ _globals['_CREATEFEDERATIONREQUEST_LABELSENTRY']._serialized_end=1025
86
+ _globals['_CREATEFEDERATIONMETADATA']._serialized_start=1027
87
+ _globals['_CREATEFEDERATIONMETADATA']._serialized_end=1076
88
+ _globals['_UPDATEFEDERATIONREQUEST']._serialized_start=1079
89
+ _globals['_UPDATEFEDERATIONREQUEST']._serialized_end=1495
90
+ _globals['_UPDATEFEDERATIONREQUEST_LABELSENTRY']._serialized_start=980
91
+ _globals['_UPDATEFEDERATIONREQUEST_LABELSENTRY']._serialized_end=1025
92
+ _globals['_UPDATEFEDERATIONMETADATA']._serialized_start=1497
93
+ _globals['_UPDATEFEDERATIONMETADATA']._serialized_end=1546
94
+ _globals['_DELETEFEDERATIONREQUEST']._serialized_start=1548
95
+ _globals['_DELETEFEDERATIONREQUEST']._serialized_end=1610
96
+ _globals['_DELETEFEDERATIONMETADATA']._serialized_start=1612
97
+ _globals['_DELETEFEDERATIONMETADATA']._serialized_end=1661
98
+ _globals['_FEDERATIONSERVICE']._serialized_start=1664
99
+ _globals['_FEDERATIONSERVICE']._serialized_end=2647
100
+ # @@protoc_insertion_point(module_scope)