weave-python 0.28.2__py3-none-any.whl → 0.30.4__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.
- weave/weaveapi/auth/v1/service_pb2.py +184 -88
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +12 -4
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +16 -12
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +58 -16
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +29 -17
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +30 -4
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +50 -20
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +3 -3
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +86 -54
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +54 -18
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +22 -18
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +3 -3
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +224 -86
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +14 -8
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +47 -27
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +36 -10
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +256 -90
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +97 -21
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +3 -3
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +45 -21
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +25 -11
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +94 -34
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +37 -21
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +18 -4
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -8
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +4 -4
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +17 -9
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +40 -22
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +17 -11
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/METADATA +3 -3
- weave_python-0.30.4.dist-info/RECORD +131 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/WHEEL +1 -1
- weave_python-0.28.2.dist-info/RECORD +0 -120
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: weaveapi/auth/v1/service.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
|
|
8
8
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
12
12
|
from google.protobuf.internal import builder as _builder
|
|
13
13
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
-
_runtime_version.Domain.PUBLIC, 6,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/auth/v1/service.proto"
|
|
16
16
|
)
|
|
17
17
|
# @@protoc_insertion_point(imports)
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eweaveapi/auth/v1/session.proto\x1a\x1cweaveapi/auth/v1/usage.proto\x1a\x1bweaveapi/auth/v1/user.proto"\xa9\x02\n\x14InitiateOAuthRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x14\n\x05scope\x18\x04 \x01(\tR\x05scope\x12\x63\n\x0fprovider_params\x18\x05 \x03(\x0b\x32:.weaveapi.auth.v1.InitiateOAuthRequest.ProviderParamsEntryR\x0eproviderParams\x1a\x41\n\x13ProviderParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x89\x01\n\x15InitiateOAuthResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x03 \x01(\tR\x0c\x63odeVerifier\x12\x1a\n\x08provider\x18\x04 \x01(\tR\x08provider"\xca\x01\n\x1aHandleOAuthCallbackRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x04 \x01(\tR\x0c\x63odeVerifier\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror\x12+\n\x11\x65rror_description\x18\x06 \x01(\tR\x10\x65rrorDescription"\xc3\x02\n\x1bHandleOAuthCallbackResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn\x12*\n\x04user\x18\x04 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user\x12\x1e\n\x0bis_new_user\x18\x05 \x01(\x08R\tisNewUser\x12!\n\x0credirect_url\x18\x06 \x01(\tR\x0bredirectUrl\x12\'\n\x0flinked_provider\x18\x07 \x01(\tR\x0elinkedProvider\x12%\n\x0e\x61\x63\x63ount_linked\x18\x08 \x01(\x08R\raccountLinked"=\n\x18GetOAuthProvidersRequest\x12!\n\x0c\x65nabled_only\x18\x01 \x01(\x08R\x0b\x65nabledOnly"\x85\x01\n\x19GetOAuthProvidersResponse\x12=\n\tproviders\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.OAuthProviderR\tproviders\x12)\n\x10primary_provider\x18\x02 \x01(\tR\x0fprimaryProvider"Y\n\x18LinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri"L\n\x19LinkOAuthProviderResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"8\n\x1aUnlinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider"\x82\x01\n\x1bUnlinkOAuthProviderResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x13remaining_providers\x18\x03 \x01(\x05R\x12remainingProviders":\n\x13RefreshTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"}\n\x14RefreshTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn"9\n\x12RevokeTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"I\n\x13RevokeTokenResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"9\n\x14ValidateTokenRequest\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken"\xad\x01\n\x15ValidateTokenResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12\x39\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12\x12\n\x04tier\x18\x05 \x01(\tR\x04tier"\x17\n\x15GetCurrentUserRequest"D\n\x16GetCurrentUserResponse\x12*\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user"\x8b\x01\n\x11UpdateUserRequest\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x43\n\x0bpreferences\x18\x03 \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesR\x0bpreferences"@\n\x12UpdateUserResponse\x12*\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user"S\n\x11\x44\x65leteUserRequest\x12"\n\x0c\x63onfirmation\x18\x01 \x01(\tR\x0c\x63onfirmation\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\x98\x01\n\x12\x44\x65leteUserResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12N\n\x15scheduled_deletion_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x13scheduledDeletionAt"q\n\x12ListAPIKeysRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x93\x01\n\x13ListAPIKeysResponse\x12\x33\n\x08\x61pi_keys\x18\x01 \x03(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x07\x61piKeys\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xec\x01\n\x13\x43reateAPIKeyRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x39\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt"\x82\x01\n\x14\x43reateAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey\x12\x1d\n\nsecret_key\x18\x02 \x01(\tR\tsecretKey\x12\x18\n\x07warning\x18\x03 \x01(\tR\x07warning")\n\x10GetAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"F\n\x11GetAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey"\xcd\x01\n\x13UpdateAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x1b\n\tis_active\x18\x06 \x01(\x08R\x08isActive"I\n\x14UpdateAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey",\n\x13RevokeAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x14RevokeAPIKeyResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"k\n\x15ValidateAPIKeyRequest\x12\x17\n\x07\x61pi_key\x18\x01 \x01(\tR\x06\x61piKey\x12\x1a\n\x08\x65ndpoint\x18\x02 \x01(\tR\x08\x65ndpoint\x12\x1d\n\nip_address\x18\x03 \x01(\tR\tipAddress"\xde\x01\n\x16ValidateAPIKeyResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x16\n\x06scopes\x18\x04 \x03(\tR\x06scopes\x12>\n\nrate_limit\x18\x05 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\trateLimit\x12)\n\x10rejection_reason\x18\x06 \x01(\tR\x0frejectionReason"L\n\x14GetUsageStatsRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x1c\n\napi_key_id\x18\x02 \x01(\tR\x08\x61piKeyId"\xd1\x01\n\x15GetUsageStatsResponse\x12\x43\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsR\rcurrentPeriod\x12<\n\nhistorical\x18\x02 \x03(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsR\nhistorical\x12\x35\n\x06limits\x18\x03 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UsageLimitsR\x06limits"9\n\x19GetRateLimitStatusRequest\x12\x1c\n\napi_key_id\x18\x01 \x01(\tR\x08\x61piKeyId"\x99\x01\n\x1aGetRateLimitStatusResponse\x12\x39\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\x07\x63urrent\x12@\n\x0b\x62y_endpoint\x18\x02 \x03(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\nbyEndpoint"\xc5\x01\n\rRateLimitInfo\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12\x16\n\x06window\x18\x02 \x01(\tR\x06window\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit\x12\x1c\n\tremaining\x18\x04 \x01(\x05R\tremaining\x12\x35\n\x08reset_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07resetAt\x12\x1d\n\nis_limited\x18\x06 \x01(\x08R\tisLimited"Q\n\x13ListSessionsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken"\xc4\x01\n\x14ListSessionsResponse\x12\x35\n\x08sessions\x18\x01 \x03(\x0b\x32\x19.weaveapi.auth.v1.SessionR\x08sessions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12,\n\x12\x63urrent_session_id\x18\x04 \x01(\tR\x10\x63urrentSessionId"5\n\x14RevokeSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId"K\n\x15RevokeSessionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"=\n\x18RevokeAllSessionsRequest\x12!\n\x0ckeep_current\x18\x01 \x01(\x08R\x0bkeepCurrent"Z\n\x19RevokeAllSessionsResponse\x12#\n\rrevoked_count\x18\x01 \x01(\x05R\x0crevokedCount\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message2\x8c\x17\n\x04\x41uth\x12\x80\x01\n\rInitiateOAuth\x12&.weaveapi.auth.v1.InitiateOAuthRequest\x1a\'.weaveapi.auth.v1.InitiateOAuthResponse"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/auth/oauth/{provider}\x12\x9b\x01\n\x13HandleOAuthCallback\x12,.weaveapi.auth.v1.HandleOAuthCallbackRequest\x1a-.weaveapi.auth.v1.HandleOAuthCallbackResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/auth/oauth/{provider}/callback\x12\x85\x01\n\x11GetOAuthProviders\x12*.weaveapi.auth.v1.GetOAuthProvidersRequest\x1a+.weaveapi.auth.v1.GetOAuthProvidersResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/auth/providers\x12\x8f\x01\n\x11LinkOAuthProvider\x12*.weaveapi.auth.v1.LinkOAuthProviderRequest\x1a+.weaveapi.auth.v1.LinkOAuthProviderResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/user/auth/link:\x01*\x12\x98\x01\n\x13UnlinkOAuthProvider\x12,.weaveapi.auth.v1.UnlinkOAuthProviderRequest\x1a-.weaveapi.auth.v1.UnlinkOAuthProviderResponse"$\x82\xd3\xe4\x93\x02\x1e*\x1c/api/v1/user/auth/{provider}\x12w\n\x0cRefreshToken\x12%.weaveapi.auth.v1.RefreshTokenRequest\x1a&.weaveapi.auth.v1.RefreshTokenResponse"\x18\x82\xd3\xe4\x93\x02\x12"\r/auth/refresh:\x01*\x12s\n\x0bRevokeToken\x12$.weaveapi.auth.v1.RevokeTokenRequest\x1a%.weaveapi.auth.v1.RevokeTokenResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/auth/revoke:\x01*\x12{\n\rValidateToken\x12&.weaveapi.auth.v1.ValidateTokenRequest\x1a\'.weaveapi.auth.v1.ValidateTokenResponse"\x19\x82\xd3\xe4\x93\x02\x13"\x0e/auth/validate:\x01*\x12\x81\x01\n\x0eGetCurrentUser\x12\'.weaveapi.auth.v1.GetCurrentUserRequest\x1a(.weaveapi.auth.v1.GetCurrentUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/user/profile\x12x\n\nUpdateUser\x12#.weaveapi.auth.v1.UpdateUserRequest\x1a$.weaveapi.auth.v1.UpdateUserResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/user/profile:\x01*\x12u\n\nDeleteUser\x12#.weaveapi.auth.v1.DeleteUserRequest\x1a$.weaveapi.auth.v1.DeleteUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/api/v1/user/profile\x12y\n\x0bListAPIKeys\x12$.weaveapi.auth.v1.ListAPIKeysRequest\x1a%.weaveapi.auth.v1.ListAPIKeysResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/api-keys\x12\x7f\n\x0c\x43reateAPIKey\x12%.weaveapi.auth.v1.CreateAPIKeyRequest\x1a&.weaveapi.auth.v1.CreateAPIKeyResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/user/api-keys:\x01*\x12|\n\tGetAPIKey\x12".weaveapi.auth.v1.GetAPIKeyRequest\x1a#.weaveapi.auth.v1.GetAPIKeyResponse"&\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/user/api-keys/{key_id}\x12\x88\x01\n\x0cUpdateAPIKey\x12%.weaveapi.auth.v1.UpdateAPIKeyRequest\x1a&.weaveapi.auth.v1.UpdateAPIKeyResponse")\x82\xd3\xe4\x93\x02#2\x1e/api/v1/user/api-keys/{key_id}:\x01*\x12\x85\x01\n\x0cRevokeAPIKey\x12%.weaveapi.auth.v1.RevokeAPIKeyRequest\x1a&.weaveapi.auth.v1.RevokeAPIKeyResponse"&\x82\xd3\xe4\x93\x02 *\x1e/api/v1/user/api-keys/{key_id}\x12\x86\x01\n\x0eValidateAPIKey\x12\'.weaveapi.auth.v1.ValidateAPIKeyRequest\x1a(.weaveapi.auth.v1.ValidateAPIKeyResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/auth/api-key/validate:\x01*\x12|\n\rGetUsageStats\x12&.weaveapi.auth.v1.GetUsageStatsRequest\x1a\'.weaveapi.auth.v1.GetUsageStatsResponse"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/v1/user/usage\x12\x90\x01\n\x12GetRateLimitStatus\x12+.weaveapi.auth.v1.GetRateLimitStatusRequest\x1a,.weaveapi.auth.v1.GetRateLimitStatusResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/user/rate-limit\x12|\n\x0cListSessions\x12%.weaveapi.auth.v1.ListSessionsRequest\x1a&.weaveapi.auth.v1.ListSessionsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/sessions\x12\x8c\x01\n\rRevokeSession\x12&.weaveapi.auth.v1.RevokeSessionRequest\x1a\'.weaveapi.auth.v1.RevokeSessionResponse"*\x82\xd3\xe4\x93\x02$*"/api/v1/user/sessions/{session_id}\x12\x99\x01\n\x11RevokeAllSessions\x12*.weaveapi.auth.v1.RevokeAllSessionsRequest\x1a+.weaveapi.auth.v1.RevokeAllSessionsResponse"+\x82\xd3\xe4\x93\x02%" /api/v1/user/sessions/revoke-all:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x06proto3'
|
|
23
|
+
b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eweaveapi/auth/v1/session.proto\x1a\x1cweaveapi/auth/v1/usage.proto\x1a\x1bweaveapi/auth/v1/user.proto"\xa9\x02\n\x14InitiateOAuthRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x14\n\x05scope\x18\x04 \x01(\tR\x05scope\x12\x63\n\x0fprovider_params\x18\x05 \x03(\x0b\x32:.weaveapi.auth.v1.InitiateOAuthRequest.ProviderParamsEntryR\x0eproviderParams\x1a\x41\n\x13ProviderParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x89\x01\n\x15InitiateOAuthResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x03 \x01(\tR\x0c\x63odeVerifier\x12\x1a\n\x08provider\x18\x04 \x01(\tR\x08provider"\xca\x01\n\x1aHandleOAuthCallbackRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x04 \x01(\tR\x0c\x63odeVerifier\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror\x12+\n\x11\x65rror_description\x18\x06 \x01(\tR\x10\x65rrorDescription"\xc7\x02\n\x1bHandleOAuthCallbackResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn\x12.\n\x04user\x18\x04 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user\x12\x1e\n\x0bis_new_user\x18\x05 \x01(\x08R\tisNewUser\x12!\n\x0credirect_url\x18\x06 \x01(\tR\x0bredirectUrl\x12\'\n\x0flinked_provider\x18\x07 \x01(\tR\x0elinkedProvider\x12%\n\x0e\x61\x63\x63ount_linked\x18\x08 \x01(\x08R\raccountLinked"=\n\x18GetOAuthProvidersRequest\x12!\n\x0c\x65nabled_only\x18\x01 \x01(\x08R\x0b\x65nabledOnly"\x89\x01\n\x19GetOAuthProvidersResponse\x12\x41\n\tproviders\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.OAuthProviderB\x02(\x01R\tproviders\x12)\n\x10primary_provider\x18\x02 \x01(\tR\x0fprimaryProvider"Y\n\x18LinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri"L\n\x19LinkOAuthProviderResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"8\n\x1aUnlinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider"\x82\x01\n\x1bUnlinkOAuthProviderResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x13remaining_providers\x18\x03 \x01(\x05R\x12remainingProviders":\n\x13RefreshTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"}\n\x14RefreshTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn"9\n\x12RevokeTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"I\n\x13RevokeTokenResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"9\n\x14ValidateTokenRequest\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken"\xb1\x01\n\x15ValidateTokenResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12=\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt\x12\x12\n\x04tier\x18\x05 \x01(\tR\x04tier"\x17\n\x15GetCurrentUserRequest"H\n\x16GetCurrentUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"\x8f\x01\n\x11UpdateUserRequest\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12G\n\x0bpreferences\x18\x03 \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesB\x02(\x01R\x0bpreferences"D\n\x12UpdateUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"S\n\x11\x44\x65leteUserRequest\x12"\n\x0c\x63onfirmation\x18\x01 \x01(\tR\x0c\x63onfirmation\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\x9c\x01\n\x12\x44\x65leteUserResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12R\n\x15scheduled_deletion_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x13scheduledDeletionAt"q\n\x12ListAPIKeysRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x97\x01\n\x13ListAPIKeysResponse\x12\x37\n\x08\x61pi_keys\x18\x01 \x03(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x07\x61piKeys\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xf0\x01\n\x13\x43reateAPIKeyRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12=\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\x86\x01\n\x14\x43reateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey\x12\x1d\n\nsecret_key\x18\x02 \x01(\tR\tsecretKey\x12\x18\n\x07warning\x18\x03 \x01(\tR\x07warning")\n\x10GetAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x11GetAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey"\xcd\x01\n\x13UpdateAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x1b\n\tis_active\x18\x06 \x01(\x08R\x08isActive"M\n\x14UpdateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey",\n\x13RevokeAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x14RevokeAPIKeyResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"k\n\x15ValidateAPIKeyRequest\x12\x17\n\x07\x61pi_key\x18\x01 \x01(\tR\x06\x61piKey\x12\x1a\n\x08\x65ndpoint\x18\x02 \x01(\tR\x08\x65ndpoint\x12\x1d\n\nip_address\x18\x03 \x01(\tR\tipAddress"\xe2\x01\n\x16ValidateAPIKeyResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x16\n\x06scopes\x18\x04 \x03(\tR\x06scopes\x12\x42\n\nrate_limit\x18\x05 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\trateLimit\x12)\n\x10rejection_reason\x18\x06 \x01(\tR\x0frejectionReason"L\n\x14GetUsageStatsRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x1c\n\napi_key_id\x18\x02 \x01(\tR\x08\x61piKeyId"\xdd\x01\n\x15GetUsageStatsResponse\x12G\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\rcurrentPeriod\x12@\n\nhistorical\x18\x02 \x03(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\nhistorical\x12\x39\n\x06limits\x18\x03 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UsageLimitsB\x02(\x01R\x06limits"9\n\x19GetRateLimitStatusRequest\x12\x1c\n\napi_key_id\x18\x01 \x01(\tR\x08\x61piKeyId"\xa1\x01\n\x1aGetRateLimitStatusResponse\x12=\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\x07\x63urrent\x12\x44\n\x0b\x62y_endpoint\x18\x02 \x03(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\nbyEndpoint"\xc9\x01\n\rRateLimitInfo\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12\x16\n\x06window\x18\x02 \x01(\tR\x06window\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit\x12\x1c\n\tremaining\x18\x04 \x01(\x05R\tremaining\x12\x39\n\x08reset_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07resetAt\x12\x1d\n\nis_limited\x18\x06 \x01(\x08R\tisLimited"Q\n\x13ListSessionsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken"\xc8\x01\n\x14ListSessionsResponse\x12\x39\n\x08sessions\x18\x01 \x03(\x0b\x32\x19.weaveapi.auth.v1.SessionB\x02(\x01R\x08sessions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12,\n\x12\x63urrent_session_id\x18\x04 \x01(\tR\x10\x63urrentSessionId"5\n\x14RevokeSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId"K\n\x15RevokeSessionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"=\n\x18RevokeAllSessionsRequest\x12!\n\x0ckeep_current\x18\x01 \x01(\x08R\x0bkeepCurrent"Z\n\x19RevokeAllSessionsResponse\x12#\n\rrevoked_count\x18\x01 \x01(\x05R\x0crevokedCount\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message2\x8c\x17\n\x04\x41uth\x12\x80\x01\n\rInitiateOAuth\x12&.weaveapi.auth.v1.InitiateOAuthRequest\x1a\'.weaveapi.auth.v1.InitiateOAuthResponse"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/auth/oauth/{provider}\x12\x9b\x01\n\x13HandleOAuthCallback\x12,.weaveapi.auth.v1.HandleOAuthCallbackRequest\x1a-.weaveapi.auth.v1.HandleOAuthCallbackResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/auth/oauth/{provider}/callback\x12\x85\x01\n\x11GetOAuthProviders\x12*.weaveapi.auth.v1.GetOAuthProvidersRequest\x1a+.weaveapi.auth.v1.GetOAuthProvidersResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/auth/providers\x12\x8f\x01\n\x11LinkOAuthProvider\x12*.weaveapi.auth.v1.LinkOAuthProviderRequest\x1a+.weaveapi.auth.v1.LinkOAuthProviderResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/user/auth/link:\x01*\x12\x98\x01\n\x13UnlinkOAuthProvider\x12,.weaveapi.auth.v1.UnlinkOAuthProviderRequest\x1a-.weaveapi.auth.v1.UnlinkOAuthProviderResponse"$\x82\xd3\xe4\x93\x02\x1e*\x1c/api/v1/user/auth/{provider}\x12w\n\x0cRefreshToken\x12%.weaveapi.auth.v1.RefreshTokenRequest\x1a&.weaveapi.auth.v1.RefreshTokenResponse"\x18\x82\xd3\xe4\x93\x02\x12"\r/auth/refresh:\x01*\x12s\n\x0bRevokeToken\x12$.weaveapi.auth.v1.RevokeTokenRequest\x1a%.weaveapi.auth.v1.RevokeTokenResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/auth/revoke:\x01*\x12{\n\rValidateToken\x12&.weaveapi.auth.v1.ValidateTokenRequest\x1a\'.weaveapi.auth.v1.ValidateTokenResponse"\x19\x82\xd3\xe4\x93\x02\x13"\x0e/auth/validate:\x01*\x12\x81\x01\n\x0eGetCurrentUser\x12\'.weaveapi.auth.v1.GetCurrentUserRequest\x1a(.weaveapi.auth.v1.GetCurrentUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/user/profile\x12x\n\nUpdateUser\x12#.weaveapi.auth.v1.UpdateUserRequest\x1a$.weaveapi.auth.v1.UpdateUserResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/user/profile:\x01*\x12u\n\nDeleteUser\x12#.weaveapi.auth.v1.DeleteUserRequest\x1a$.weaveapi.auth.v1.DeleteUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/api/v1/user/profile\x12y\n\x0bListAPIKeys\x12$.weaveapi.auth.v1.ListAPIKeysRequest\x1a%.weaveapi.auth.v1.ListAPIKeysResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/api-keys\x12\x7f\n\x0c\x43reateAPIKey\x12%.weaveapi.auth.v1.CreateAPIKeyRequest\x1a&.weaveapi.auth.v1.CreateAPIKeyResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/user/api-keys:\x01*\x12|\n\tGetAPIKey\x12".weaveapi.auth.v1.GetAPIKeyRequest\x1a#.weaveapi.auth.v1.GetAPIKeyResponse"&\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/user/api-keys/{key_id}\x12\x88\x01\n\x0cUpdateAPIKey\x12%.weaveapi.auth.v1.UpdateAPIKeyRequest\x1a&.weaveapi.auth.v1.UpdateAPIKeyResponse")\x82\xd3\xe4\x93\x02#2\x1e/api/v1/user/api-keys/{key_id}:\x01*\x12\x85\x01\n\x0cRevokeAPIKey\x12%.weaveapi.auth.v1.RevokeAPIKeyRequest\x1a&.weaveapi.auth.v1.RevokeAPIKeyResponse"&\x82\xd3\xe4\x93\x02 *\x1e/api/v1/user/api-keys/{key_id}\x12\x86\x01\n\x0eValidateAPIKey\x12\'.weaveapi.auth.v1.ValidateAPIKeyRequest\x1a(.weaveapi.auth.v1.ValidateAPIKeyResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/auth/api-key/validate:\x01*\x12|\n\rGetUsageStats\x12&.weaveapi.auth.v1.GetUsageStatsRequest\x1a\'.weaveapi.auth.v1.GetUsageStatsResponse"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/v1/user/usage\x12\x90\x01\n\x12GetRateLimitStatus\x12+.weaveapi.auth.v1.GetRateLimitStatusRequest\x1a,.weaveapi.auth.v1.GetRateLimitStatusResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/user/rate-limit\x12|\n\x0cListSessions\x12%.weaveapi.auth.v1.ListSessionsRequest\x1a&.weaveapi.auth.v1.ListSessionsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/sessions\x12\x8c\x01\n\rRevokeSession\x12&.weaveapi.auth.v1.RevokeSessionRequest\x1a\'.weaveapi.auth.v1.RevokeSessionResponse"*\x82\xd3\xe4\x93\x02$*"/api/v1/user/sessions/{session_id}\x12\x99\x01\n\x11RevokeAllSessions\x12*.weaveapi.auth.v1.RevokeAllSessionsRequest\x1a+.weaveapi.auth.v1.RevokeAllSessionsResponse"+\x82\xd3\xe4\x93\x02%" /api/v1/user/sessions/revoke-all:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -35,6 +35,102 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
36
|
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._loaded_options = None
|
|
37
37
|
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_options = b"8\001"
|
|
38
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
|
|
39
|
+
"user"
|
|
40
|
+
]._loaded_options = None
|
|
41
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
|
|
42
|
+
"user"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
|
|
45
|
+
"providers"
|
|
46
|
+
]._loaded_options = None
|
|
47
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
|
|
48
|
+
"providers"
|
|
49
|
+
]._serialized_options = b"(\001"
|
|
50
|
+
_globals["_VALIDATETOKENRESPONSE"].fields_by_name[
|
|
51
|
+
"expires_at"
|
|
52
|
+
]._loaded_options = None
|
|
53
|
+
_globals["_VALIDATETOKENRESPONSE"].fields_by_name[
|
|
54
|
+
"expires_at"
|
|
55
|
+
]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_GETCURRENTUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
|
|
57
|
+
_globals["_GETCURRENTUSERRESPONSE"].fields_by_name[
|
|
58
|
+
"user"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_UPDATEUSERREQUEST"].fields_by_name["preferences"]._loaded_options = None
|
|
61
|
+
_globals["_UPDATEUSERREQUEST"].fields_by_name[
|
|
62
|
+
"preferences"
|
|
63
|
+
]._serialized_options = b"(\001"
|
|
64
|
+
_globals["_UPDATEUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
|
|
65
|
+
_globals["_UPDATEUSERRESPONSE"].fields_by_name[
|
|
66
|
+
"user"
|
|
67
|
+
]._serialized_options = b"(\001"
|
|
68
|
+
_globals["_DELETEUSERRESPONSE"].fields_by_name[
|
|
69
|
+
"scheduled_deletion_at"
|
|
70
|
+
]._loaded_options = None
|
|
71
|
+
_globals["_DELETEUSERRESPONSE"].fields_by_name[
|
|
72
|
+
"scheduled_deletion_at"
|
|
73
|
+
]._serialized_options = b"(\001"
|
|
74
|
+
_globals["_LISTAPIKEYSRESPONSE"].fields_by_name["api_keys"]._loaded_options = None
|
|
75
|
+
_globals["_LISTAPIKEYSRESPONSE"].fields_by_name[
|
|
76
|
+
"api_keys"
|
|
77
|
+
]._serialized_options = b"(\001"
|
|
78
|
+
_globals["_CREATEAPIKEYREQUEST"].fields_by_name["expires_at"]._loaded_options = None
|
|
79
|
+
_globals["_CREATEAPIKEYREQUEST"].fields_by_name[
|
|
80
|
+
"expires_at"
|
|
81
|
+
]._serialized_options = b"(\001"
|
|
82
|
+
_globals["_CREATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
83
|
+
_globals["_CREATEAPIKEYRESPONSE"].fields_by_name[
|
|
84
|
+
"api_key"
|
|
85
|
+
]._serialized_options = b"(\001"
|
|
86
|
+
_globals["_GETAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
87
|
+
_globals["_GETAPIKEYRESPONSE"].fields_by_name[
|
|
88
|
+
"api_key"
|
|
89
|
+
]._serialized_options = b"(\001"
|
|
90
|
+
_globals["_UPDATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
91
|
+
_globals["_UPDATEAPIKEYRESPONSE"].fields_by_name[
|
|
92
|
+
"api_key"
|
|
93
|
+
]._serialized_options = b"(\001"
|
|
94
|
+
_globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
|
|
95
|
+
"rate_limit"
|
|
96
|
+
]._loaded_options = None
|
|
97
|
+
_globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
|
|
98
|
+
"rate_limit"
|
|
99
|
+
]._serialized_options = b"(\001"
|
|
100
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
101
|
+
"current_period"
|
|
102
|
+
]._loaded_options = None
|
|
103
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
104
|
+
"current_period"
|
|
105
|
+
]._serialized_options = b"(\001"
|
|
106
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
107
|
+
"historical"
|
|
108
|
+
]._loaded_options = None
|
|
109
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
110
|
+
"historical"
|
|
111
|
+
]._serialized_options = b"(\001"
|
|
112
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name["limits"]._loaded_options = None
|
|
113
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
114
|
+
"limits"
|
|
115
|
+
]._serialized_options = b"(\001"
|
|
116
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
117
|
+
"current"
|
|
118
|
+
]._loaded_options = None
|
|
119
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
120
|
+
"current"
|
|
121
|
+
]._serialized_options = b"(\001"
|
|
122
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
123
|
+
"by_endpoint"
|
|
124
|
+
]._loaded_options = None
|
|
125
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
126
|
+
"by_endpoint"
|
|
127
|
+
]._serialized_options = b"(\001"
|
|
128
|
+
_globals["_RATELIMITINFO"].fields_by_name["reset_at"]._loaded_options = None
|
|
129
|
+
_globals["_RATELIMITINFO"].fields_by_name["reset_at"]._serialized_options = b"(\001"
|
|
130
|
+
_globals["_LISTSESSIONSRESPONSE"].fields_by_name["sessions"]._loaded_options = None
|
|
131
|
+
_globals["_LISTSESSIONSRESPONSE"].fields_by_name[
|
|
132
|
+
"sessions"
|
|
133
|
+
]._serialized_options = b"(\001"
|
|
38
134
|
_globals["_AUTH"].methods_by_name["InitiateOAuth"]._loaded_options = None
|
|
39
135
|
_globals["_AUTH"].methods_by_name[
|
|
40
136
|
"InitiateOAuth"
|
|
@@ -140,89 +236,89 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
140
236
|
_globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_start = 647
|
|
141
237
|
_globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_end = 849
|
|
142
238
|
_globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_start = 852
|
|
143
|
-
_globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_end =
|
|
144
|
-
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_start =
|
|
145
|
-
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_end =
|
|
146
|
-
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_start =
|
|
147
|
-
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_end =
|
|
148
|
-
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_start =
|
|
149
|
-
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_end =
|
|
150
|
-
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_start =
|
|
151
|
-
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_end =
|
|
152
|
-
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_start =
|
|
153
|
-
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_end =
|
|
154
|
-
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_start =
|
|
155
|
-
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_end =
|
|
156
|
-
_globals["_REFRESHTOKENREQUEST"]._serialized_start =
|
|
157
|
-
_globals["_REFRESHTOKENREQUEST"]._serialized_end =
|
|
158
|
-
_globals["_REFRESHTOKENRESPONSE"]._serialized_start =
|
|
159
|
-
_globals["_REFRESHTOKENRESPONSE"]._serialized_end =
|
|
160
|
-
_globals["_REVOKETOKENREQUEST"]._serialized_start =
|
|
161
|
-
_globals["_REVOKETOKENREQUEST"]._serialized_end =
|
|
162
|
-
_globals["_REVOKETOKENRESPONSE"]._serialized_start =
|
|
163
|
-
_globals["_REVOKETOKENRESPONSE"]._serialized_end =
|
|
164
|
-
_globals["_VALIDATETOKENREQUEST"]._serialized_start =
|
|
165
|
-
_globals["_VALIDATETOKENREQUEST"]._serialized_end =
|
|
166
|
-
_globals["_VALIDATETOKENRESPONSE"]._serialized_start =
|
|
167
|
-
_globals["_VALIDATETOKENRESPONSE"]._serialized_end =
|
|
168
|
-
_globals["_GETCURRENTUSERREQUEST"]._serialized_start =
|
|
169
|
-
_globals["_GETCURRENTUSERREQUEST"]._serialized_end =
|
|
170
|
-
_globals["_GETCURRENTUSERRESPONSE"]._serialized_start =
|
|
171
|
-
_globals["_GETCURRENTUSERRESPONSE"]._serialized_end =
|
|
172
|
-
_globals["_UPDATEUSERREQUEST"]._serialized_start =
|
|
173
|
-
_globals["_UPDATEUSERREQUEST"]._serialized_end =
|
|
174
|
-
_globals["_UPDATEUSERRESPONSE"]._serialized_start =
|
|
175
|
-
_globals["_UPDATEUSERRESPONSE"]._serialized_end =
|
|
176
|
-
_globals["_DELETEUSERREQUEST"]._serialized_start =
|
|
177
|
-
_globals["_DELETEUSERREQUEST"]._serialized_end =
|
|
178
|
-
_globals["_DELETEUSERRESPONSE"]._serialized_start =
|
|
179
|
-
_globals["_DELETEUSERRESPONSE"]._serialized_end =
|
|
180
|
-
_globals["_LISTAPIKEYSREQUEST"]._serialized_start =
|
|
181
|
-
_globals["_LISTAPIKEYSREQUEST"]._serialized_end =
|
|
182
|
-
_globals["_LISTAPIKEYSRESPONSE"]._serialized_start =
|
|
183
|
-
_globals["_LISTAPIKEYSRESPONSE"]._serialized_end =
|
|
184
|
-
_globals["_CREATEAPIKEYREQUEST"]._serialized_start =
|
|
185
|
-
_globals["_CREATEAPIKEYREQUEST"]._serialized_end =
|
|
186
|
-
_globals["_CREATEAPIKEYRESPONSE"]._serialized_start =
|
|
187
|
-
_globals["_CREATEAPIKEYRESPONSE"]._serialized_end =
|
|
188
|
-
_globals["_GETAPIKEYREQUEST"]._serialized_start =
|
|
189
|
-
_globals["_GETAPIKEYREQUEST"]._serialized_end =
|
|
190
|
-
_globals["_GETAPIKEYRESPONSE"]._serialized_start =
|
|
191
|
-
_globals["_GETAPIKEYRESPONSE"]._serialized_end =
|
|
192
|
-
_globals["_UPDATEAPIKEYREQUEST"]._serialized_start =
|
|
193
|
-
_globals["_UPDATEAPIKEYREQUEST"]._serialized_end =
|
|
194
|
-
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_start =
|
|
195
|
-
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_end =
|
|
196
|
-
_globals["_REVOKEAPIKEYREQUEST"]._serialized_start =
|
|
197
|
-
_globals["_REVOKEAPIKEYREQUEST"]._serialized_end =
|
|
198
|
-
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_start =
|
|
199
|
-
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_end =
|
|
200
|
-
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_start =
|
|
201
|
-
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_end =
|
|
202
|
-
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_start =
|
|
203
|
-
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_end =
|
|
204
|
-
_globals["_GETUSAGESTATSREQUEST"]._serialized_start =
|
|
205
|
-
_globals["_GETUSAGESTATSREQUEST"]._serialized_end =
|
|
206
|
-
_globals["_GETUSAGESTATSRESPONSE"]._serialized_start =
|
|
207
|
-
_globals["_GETUSAGESTATSRESPONSE"]._serialized_end =
|
|
208
|
-
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_start =
|
|
209
|
-
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_end =
|
|
210
|
-
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_start =
|
|
211
|
-
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_end =
|
|
212
|
-
_globals["_RATELIMITINFO"]._serialized_start =
|
|
213
|
-
_globals["_RATELIMITINFO"]._serialized_end =
|
|
214
|
-
_globals["_LISTSESSIONSREQUEST"]._serialized_start =
|
|
215
|
-
_globals["_LISTSESSIONSREQUEST"]._serialized_end =
|
|
216
|
-
_globals["_LISTSESSIONSRESPONSE"]._serialized_start =
|
|
217
|
-
_globals["_LISTSESSIONSRESPONSE"]._serialized_end =
|
|
218
|
-
_globals["_REVOKESESSIONREQUEST"]._serialized_start =
|
|
219
|
-
_globals["_REVOKESESSIONREQUEST"]._serialized_end =
|
|
220
|
-
_globals["_REVOKESESSIONRESPONSE"]._serialized_start =
|
|
221
|
-
_globals["_REVOKESESSIONRESPONSE"]._serialized_end =
|
|
222
|
-
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_start =
|
|
223
|
-
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_end =
|
|
224
|
-
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_start =
|
|
225
|
-
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_end =
|
|
226
|
-
_globals["_AUTH"]._serialized_start =
|
|
227
|
-
_globals["_AUTH"]._serialized_end =
|
|
239
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_end = 1179
|
|
240
|
+
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_start = 1181
|
|
241
|
+
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_end = 1242
|
|
242
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_start = 1245
|
|
243
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_end = 1382
|
|
244
|
+
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_start = 1384
|
|
245
|
+
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_end = 1473
|
|
246
|
+
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1475
|
|
247
|
+
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1551
|
|
248
|
+
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_start = 1553
|
|
249
|
+
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_end = 1609
|
|
250
|
+
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1612
|
|
251
|
+
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1742
|
|
252
|
+
_globals["_REFRESHTOKENREQUEST"]._serialized_start = 1744
|
|
253
|
+
_globals["_REFRESHTOKENREQUEST"]._serialized_end = 1802
|
|
254
|
+
_globals["_REFRESHTOKENRESPONSE"]._serialized_start = 1804
|
|
255
|
+
_globals["_REFRESHTOKENRESPONSE"]._serialized_end = 1929
|
|
256
|
+
_globals["_REVOKETOKENREQUEST"]._serialized_start = 1931
|
|
257
|
+
_globals["_REVOKETOKENREQUEST"]._serialized_end = 1988
|
|
258
|
+
_globals["_REVOKETOKENRESPONSE"]._serialized_start = 1990
|
|
259
|
+
_globals["_REVOKETOKENRESPONSE"]._serialized_end = 2063
|
|
260
|
+
_globals["_VALIDATETOKENREQUEST"]._serialized_start = 2065
|
|
261
|
+
_globals["_VALIDATETOKENREQUEST"]._serialized_end = 2122
|
|
262
|
+
_globals["_VALIDATETOKENRESPONSE"]._serialized_start = 2125
|
|
263
|
+
_globals["_VALIDATETOKENRESPONSE"]._serialized_end = 2302
|
|
264
|
+
_globals["_GETCURRENTUSERREQUEST"]._serialized_start = 2304
|
|
265
|
+
_globals["_GETCURRENTUSERREQUEST"]._serialized_end = 2327
|
|
266
|
+
_globals["_GETCURRENTUSERRESPONSE"]._serialized_start = 2329
|
|
267
|
+
_globals["_GETCURRENTUSERRESPONSE"]._serialized_end = 2401
|
|
268
|
+
_globals["_UPDATEUSERREQUEST"]._serialized_start = 2404
|
|
269
|
+
_globals["_UPDATEUSERREQUEST"]._serialized_end = 2547
|
|
270
|
+
_globals["_UPDATEUSERRESPONSE"]._serialized_start = 2549
|
|
271
|
+
_globals["_UPDATEUSERRESPONSE"]._serialized_end = 2617
|
|
272
|
+
_globals["_DELETEUSERREQUEST"]._serialized_start = 2619
|
|
273
|
+
_globals["_DELETEUSERREQUEST"]._serialized_end = 2702
|
|
274
|
+
_globals["_DELETEUSERRESPONSE"]._serialized_start = 2705
|
|
275
|
+
_globals["_DELETEUSERRESPONSE"]._serialized_end = 2861
|
|
276
|
+
_globals["_LISTAPIKEYSREQUEST"]._serialized_start = 2863
|
|
277
|
+
_globals["_LISTAPIKEYSREQUEST"]._serialized_end = 2976
|
|
278
|
+
_globals["_LISTAPIKEYSRESPONSE"]._serialized_start = 2979
|
|
279
|
+
_globals["_LISTAPIKEYSRESPONSE"]._serialized_end = 3130
|
|
280
|
+
_globals["_CREATEAPIKEYREQUEST"]._serialized_start = 3133
|
|
281
|
+
_globals["_CREATEAPIKEYREQUEST"]._serialized_end = 3373
|
|
282
|
+
_globals["_CREATEAPIKEYRESPONSE"]._serialized_start = 3376
|
|
283
|
+
_globals["_CREATEAPIKEYRESPONSE"]._serialized_end = 3510
|
|
284
|
+
_globals["_GETAPIKEYREQUEST"]._serialized_start = 3512
|
|
285
|
+
_globals["_GETAPIKEYREQUEST"]._serialized_end = 3553
|
|
286
|
+
_globals["_GETAPIKEYRESPONSE"]._serialized_start = 3555
|
|
287
|
+
_globals["_GETAPIKEYRESPONSE"]._serialized_end = 3629
|
|
288
|
+
_globals["_UPDATEAPIKEYREQUEST"]._serialized_start = 3632
|
|
289
|
+
_globals["_UPDATEAPIKEYREQUEST"]._serialized_end = 3837
|
|
290
|
+
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_start = 3839
|
|
291
|
+
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_end = 3916
|
|
292
|
+
_globals["_REVOKEAPIKEYREQUEST"]._serialized_start = 3918
|
|
293
|
+
_globals["_REVOKEAPIKEYREQUEST"]._serialized_end = 3962
|
|
294
|
+
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_start = 3964
|
|
295
|
+
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_end = 4038
|
|
296
|
+
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_start = 4040
|
|
297
|
+
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_end = 4147
|
|
298
|
+
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_start = 4150
|
|
299
|
+
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_end = 4376
|
|
300
|
+
_globals["_GETUSAGESTATSREQUEST"]._serialized_start = 4378
|
|
301
|
+
_globals["_GETUSAGESTATSREQUEST"]._serialized_end = 4454
|
|
302
|
+
_globals["_GETUSAGESTATSRESPONSE"]._serialized_start = 4457
|
|
303
|
+
_globals["_GETUSAGESTATSRESPONSE"]._serialized_end = 4678
|
|
304
|
+
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_start = 4680
|
|
305
|
+
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_end = 4737
|
|
306
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_start = 4740
|
|
307
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_end = 4901
|
|
308
|
+
_globals["_RATELIMITINFO"]._serialized_start = 4904
|
|
309
|
+
_globals["_RATELIMITINFO"]._serialized_end = 5105
|
|
310
|
+
_globals["_LISTSESSIONSREQUEST"]._serialized_start = 5107
|
|
311
|
+
_globals["_LISTSESSIONSREQUEST"]._serialized_end = 5188
|
|
312
|
+
_globals["_LISTSESSIONSRESPONSE"]._serialized_start = 5191
|
|
313
|
+
_globals["_LISTSESSIONSRESPONSE"]._serialized_end = 5391
|
|
314
|
+
_globals["_REVOKESESSIONREQUEST"]._serialized_start = 5393
|
|
315
|
+
_globals["_REVOKESESSIONREQUEST"]._serialized_end = 5446
|
|
316
|
+
_globals["_REVOKESESSIONRESPONSE"]._serialized_start = 5448
|
|
317
|
+
_globals["_REVOKESESSIONRESPONSE"]._serialized_end = 5523
|
|
318
|
+
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_start = 5525
|
|
319
|
+
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_end = 5586
|
|
320
|
+
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_start = 5588
|
|
321
|
+
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_end = 5678
|
|
322
|
+
_globals["_AUTH"]._serialized_start = 5681
|
|
323
|
+
_globals["_AUTH"]._serialized_end = 8637
|
|
228
324
|
# @@protoc_insertion_point(module_scope)
|