yandexcloud 0.362.0__py3-none-any.whl → 0.364.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/baremetal/v1alpha/rental_period_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
- yandex/cloud/cdn/v1/shielding_service_pb2.py +9 -7
- yandex/cloud/cdn/v1/shielding_service_pb2.pyi +5 -1
- yandex/cloud/compute/v1/application_pb2.py +70 -0
- yandex/cloud/compute/v1/application_pb2.pyi +159 -0
- yandex/cloud/compute/v1/application_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/application_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/instance_pb2.py +54 -53
- yandex/cloud/compute/v1/instance_pb2.pyi +9 -2
- yandex/cloud/compute/v1/instance_service_pb2.py +134 -133
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -4
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +81 -79
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1 -1
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +44 -44
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +16 -5
- yandex/cloud/mdb/mysql/v1/cluster_pb2.py +36 -35
- yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +10 -3
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +104 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +11 -4
- yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.py +179 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.pyi +1048 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.py +24 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
- yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
- yandex/cloud/trino/v1/cluster_pb2.py +34 -30
- yandex/cloud/trino/v1/cluster_pb2.pyi +28 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +36 -36
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +16 -4
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/RECORD +66 -32
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,206 @@
|
|
|
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.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
|
|
16
|
+
if sys.version_info >= (3, 10):
|
|
17
|
+
import typing as typing_extensions
|
|
18
|
+
else:
|
|
19
|
+
import typing_extensions
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
22
|
+
|
|
23
|
+
class _Status:
|
|
24
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
25
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
26
|
+
|
|
27
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_Status.ValueType], builtins.type):
|
|
28
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
29
|
+
STATUS_UNSPECIFIED: _Status.ValueType # 0
|
|
30
|
+
"""The status is not specified."""
|
|
31
|
+
CREATING: _Status.ValueType # 1
|
|
32
|
+
"""The apllication is in the process of being created."""
|
|
33
|
+
ACTIVE: _Status.ValueType # 2
|
|
34
|
+
"""The apllication is active and operational."""
|
|
35
|
+
SUSPENDED: _Status.ValueType # 3
|
|
36
|
+
"""The apllication is suspended. I.e. authentication via this application is disabled."""
|
|
37
|
+
DELETING: _Status.ValueType # 4
|
|
38
|
+
"""The apllication is in the process of being deleted."""
|
|
39
|
+
|
|
40
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper):
|
|
41
|
+
"""Represents the status of an application."""
|
|
42
|
+
|
|
43
|
+
STATUS_UNSPECIFIED: Status.ValueType # 0
|
|
44
|
+
"""The status is not specified."""
|
|
45
|
+
CREATING: Status.ValueType # 1
|
|
46
|
+
"""The apllication is in the process of being created."""
|
|
47
|
+
ACTIVE: Status.ValueType # 2
|
|
48
|
+
"""The apllication is active and operational."""
|
|
49
|
+
SUSPENDED: Status.ValueType # 3
|
|
50
|
+
"""The apllication is suspended. I.e. authentication via this application is disabled."""
|
|
51
|
+
DELETING: Status.ValueType # 4
|
|
52
|
+
"""The apllication is in the process of being deleted."""
|
|
53
|
+
global___Status = Status
|
|
54
|
+
|
|
55
|
+
class _GroupDistributionType:
|
|
56
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
57
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
58
|
+
|
|
59
|
+
class _GroupDistributionTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_GroupDistributionType.ValueType], builtins.type):
|
|
60
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
61
|
+
GROUP_DISTRIBUTION_TYPE_UNSPECIFIED: _GroupDistributionType.ValueType # 0
|
|
62
|
+
"""The distribution type is unspecified"""
|
|
63
|
+
NONE: _GroupDistributionType.ValueType # 1
|
|
64
|
+
"""No groups are visible for the application users"""
|
|
65
|
+
ASSIGNED_GROUPS: _GroupDistributionType.ValueType # 2
|
|
66
|
+
"""Only assigned groups are visible for the application users"""
|
|
67
|
+
ALL_GROUPS: _GroupDistributionType.ValueType # 3
|
|
68
|
+
"""All groups are visible for the application users"""
|
|
69
|
+
|
|
70
|
+
class GroupDistributionType(_GroupDistributionType, metaclass=_GroupDistributionTypeEnumTypeWrapper):
|
|
71
|
+
"""Represents distribution type of the groups"""
|
|
72
|
+
|
|
73
|
+
GROUP_DISTRIBUTION_TYPE_UNSPECIFIED: GroupDistributionType.ValueType # 0
|
|
74
|
+
"""The distribution type is unspecified"""
|
|
75
|
+
NONE: GroupDistributionType.ValueType # 1
|
|
76
|
+
"""No groups are visible for the application users"""
|
|
77
|
+
ASSIGNED_GROUPS: GroupDistributionType.ValueType # 2
|
|
78
|
+
"""Only assigned groups are visible for the application users"""
|
|
79
|
+
ALL_GROUPS: GroupDistributionType.ValueType # 3
|
|
80
|
+
"""All groups are visible for the application users"""
|
|
81
|
+
global___GroupDistributionType = GroupDistributionType
|
|
82
|
+
|
|
83
|
+
@typing.final
|
|
84
|
+
class Application(google.protobuf.message.Message):
|
|
85
|
+
"""An OAuth application resource."""
|
|
86
|
+
|
|
87
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
88
|
+
|
|
89
|
+
@typing.final
|
|
90
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
91
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
92
|
+
|
|
93
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
94
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
95
|
+
key: builtins.str
|
|
96
|
+
value: builtins.str
|
|
97
|
+
def __init__(
|
|
98
|
+
self,
|
|
99
|
+
*,
|
|
100
|
+
key: builtins.str = ...,
|
|
101
|
+
value: builtins.str = ...,
|
|
102
|
+
) -> None: ...
|
|
103
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
104
|
+
|
|
105
|
+
ID_FIELD_NUMBER: builtins.int
|
|
106
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
107
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
108
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
109
|
+
GROUP_CLAIMS_SETTINGS_FIELD_NUMBER: builtins.int
|
|
110
|
+
CLIENT_GRANT_FIELD_NUMBER: builtins.int
|
|
111
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
112
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
113
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
114
|
+
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
115
|
+
id: builtins.str
|
|
116
|
+
"""ID of the application."""
|
|
117
|
+
name: builtins.str
|
|
118
|
+
"""Name of the application.
|
|
119
|
+
The name is unique within the organization. 3-63 characters long.
|
|
120
|
+
"""
|
|
121
|
+
organization_id: builtins.str
|
|
122
|
+
"""ID of the organization that the application belongs to."""
|
|
123
|
+
description: builtins.str
|
|
124
|
+
"""Description of the application. 0-256 characters long."""
|
|
125
|
+
status: global___Status.ValueType
|
|
126
|
+
"""Current status of the application."""
|
|
127
|
+
@property
|
|
128
|
+
def group_claims_settings(self) -> global___GroupClaimsSettings:
|
|
129
|
+
"""Settings of the group claims"""
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def client_grant(self) -> global___ClientGrant:
|
|
133
|
+
"""Represents current connection to the OAuth client with specified scopes"""
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
137
|
+
"""Resource labels as `` key:value `` pairs."""
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
141
|
+
"""Creation timestamp."""
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
145
|
+
"""Modification timestamp."""
|
|
146
|
+
|
|
147
|
+
def __init__(
|
|
148
|
+
self,
|
|
149
|
+
*,
|
|
150
|
+
id: builtins.str = ...,
|
|
151
|
+
name: builtins.str = ...,
|
|
152
|
+
organization_id: builtins.str = ...,
|
|
153
|
+
description: builtins.str = ...,
|
|
154
|
+
group_claims_settings: global___GroupClaimsSettings | None = ...,
|
|
155
|
+
client_grant: global___ClientGrant | None = ...,
|
|
156
|
+
status: global___Status.ValueType = ...,
|
|
157
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
158
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
159
|
+
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
160
|
+
) -> None: ...
|
|
161
|
+
def HasField(self, field_name: typing.Literal["client_grant", b"client_grant", "created_at", b"created_at", "group_claims_settings", b"group_claims_settings", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
162
|
+
def ClearField(self, field_name: typing.Literal["client_grant", b"client_grant", "created_at", b"created_at", "description", b"description", "group_claims_settings", b"group_claims_settings", "id", b"id", "labels", b"labels", "name", b"name", "organization_id", b"organization_id", "status", b"status", "updated_at", b"updated_at"]) -> None: ...
|
|
163
|
+
|
|
164
|
+
global___Application = Application
|
|
165
|
+
|
|
166
|
+
@typing.final
|
|
167
|
+
class GroupClaimsSettings(google.protobuf.message.Message):
|
|
168
|
+
"""Settings of the group claims"""
|
|
169
|
+
|
|
170
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
171
|
+
|
|
172
|
+
GROUP_DISTRIBUTION_TYPE_FIELD_NUMBER: builtins.int
|
|
173
|
+
group_distribution_type: global___GroupDistributionType.ValueType
|
|
174
|
+
"""Represents current distribution type of the groups. I.e. which groups are visible for the application users."""
|
|
175
|
+
def __init__(
|
|
176
|
+
self,
|
|
177
|
+
*,
|
|
178
|
+
group_distribution_type: global___GroupDistributionType.ValueType = ...,
|
|
179
|
+
) -> None: ...
|
|
180
|
+
def ClearField(self, field_name: typing.Literal["group_distribution_type", b"group_distribution_type"]) -> None: ...
|
|
181
|
+
|
|
182
|
+
global___GroupClaimsSettings = GroupClaimsSettings
|
|
183
|
+
|
|
184
|
+
@typing.final
|
|
185
|
+
class ClientGrant(google.protobuf.message.Message):
|
|
186
|
+
"""Represents connection to the OAuth client with specified scopes"""
|
|
187
|
+
|
|
188
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
189
|
+
|
|
190
|
+
CLIENT_ID_FIELD_NUMBER: builtins.int
|
|
191
|
+
AUTHORIZED_SCOPES_FIELD_NUMBER: builtins.int
|
|
192
|
+
client_id: builtins.str
|
|
193
|
+
"""OAuth client id"""
|
|
194
|
+
@property
|
|
195
|
+
def authorized_scopes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
196
|
+
"""List of authorized client scopes by the application"""
|
|
197
|
+
|
|
198
|
+
def __init__(
|
|
199
|
+
self,
|
|
200
|
+
*,
|
|
201
|
+
client_id: builtins.str = ...,
|
|
202
|
+
authorized_scopes: collections.abc.Iterable[builtins.str] | None = ...,
|
|
203
|
+
) -> None: ...
|
|
204
|
+
def ClearField(self, field_name: typing.Literal["authorized_scopes", b"authorized_scopes", "client_id", b"client_id"]) -> None: ...
|
|
205
|
+
|
|
206
|
+
global___ClientGrant = ClientGrant
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -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,178 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/organizationmanager/v1/idp/application/oauth/application_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/organizationmanager/v1/idp/application/oauth/application_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
28
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
29
|
+
from yandex.cloud.organizationmanager.v1.idp.application.oauth import application_pb2 as yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_idp_dot_application_dot_oauth_dot_application__pb2
|
|
30
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nSyandex/cloud/organizationmanager/v1/idp/application/oauth/application_service.proto\x12\x39yandex.cloud.organizationmanager.v1.idp.application.oauth\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1aKyandex/cloud/organizationmanager/v1/idp/application/oauth/application.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\"=\n\x15GetApplicationRequest\x12$\n\x0e\x61pplication_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x9b\x01\n\x17ListApplicationsRequest\x12%\n\x0forganization_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\"\x91\x01\n\x18ListApplicationsResponse\x12\\\n\x0c\x61pplications\x18\x01 \x03(\x0b\x32\x46.yandex.cloud.organizationmanager.v1.idp.application.oauth.Application\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xcc\x04\n\x18\x43reateApplicationRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x8a\xc8\x31\x05<=100\x12%\n\x0forganization_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12m\n\x15group_claims_settings\x18\x04 \x01(\x0b\x32N.yandex.cloud.organizationmanager.v1.idp.application.oauth.GroupClaimsSettings\x12\\\n\x0c\x63lient_grant\x18\x05 \x01(\x0b\x32\x46.yandex.cloud.organizationmanager.v1.idp.application.oauth.ClientGrant\x12\xac\x01\n\x06labels\x18\x06 \x03(\x0b\x32_.yandex.cloud.organizationmanager.v1.idp.application.oauth.CreateApplicationRequest.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\"3\n\x19\x43reateApplicationMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\"\xf0\x04\n\x18UpdateApplicationRequest\x12$\n\x0e\x61pplication_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\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\x12m\n\x15group_claims_settings\x18\x05 \x01(\x0b\x32N.yandex.cloud.organizationmanager.v1.idp.application.oauth.GroupClaimsSettings\x12\\\n\x0c\x63lient_grant\x18\x06 \x01(\x0b\x32\x46.yandex.cloud.organizationmanager.v1.idp.application.oauth.ClientGrant\x12\xac\x01\n\x06labels\x18\x07 \x03(\x0b\x32_.yandex.cloud.organizationmanager.v1.idp.application.oauth.UpdateApplicationRequest.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\"3\n\x19UpdateApplicationMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\"A\n\x19SuspendApplicationRequest\x12$\n\x0e\x61pplication_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"4\n\x1aSuspendApplicationMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\"D\n\x1cReactivateApplicationRequest\x12$\n\x0e\x61pplication_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"7\n\x1dReactivateApplicationMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\"@\n\x18\x44\x65leteApplicationRequest\x12$\n\x0e\x61pplication_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"3\n\x19\x44\x65leteApplicationMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\"\x83\x01\n ListApplicationOperationsRequest\x12 \n\x0e\x61pplication_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\"s\n!ListApplicationOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"/\n\nAssignment\x12!\n\nsubject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\"\xd5\x01\n\x0f\x41ssignmentDelta\x12\x61\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32K.yandex.cloud.organizationmanager.v1.idp.application.oauth.AssignmentActionB\x04\xe8\xc7\x31\x01\x12_\n\nassignment\x18\x02 \x01(\x0b\x32\x45.yandex.cloud.organizationmanager.v1.idp.application.oauth.AssignmentB\x04\xe8\xc7\x31\x01\"\x82\x01\n\x19UpdateAssignmentsResponse\x12\x65\n\x11\x61ssignment_deltas\x18\x01 \x03(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.oauth.AssignmentDelta\"}\n\x16ListAssignmentsRequest\x12$\n\x0e\x61pplication_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\"\x8e\x01\n\x17ListAssignmentsResponse\x12Z\n\x0b\x61ssignments\x18\x01 \x03(\x0b\x32\x45.yandex.cloud.organizationmanager.v1.idp.application.oauth.Assignment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb3\x01\n\x18UpdateAssignmentsRequest\x12$\n\x0e\x61pplication_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12q\n\x11\x61ssignment_deltas\x18\x02 \x03(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.oauth.AssignmentDeltaB\n\x82\xc8\x31\x06\x31-1000\"3\n\x19UpdateAssignmentsMetadata\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t*J\n\x10\x41ssignmentAction\x12!\n\x1d\x41SSIGNMENT_ACTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x32\xef\x1b\n\x12\x41pplicationService\x12\xf5\x01\n\x03Get\x12P.yandex.cloud.organizationmanager.v1.idp.application.oauth.GetApplicationRequest\x1a\x46.yandex.cloud.organizationmanager.v1.idp.application.oauth.Application\"T\x82\xd3\xe4\x93\x02N\x12L/organization-manager/v1/idp/application/oauth/applications/{application_id}\x12\xf4\x01\n\x04List\x12R.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListApplicationsRequest\x1aS.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListApplicationsResponse\"C\x82\xd3\xe4\x93\x02=\x12;/organization-manager/v1/idp/application/oauth/applications\x12\xf4\x01\n\x06\x43reate\x12S.yandex.cloud.organizationmanager.v1.idp.application.oauth.CreateApplicationRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*(\n\x19\x43reateApplicationMetadata\x12\x0b\x41pplication\x82\xd3\xe4\x93\x02@\";/organization-manager/v1/idp/application/oauth/applications:\x01*\x12\x86\x02\n\x06Update\x12S.yandex.cloud.organizationmanager.v1.idp.application.oauth.UpdateApplicationRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*(\n\x19UpdateApplicationMetadata\x12\x0b\x41pplication\x82\xd3\xe4\x93\x02Q2L/organization-manager/v1/idp/application/oauth/applications/{application_id}:\x01*\x12\x91\x02\n\x07Suspend\x12T.yandex.cloud.organizationmanager.v1.idp.application.oauth.SuspendApplicationRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*)\n\x1aSuspendApplicationMetadata\x12\x0b\x41pplication\x82\xd3\xe4\x93\x02Y\"T/organization-manager/v1/idp/application/oauth/applications/{application_id}:suspend:\x01*\x12\x9d\x02\n\nReactivate\x12W.yandex.cloud.organizationmanager.v1.idp.application.oauth.ReactivateApplicationRequest\x1a!.yandex.cloud.operation.Operation\"\x92\x01\xb2\xd2*,\n\x1dReactivateApplicationMetadata\x12\x0b\x41pplication\x82\xd3\xe4\x93\x02\\\"W/organization-manager/v1/idp/application/oauth/applications/{application_id}:reactivate:\x01*\x12\x8d\x02\n\x06\x44\x65lete\x12S.yandex.cloud.organizationmanager.v1.idp.application.oauth.DeleteApplicationRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*2\n\x19\x44\x65leteApplicationMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02N*L/organization-manager/v1/idp/application/oauth/applications/{application_id}\x12\xac\x02\n\x0eListOperations\x12[.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListApplicationOperationsRequest\x1a\\.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListApplicationOperationsResponse\"_\x82\xd3\xe4\x93\x02Y\x12W/organization-manager/v1/idp/application/oauth/applications/{application_id}/operations\x12\xdb\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"d\x82\xd3\xe4\x93\x02^\x12\\/organization-manager/v1/idp/application/oauth/applications/{resource_id}:listAccessBindings\x12\x9a\x02\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\xb2\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02`\"[/organization-manager/v1/idp/application/oauth/applications/{resource_id}:setAccessBindings:\x01*\x12\xa6\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\xb8\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x63\x32^/organization-manager/v1/idp/application/oauth/applications/{resource_id}:updateAccessBindings:\x01*\x12\x9e\x02\n\x0fListAssignments\x12Q.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListAssignmentsRequest\x1aR.yandex.cloud.organizationmanager.v1.idp.application.oauth.ListAssignmentsResponse\"d\x82\xd3\xe4\x93\x02^\x12\\/organization-manager/v1/idp/application/oauth/applications/{application_id}:listAssignments\x12\xb1\x02\n\x11UpdateAssignments\x12S.yandex.cloud.organizationmanager.v1.idp.application.oauth.UpdateAssignmentsRequest\x1a!.yandex.cloud.operation.Operation\"\xa3\x01\xb2\xd2*6\n\x19UpdateAssignmentsMetadata\x12\x19UpdateAssignmentsResponse\x82\xd3\xe4\x93\x02\x63\x32^/organization-manager/v1/idp/application/oauth/applications/{application_id}:updateAssignments:\x01*B\xa4\x01\n=yandex.cloud.api.organizationmanager.v1.idp.application.oauthZcgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/oauth;oauthb\x06proto3')
|
|
35
|
+
|
|
36
|
+
_globals = globals()
|
|
37
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
38
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.organizationmanager.v1.idp.application.oauth.application_service_pb2', _globals)
|
|
39
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
40
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n=yandex.cloud.api.organizationmanager.v1.idp.application.oauthZcgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/oauth;oauth'
|
|
42
|
+
_globals['_GETAPPLICATIONREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
43
|
+
_globals['_GETAPPLICATIONREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
44
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
45
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
46
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
47
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
48
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
49
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\006<=2000'
|
|
50
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
51
|
+
_globals['_LISTAPPLICATIONSREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
52
|
+
_globals['_CREATEAPPLICATIONREQUEST_LABELSENTRY']._loaded_options = None
|
|
53
|
+
_globals['_CREATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
54
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['name']._loaded_options = None
|
|
55
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\037[a-z]([-a-z0-9]{0,61}[a-z0-9])?\212\3101\005<=100'
|
|
56
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
57
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
58
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['description']._loaded_options = None
|
|
59
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
60
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
61
|
+
_globals['_CREATEAPPLICATIONREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
62
|
+
_globals['_UPDATEAPPLICATIONREQUEST_LABELSENTRY']._loaded_options = None
|
|
63
|
+
_globals['_UPDATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
64
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
65
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['name']._loaded_options = None
|
|
67
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
68
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['description']._loaded_options = None
|
|
69
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
70
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
71
|
+
_globals['_UPDATEAPPLICATIONREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
72
|
+
_globals['_SUSPENDAPPLICATIONREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
73
|
+
_globals['_SUSPENDAPPLICATIONREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
74
|
+
_globals['_REACTIVATEAPPLICATIONREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
75
|
+
_globals['_REACTIVATEAPPLICATIONREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
76
|
+
_globals['_DELETEAPPLICATIONREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
77
|
+
_globals['_DELETEAPPLICATIONREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
78
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
79
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['application_id']._serialized_options = b'\212\3101\004<=50'
|
|
80
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
81
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
82
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
83
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\006<=2000'
|
|
84
|
+
_globals['_ASSIGNMENT'].fields_by_name['subject_id']._loaded_options = None
|
|
85
|
+
_globals['_ASSIGNMENT'].fields_by_name['subject_id']._serialized_options = b'\350\3071\001\212\3101\005<=100'
|
|
86
|
+
_globals['_ASSIGNMENTDELTA'].fields_by_name['action']._loaded_options = None
|
|
87
|
+
_globals['_ASSIGNMENTDELTA'].fields_by_name['action']._serialized_options = b'\350\3071\001'
|
|
88
|
+
_globals['_ASSIGNMENTDELTA'].fields_by_name['assignment']._loaded_options = None
|
|
89
|
+
_globals['_ASSIGNMENTDELTA'].fields_by_name['assignment']._serialized_options = b'\350\3071\001'
|
|
90
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
91
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
92
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
93
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
94
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
95
|
+
_globals['_LISTASSIGNMENTSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\006<=2000'
|
|
96
|
+
_globals['_UPDATEASSIGNMENTSREQUEST'].fields_by_name['application_id']._loaded_options = None
|
|
97
|
+
_globals['_UPDATEASSIGNMENTSREQUEST'].fields_by_name['application_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
98
|
+
_globals['_UPDATEASSIGNMENTSREQUEST'].fields_by_name['assignment_deltas']._loaded_options = None
|
|
99
|
+
_globals['_UPDATEASSIGNMENTSREQUEST'].fields_by_name['assignment_deltas']._serialized_options = b'\202\3101\0061-1000'
|
|
100
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
101
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002N\022L/organization-manager/v1/idp/application/oauth/applications/{application_id}'
|
|
102
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
103
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002=\022;/organization-manager/v1/idp/application/oauth/applications'
|
|
104
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
105
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*(\n\031CreateApplicationMetadata\022\013Application\202\323\344\223\002@\";/organization-manager/v1/idp/application/oauth/applications:\001*'
|
|
106
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
107
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*(\n\031UpdateApplicationMetadata\022\013Application\202\323\344\223\002Q2L/organization-manager/v1/idp/application/oauth/applications/{application_id}:\001*'
|
|
108
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Suspend']._loaded_options = None
|
|
109
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Suspend']._serialized_options = b'\262\322*)\n\032SuspendApplicationMetadata\022\013Application\202\323\344\223\002Y\"T/organization-manager/v1/idp/application/oauth/applications/{application_id}:suspend:\001*'
|
|
110
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Reactivate']._loaded_options = None
|
|
111
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Reactivate']._serialized_options = b'\262\322*,\n\035ReactivateApplicationMetadata\022\013Application\202\323\344\223\002\\\"W/organization-manager/v1/idp/application/oauth/applications/{application_id}:reactivate:\001*'
|
|
112
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
113
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*2\n\031DeleteApplicationMetadata\022\025google.protobuf.Empty\202\323\344\223\002N*L/organization-manager/v1/idp/application/oauth/applications/{application_id}'
|
|
114
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
115
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002Y\022W/organization-manager/v1/idp/application/oauth/applications/{application_id}/operations'
|
|
116
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListAccessBindings']._loaded_options = None
|
|
117
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\002^\022\\/organization-manager/v1/idp/application/oauth/applications/{resource_id}:listAccessBindings'
|
|
118
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['SetAccessBindings']._loaded_options = None
|
|
119
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*H\n access.SetAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002`\"[/organization-manager/v1/idp/application/oauth/applications/{resource_id}:setAccessBindings:\001*'
|
|
120
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
|
|
121
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*K\n#access.UpdateAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002c2^/organization-manager/v1/idp/application/oauth/applications/{resource_id}:updateAccessBindings:\001*'
|
|
122
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListAssignments']._loaded_options = None
|
|
123
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['ListAssignments']._serialized_options = b'\202\323\344\223\002^\022\\/organization-manager/v1/idp/application/oauth/applications/{application_id}:listAssignments'
|
|
124
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['UpdateAssignments']._loaded_options = None
|
|
125
|
+
_globals['_APPLICATIONSERVICE'].methods_by_name['UpdateAssignments']._serialized_options = b'\262\322*6\n\031UpdateAssignmentsMetadata\022\031UpdateAssignmentsResponse\202\323\344\223\002c2^/organization-manager/v1/idp/application/oauth/applications/{application_id}:updateAssignments:\001*'
|
|
126
|
+
_globals['_ASSIGNMENTACTION']._serialized_start=3642
|
|
127
|
+
_globals['_ASSIGNMENTACTION']._serialized_end=3716
|
|
128
|
+
_globals['_GETAPPLICATIONREQUEST']._serialized_start=426
|
|
129
|
+
_globals['_GETAPPLICATIONREQUEST']._serialized_end=487
|
|
130
|
+
_globals['_LISTAPPLICATIONSREQUEST']._serialized_start=490
|
|
131
|
+
_globals['_LISTAPPLICATIONSREQUEST']._serialized_end=645
|
|
132
|
+
_globals['_LISTAPPLICATIONSRESPONSE']._serialized_start=648
|
|
133
|
+
_globals['_LISTAPPLICATIONSRESPONSE']._serialized_end=793
|
|
134
|
+
_globals['_CREATEAPPLICATIONREQUEST']._serialized_start=796
|
|
135
|
+
_globals['_CREATEAPPLICATIONREQUEST']._serialized_end=1384
|
|
136
|
+
_globals['_CREATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_start=1339
|
|
137
|
+
_globals['_CREATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_end=1384
|
|
138
|
+
_globals['_CREATEAPPLICATIONMETADATA']._serialized_start=1386
|
|
139
|
+
_globals['_CREATEAPPLICATIONMETADATA']._serialized_end=1437
|
|
140
|
+
_globals['_UPDATEAPPLICATIONREQUEST']._serialized_start=1440
|
|
141
|
+
_globals['_UPDATEAPPLICATIONREQUEST']._serialized_end=2064
|
|
142
|
+
_globals['_UPDATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_start=1339
|
|
143
|
+
_globals['_UPDATEAPPLICATIONREQUEST_LABELSENTRY']._serialized_end=1384
|
|
144
|
+
_globals['_UPDATEAPPLICATIONMETADATA']._serialized_start=2066
|
|
145
|
+
_globals['_UPDATEAPPLICATIONMETADATA']._serialized_end=2117
|
|
146
|
+
_globals['_SUSPENDAPPLICATIONREQUEST']._serialized_start=2119
|
|
147
|
+
_globals['_SUSPENDAPPLICATIONREQUEST']._serialized_end=2184
|
|
148
|
+
_globals['_SUSPENDAPPLICATIONMETADATA']._serialized_start=2186
|
|
149
|
+
_globals['_SUSPENDAPPLICATIONMETADATA']._serialized_end=2238
|
|
150
|
+
_globals['_REACTIVATEAPPLICATIONREQUEST']._serialized_start=2240
|
|
151
|
+
_globals['_REACTIVATEAPPLICATIONREQUEST']._serialized_end=2308
|
|
152
|
+
_globals['_REACTIVATEAPPLICATIONMETADATA']._serialized_start=2310
|
|
153
|
+
_globals['_REACTIVATEAPPLICATIONMETADATA']._serialized_end=2365
|
|
154
|
+
_globals['_DELETEAPPLICATIONREQUEST']._serialized_start=2367
|
|
155
|
+
_globals['_DELETEAPPLICATIONREQUEST']._serialized_end=2431
|
|
156
|
+
_globals['_DELETEAPPLICATIONMETADATA']._serialized_start=2433
|
|
157
|
+
_globals['_DELETEAPPLICATIONMETADATA']._serialized_end=2484
|
|
158
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST']._serialized_start=2487
|
|
159
|
+
_globals['_LISTAPPLICATIONOPERATIONSREQUEST']._serialized_end=2618
|
|
160
|
+
_globals['_LISTAPPLICATIONOPERATIONSRESPONSE']._serialized_start=2620
|
|
161
|
+
_globals['_LISTAPPLICATIONOPERATIONSRESPONSE']._serialized_end=2735
|
|
162
|
+
_globals['_ASSIGNMENT']._serialized_start=2737
|
|
163
|
+
_globals['_ASSIGNMENT']._serialized_end=2784
|
|
164
|
+
_globals['_ASSIGNMENTDELTA']._serialized_start=2787
|
|
165
|
+
_globals['_ASSIGNMENTDELTA']._serialized_end=3000
|
|
166
|
+
_globals['_UPDATEASSIGNMENTSRESPONSE']._serialized_start=3003
|
|
167
|
+
_globals['_UPDATEASSIGNMENTSRESPONSE']._serialized_end=3133
|
|
168
|
+
_globals['_LISTASSIGNMENTSREQUEST']._serialized_start=3135
|
|
169
|
+
_globals['_LISTASSIGNMENTSREQUEST']._serialized_end=3260
|
|
170
|
+
_globals['_LISTASSIGNMENTSRESPONSE']._serialized_start=3263
|
|
171
|
+
_globals['_LISTASSIGNMENTSRESPONSE']._serialized_end=3405
|
|
172
|
+
_globals['_UPDATEASSIGNMENTSREQUEST']._serialized_start=3408
|
|
173
|
+
_globals['_UPDATEASSIGNMENTSREQUEST']._serialized_end=3587
|
|
174
|
+
_globals['_UPDATEASSIGNMENTSMETADATA']._serialized_start=3589
|
|
175
|
+
_globals['_UPDATEASSIGNMENTSMETADATA']._serialized_end=3640
|
|
176
|
+
_globals['_APPLICATIONSERVICE']._serialized_start=3719
|
|
177
|
+
_globals['_APPLICATIONSERVICE']._serialized_end=7286
|
|
178
|
+
# @@protoc_insertion_point(module_scope)
|