blob: 266de76f18d879e0d2b8cb7436989eaaf03622b1 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: ftp/FTPCredential.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
import CredCommon_pb2 as CredCommon__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17\x66tp/FTPCredential.proto\x12,org.apache.airavata.mft.credential.stubs.ftp\x1a\x10\x43redCommon.proto\"?\n\tFTPSecret\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12\x0e\n\x06userId\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\"f\n\x13\x46TPSecretGetRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12=\n\nauthzToken\x18\x02 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"y\n\x16\x46TPSecretCreateRequest\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12=\n\nauthzToken\x18\x03 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"\x8b\x01\n\x16\x46TPSecretUpdateRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12\x0e\n\x06userId\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\x12=\n\nauthzToken\x18\x04 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"i\n\x16\x46TPSecretDeleteRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12=\n\nauthzToken\x18\x04 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthTokenB\x02P\x01\x62\x06proto3')
_FTPSECRET = DESCRIPTOR.message_types_by_name['FTPSecret']
_FTPSECRETGETREQUEST = DESCRIPTOR.message_types_by_name['FTPSecretGetRequest']
_FTPSECRETCREATEREQUEST = DESCRIPTOR.message_types_by_name['FTPSecretCreateRequest']
_FTPSECRETUPDATEREQUEST = DESCRIPTOR.message_types_by_name['FTPSecretUpdateRequest']
_FTPSECRETDELETEREQUEST = DESCRIPTOR.message_types_by_name['FTPSecretDeleteRequest']
FTPSecret = _reflection.GeneratedProtocolMessageType('FTPSecret', (_message.Message,), {
'DESCRIPTOR' : _FTPSECRET,
'__module__' : 'ftp.FTPCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.ftp.FTPSecret)
})
_sym_db.RegisterMessage(FTPSecret)
FTPSecretGetRequest = _reflection.GeneratedProtocolMessageType('FTPSecretGetRequest', (_message.Message,), {
'DESCRIPTOR' : _FTPSECRETGETREQUEST,
'__module__' : 'ftp.FTPCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.ftp.FTPSecretGetRequest)
})
_sym_db.RegisterMessage(FTPSecretGetRequest)
FTPSecretCreateRequest = _reflection.GeneratedProtocolMessageType('FTPSecretCreateRequest', (_message.Message,), {
'DESCRIPTOR' : _FTPSECRETCREATEREQUEST,
'__module__' : 'ftp.FTPCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.ftp.FTPSecretCreateRequest)
})
_sym_db.RegisterMessage(FTPSecretCreateRequest)
FTPSecretUpdateRequest = _reflection.GeneratedProtocolMessageType('FTPSecretUpdateRequest', (_message.Message,), {
'DESCRIPTOR' : _FTPSECRETUPDATEREQUEST,
'__module__' : 'ftp.FTPCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.ftp.FTPSecretUpdateRequest)
})
_sym_db.RegisterMessage(FTPSecretUpdateRequest)
FTPSecretDeleteRequest = _reflection.GeneratedProtocolMessageType('FTPSecretDeleteRequest', (_message.Message,), {
'DESCRIPTOR' : _FTPSECRETDELETEREQUEST,
'__module__' : 'ftp.FTPCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.ftp.FTPSecretDeleteRequest)
})
_sym_db.RegisterMessage(FTPSecretDeleteRequest)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'P\001'
_FTPSECRET._serialized_start=91
_FTPSECRET._serialized_end=154
_FTPSECRETGETREQUEST._serialized_start=156
_FTPSECRETGETREQUEST._serialized_end=258
_FTPSECRETCREATEREQUEST._serialized_start=260
_FTPSECRETCREATEREQUEST._serialized_end=381
_FTPSECRETUPDATEREQUEST._serialized_start=384
_FTPSECRETUPDATEREQUEST._serialized_end=523
_FTPSECRETDELETEREQUEST._serialized_start=525
_FTPSECRETDELETEREQUEST._serialized_end=630
# @@protoc_insertion_point(module_scope)