diff options
Diffstat (limited to 'codenames/v1/ssh_keys_pb2.py')
| -rw-r--r-- | codenames/v1/ssh_keys_pb2.py | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/codenames/v1/ssh_keys_pb2.py b/codenames/v1/ssh_keys_pb2.py new file mode 100644 index 0000000..2375f2a --- /dev/null +++ b/codenames/v1/ssh_keys_pb2.py @@ -0,0 +1,47 @@ +# -*- coding: utf-8 -*- +# Generated by the protocol buffer compiler. DO NOT EDIT! +# NO CHECKED-IN PROTOBUF GENCODE +# source: codenames/v1/ssh_keys.proto +# Protobuf Python Version: 7.34.1 +"""Generated protocol buffer code.""" +from google.protobuf import descriptor as _descriptor +from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import runtime_version as _runtime_version +from google.protobuf import symbol_database as _symbol_database +from google.protobuf.internal import builder as _builder +_runtime_version.ValidateProtobufRuntimeVersion( + _runtime_version.Domain.PUBLIC, + 7, + 34, + 1, + '', + 'codenames/v1/ssh_keys.proto' +) +# @@protoc_insertion_point(imports) + +_sym_db = _symbol_database.Default() + + + + +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x63odenames/v1/ssh_keys.proto\x12\x0c\x63odenames.v1\"}\n\x13SubmitSSHKeyRequest\x12\'\n\x0f\x63ontestant_name\x18\x01 \x01(\tR\x0e\x63ontestantName\x12\x17\n\x07team_id\x18\x02 \x01(\tR\x06teamId\x12$\n\x0essh_public_key\x18\x03 \x01(\tR\x0csshPublicKey\"?\n\x14SubmitSSHKeyResponse\x12\'\n\x0fkey_fingerprint\x18\x01 \x01(\tR\x0ekeyFingerprint\"\"\n ListTeamsForKeySubmissionRequest\"0\n\nTeamOption\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\"S\n!ListTeamsForKeySubmissionResponse\x12.\n\x05teams\x18\x01 \x03(\x0b\x32\x18.codenames.v1.TeamOptionR\x05teams2\xe4\x01\n\rSSHKeyService\x12U\n\x0cSubmitSSHKey\x12!.codenames.v1.SubmitSSHKeyRequest\x1a\".codenames.v1.SubmitSSHKeyResponse\x12|\n\x19ListTeamsForKeySubmission\x12..codenames.v1.ListTeamsForKeySubmissionRequest\x1a/.codenames.v1.ListTeamsForKeySubmissionResponseB\x99\x01\n\x10\x63om.codenames.v1B\x0cSshKeysProtoP\x01Z&codenames/gen/codenames/v1;codenamesv1\xa2\x02\x03\x43XX\xaa\x02\x0c\x43odenames.V1\xca\x02\x0c\x43odenames\\V1\xe2\x02\x18\x43odenames\\V1\\GPBMetadata\xea\x02\rCodenames::V1b\x06proto3') + +_globals = globals() +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'codenames.v1.ssh_keys_pb2', _globals) +if not _descriptor._USE_C_DESCRIPTORS: + _globals['DESCRIPTOR']._loaded_options = None + _globals['DESCRIPTOR']._serialized_options = b'\n\020com.codenames.v1B\014SshKeysProtoP\001Z&codenames/gen/codenames/v1;codenamesv1\242\002\003CXX\252\002\014Codenames.V1\312\002\014Codenames\\V1\342\002\030Codenames\\V1\\GPBMetadata\352\002\rCodenames::V1' + _globals['_SUBMITSSHKEYREQUEST']._serialized_start=45 + _globals['_SUBMITSSHKEYREQUEST']._serialized_end=170 + _globals['_SUBMITSSHKEYRESPONSE']._serialized_start=172 + _globals['_SUBMITSSHKEYRESPONSE']._serialized_end=235 + _globals['_LISTTEAMSFORKEYSUBMISSIONREQUEST']._serialized_start=237 + _globals['_LISTTEAMSFORKEYSUBMISSIONREQUEST']._serialized_end=271 + _globals['_TEAMOPTION']._serialized_start=273 + _globals['_TEAMOPTION']._serialized_end=321 + _globals['_LISTTEAMSFORKEYSUBMISSIONRESPONSE']._serialized_start=323 + _globals['_LISTTEAMSFORKEYSUBMISSIONRESPONSE']._serialized_end=406 + _globals['_SSHKEYSERVICE']._serialized_start=409 + _globals['_SSHKEYSERVICE']._serialized_end=637 +# @@protoc_insertion_point(module_scope) |