blob: a3535f0a703f8b5df99b56ad18898eeafb0986e3 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: gcs/GCSCredential.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\x17gcs/GCSCredential.proto\x12,org.apache.airavata.mft.credential.stubs.gcs\x1a\x10\x43redCommon.proto\"6\n\tGCSSecret\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12\x17\n\x0f\x63redentialsJson\x18\x02 \x01(\t\"f\n\x13GCSSecretGetRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12=\n\nauthzToken\x18\x02 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"p\n\x16GCSSecretCreateRequest\x12\x17\n\x0f\x63redentialsJson\x18\x01 \x01(\t\x12=\n\nauthzToken\x18\x02 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"\x82\x01\n\x16GCSSecretUpdateRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12\x17\n\x0f\x63redentialsJson\x18\x02 \x01(\t\x12=\n\nauthzToken\x18\x03 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthToken\"i\n\x16GCSSecretDeleteRequest\x12\x10\n\x08secretId\x18\x01 \x01(\t\x12=\n\nauthzToken\x18\x02 \x01(\x0b\x32).org.apache.airavata.mft.common.AuthTokenB\x02P\x01\x62\x06proto3')
_GCSSECRET = DESCRIPTOR.message_types_by_name['GCSSecret']
_GCSSECRETGETREQUEST = DESCRIPTOR.message_types_by_name['GCSSecretGetRequest']
_GCSSECRETCREATEREQUEST = DESCRIPTOR.message_types_by_name['GCSSecretCreateRequest']
_GCSSECRETUPDATEREQUEST = DESCRIPTOR.message_types_by_name['GCSSecretUpdateRequest']
_GCSSECRETDELETEREQUEST = DESCRIPTOR.message_types_by_name['GCSSecretDeleteRequest']
GCSSecret = _reflection.GeneratedProtocolMessageType('GCSSecret', (_message.Message,), {
'DESCRIPTOR' : _GCSSECRET,
'__module__' : 'gcs.GCSCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.gcs.GCSSecret)
})
_sym_db.RegisterMessage(GCSSecret)
GCSSecretGetRequest = _reflection.GeneratedProtocolMessageType('GCSSecretGetRequest', (_message.Message,), {
'DESCRIPTOR' : _GCSSECRETGETREQUEST,
'__module__' : 'gcs.GCSCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.gcs.GCSSecretGetRequest)
})
_sym_db.RegisterMessage(GCSSecretGetRequest)
GCSSecretCreateRequest = _reflection.GeneratedProtocolMessageType('GCSSecretCreateRequest', (_message.Message,), {
'DESCRIPTOR' : _GCSSECRETCREATEREQUEST,
'__module__' : 'gcs.GCSCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.gcs.GCSSecretCreateRequest)
})
_sym_db.RegisterMessage(GCSSecretCreateRequest)
GCSSecretUpdateRequest = _reflection.GeneratedProtocolMessageType('GCSSecretUpdateRequest', (_message.Message,), {
'DESCRIPTOR' : _GCSSECRETUPDATEREQUEST,
'__module__' : 'gcs.GCSCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.gcs.GCSSecretUpdateRequest)
})
_sym_db.RegisterMessage(GCSSecretUpdateRequest)
GCSSecretDeleteRequest = _reflection.GeneratedProtocolMessageType('GCSSecretDeleteRequest', (_message.Message,), {
'DESCRIPTOR' : _GCSSECRETDELETEREQUEST,
'__module__' : 'gcs.GCSCredential_pb2'
# @@protoc_insertion_point(class_scope:org.apache.airavata.mft.credential.stubs.gcs.GCSSecretDeleteRequest)
})
_sym_db.RegisterMessage(GCSSecretDeleteRequest)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'P\001'
_GCSSECRET._serialized_start=91
_GCSSECRET._serialized_end=145
_GCSSECRETGETREQUEST._serialized_start=147
_GCSSECRETGETREQUEST._serialized_end=249
_GCSSECRETCREATEREQUEST._serialized_start=251
_GCSSECRETCREATEREQUEST._serialized_end=363
_GCSSECRETUPDATEREQUEST._serialized_start=366
_GCSSECRETUPDATEREQUEST._serialized_end=496
_GCSSECRETDELETEREQUEST._serialized_start=498
_GCSSECRETDELETEREQUEST._serialized_end=603
# @@protoc_insertion_point(module_scope)