|
| 1 | +# Copyright 2020 StrongDM Inc |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# |
| 15 | +# -*- coding: utf-8 -*- |
| 16 | +# Generated by the protocol buffer compiler. DO NOT EDIT! |
| 17 | +# source: custom_headers.proto |
| 18 | +"""Generated protocol buffer code.""" |
| 19 | +from google.protobuf import descriptor as _descriptor |
| 20 | +from google.protobuf import descriptor_pool as _descriptor_pool |
| 21 | +from google.protobuf import message as _message |
| 22 | +from google.protobuf import reflection as _reflection |
| 23 | +from google.protobuf import symbol_database as _symbol_database |
| 24 | +# @@protoc_insertion_point(imports) |
| 25 | + |
| 26 | +_sym_db = _symbol_database.Default() |
| 27 | + |
| 28 | + |
| 29 | +from . import options_pb2 as options__pb2 |
| 30 | + |
| 31 | + |
| 32 | +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x63ustom_headers.proto\x12\x02v1\x1a\roptions.proto\"W\n\rCustomHeaders\x12\x34\n\x0e\x63ustom_headers\x18\x01 \x03(\x0b\x32\x10.v1.CustomHeaderB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"k\n\x0c\x43ustomHeader\x12\x18\n\x04name\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x19\n\x05value\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06secret\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42i\n\x19\x63om.strongdm.api.plumbingB\x15\x43ustomHeadersPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3') |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +_CUSTOMHEADERS = DESCRIPTOR.message_types_by_name['CustomHeaders'] |
| 37 | +_CUSTOMHEADER = DESCRIPTOR.message_types_by_name['CustomHeader'] |
| 38 | +CustomHeaders = _reflection.GeneratedProtocolMessageType('CustomHeaders', (_message.Message,), { |
| 39 | + 'DESCRIPTOR' : _CUSTOMHEADERS, |
| 40 | + '__module__' : 'custom_headers_pb2' |
| 41 | + # @@protoc_insertion_point(class_scope:v1.CustomHeaders) |
| 42 | + }) |
| 43 | +_sym_db.RegisterMessage(CustomHeaders) |
| 44 | + |
| 45 | +CustomHeader = _reflection.GeneratedProtocolMessageType('CustomHeader', (_message.Message,), { |
| 46 | + 'DESCRIPTOR' : _CUSTOMHEADER, |
| 47 | + '__module__' : 'custom_headers_pb2' |
| 48 | + # @@protoc_insertion_point(class_scope:v1.CustomHeader) |
| 49 | + }) |
| 50 | +_sym_db.RegisterMessage(CustomHeader) |
| 51 | + |
| 52 | +if _descriptor._USE_C_DESCRIPTORS == False: |
| 53 | + |
| 54 | + DESCRIPTOR._options = None |
| 55 | + DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\025CustomHeadersPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1' |
| 56 | + _CUSTOMHEADERS.fields_by_name['custom_headers']._options = None |
| 57 | + _CUSTOMHEADERS.fields_by_name['custom_headers']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001' |
| 58 | + _CUSTOMHEADERS._options = None |
| 59 | + _CUSTOMHEADERS._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*' |
| 60 | + _CUSTOMHEADER.fields_by_name['name']._options = None |
| 61 | + _CUSTOMHEADER.fields_by_name['name']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001' |
| 62 | + _CUSTOMHEADER.fields_by_name['value']._options = None |
| 63 | + _CUSTOMHEADER.fields_by_name['value']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001' |
| 64 | + _CUSTOMHEADER.fields_by_name['secret']._options = None |
| 65 | + _CUSTOMHEADER.fields_by_name['secret']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001' |
| 66 | + _CUSTOMHEADER._options = None |
| 67 | + _CUSTOMHEADER._serialized_options = b'\372\370\263\007\005\250\363\263\007\001' |
| 68 | + _CUSTOMHEADERS._serialized_start=43 |
| 69 | + _CUSTOMHEADERS._serialized_end=130 |
| 70 | + _CUSTOMHEADER._serialized_start=132 |
| 71 | + _CUSTOMHEADER._serialized_end=239 |
| 72 | +# @@protoc_insertion_point(module_scope) |
0 commit comments