github.com/hashicorp/vault/sdk@v0.11.0/helper/pluginutil/multiplexing.pb.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Code generated by protoc-gen-go. DO NOT EDIT.
     5  // versions:
     6  // 	protoc-gen-go v1.32.0
     7  // 	protoc        (unknown)
     8  // source: sdk/helper/pluginutil/multiplexing.proto
     9  
    10  package pluginutil
    11  
    12  import (
    13  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    14  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    15  	reflect "reflect"
    16  	sync "sync"
    17  )
    18  
    19  const (
    20  	// Verify that this generated code is sufficiently up-to-date.
    21  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    22  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    23  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    24  )
    25  
    26  type MultiplexingSupportRequest struct {
    27  	state         protoimpl.MessageState
    28  	sizeCache     protoimpl.SizeCache
    29  	unknownFields protoimpl.UnknownFields
    30  }
    31  
    32  func (x *MultiplexingSupportRequest) Reset() {
    33  	*x = MultiplexingSupportRequest{}
    34  	if protoimpl.UnsafeEnabled {
    35  		mi := &file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[0]
    36  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    37  		ms.StoreMessageInfo(mi)
    38  	}
    39  }
    40  
    41  func (x *MultiplexingSupportRequest) String() string {
    42  	return protoimpl.X.MessageStringOf(x)
    43  }
    44  
    45  func (*MultiplexingSupportRequest) ProtoMessage() {}
    46  
    47  func (x *MultiplexingSupportRequest) ProtoReflect() protoreflect.Message {
    48  	mi := &file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[0]
    49  	if protoimpl.UnsafeEnabled && x != nil {
    50  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    51  		if ms.LoadMessageInfo() == nil {
    52  			ms.StoreMessageInfo(mi)
    53  		}
    54  		return ms
    55  	}
    56  	return mi.MessageOf(x)
    57  }
    58  
    59  // Deprecated: Use MultiplexingSupportRequest.ProtoReflect.Descriptor instead.
    60  func (*MultiplexingSupportRequest) Descriptor() ([]byte, []int) {
    61  	return file_sdk_helper_pluginutil_multiplexing_proto_rawDescGZIP(), []int{0}
    62  }
    63  
    64  type MultiplexingSupportResponse struct {
    65  	state         protoimpl.MessageState
    66  	sizeCache     protoimpl.SizeCache
    67  	unknownFields protoimpl.UnknownFields
    68  
    69  	Supported bool `protobuf:"varint,1,opt,name=supported,proto3" json:"supported,omitempty"`
    70  }
    71  
    72  func (x *MultiplexingSupportResponse) Reset() {
    73  	*x = MultiplexingSupportResponse{}
    74  	if protoimpl.UnsafeEnabled {
    75  		mi := &file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[1]
    76  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    77  		ms.StoreMessageInfo(mi)
    78  	}
    79  }
    80  
    81  func (x *MultiplexingSupportResponse) String() string {
    82  	return protoimpl.X.MessageStringOf(x)
    83  }
    84  
    85  func (*MultiplexingSupportResponse) ProtoMessage() {}
    86  
    87  func (x *MultiplexingSupportResponse) ProtoReflect() protoreflect.Message {
    88  	mi := &file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[1]
    89  	if protoimpl.UnsafeEnabled && x != nil {
    90  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    91  		if ms.LoadMessageInfo() == nil {
    92  			ms.StoreMessageInfo(mi)
    93  		}
    94  		return ms
    95  	}
    96  	return mi.MessageOf(x)
    97  }
    98  
    99  // Deprecated: Use MultiplexingSupportResponse.ProtoReflect.Descriptor instead.
   100  func (*MultiplexingSupportResponse) Descriptor() ([]byte, []int) {
   101  	return file_sdk_helper_pluginutil_multiplexing_proto_rawDescGZIP(), []int{1}
   102  }
   103  
   104  func (x *MultiplexingSupportResponse) GetSupported() bool {
   105  	if x != nil {
   106  		return x.Supported
   107  	}
   108  	return false
   109  }
   110  
   111  var File_sdk_helper_pluginutil_multiplexing_proto protoreflect.FileDescriptor
   112  
   113  var file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = []byte{
   114  	0x0a, 0x28, 0x73, 0x64, 0x6b, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75,
   115  	0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65,
   116  	0x78, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x70, 0x6c, 0x75, 0x67,
   117  	0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x78,
   118  	0x69, 0x6e, 0x67, 0x22, 0x1c, 0x0a, 0x1a, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x78,
   119  	0x69, 0x6e, 0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
   120  	0x74, 0x22, 0x3b, 0x0a, 0x1b, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x6e,
   121  	0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
   122  	0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20,
   123  	0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x32, 0x97,
   124  	0x01, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c,
   125  	0x65, 0x78, 0x69, 0x6e, 0x67, 0x12, 0x80, 0x01, 0x0a, 0x13, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70,
   126  	0x6c, 0x65, 0x78, 0x69, 0x6e, 0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x33, 0x2e,
   127  	0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
   128  	0x70, 0x6c, 0x65, 0x78, 0x69, 0x6e, 0x67, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65,
   129  	0x78, 0x69, 0x6e, 0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
   130  	0x73, 0x74, 0x1a, 0x34, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x2e,
   131  	0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x6e, 0x67, 0x2e, 0x4d, 0x75, 0x6c,
   132  	0x74, 0x69, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x6e, 0x67, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74,
   133  	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68,
   134  	0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70,
   135  	0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65,
   136  	0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x62, 0x06, 0x70, 0x72,
   137  	0x6f, 0x74, 0x6f, 0x33,
   138  }
   139  
   140  var (
   141  	file_sdk_helper_pluginutil_multiplexing_proto_rawDescOnce sync.Once
   142  	file_sdk_helper_pluginutil_multiplexing_proto_rawDescData = file_sdk_helper_pluginutil_multiplexing_proto_rawDesc
   143  )
   144  
   145  func file_sdk_helper_pluginutil_multiplexing_proto_rawDescGZIP() []byte {
   146  	file_sdk_helper_pluginutil_multiplexing_proto_rawDescOnce.Do(func() {
   147  		file_sdk_helper_pluginutil_multiplexing_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_helper_pluginutil_multiplexing_proto_rawDescData)
   148  	})
   149  	return file_sdk_helper_pluginutil_multiplexing_proto_rawDescData
   150  }
   151  
   152  var file_sdk_helper_pluginutil_multiplexing_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
   153  var file_sdk_helper_pluginutil_multiplexing_proto_goTypes = []interface{}{
   154  	(*MultiplexingSupportRequest)(nil),  // 0: pluginutil.multiplexing.MultiplexingSupportRequest
   155  	(*MultiplexingSupportResponse)(nil), // 1: pluginutil.multiplexing.MultiplexingSupportResponse
   156  }
   157  var file_sdk_helper_pluginutil_multiplexing_proto_depIdxs = []int32{
   158  	0, // 0: pluginutil.multiplexing.PluginMultiplexing.MultiplexingSupport:input_type -> pluginutil.multiplexing.MultiplexingSupportRequest
   159  	1, // 1: pluginutil.multiplexing.PluginMultiplexing.MultiplexingSupport:output_type -> pluginutil.multiplexing.MultiplexingSupportResponse
   160  	1, // [1:2] is the sub-list for method output_type
   161  	0, // [0:1] is the sub-list for method input_type
   162  	0, // [0:0] is the sub-list for extension type_name
   163  	0, // [0:0] is the sub-list for extension extendee
   164  	0, // [0:0] is the sub-list for field type_name
   165  }
   166  
   167  func init() { file_sdk_helper_pluginutil_multiplexing_proto_init() }
   168  func file_sdk_helper_pluginutil_multiplexing_proto_init() {
   169  	if File_sdk_helper_pluginutil_multiplexing_proto != nil {
   170  		return
   171  	}
   172  	if !protoimpl.UnsafeEnabled {
   173  		file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   174  			switch v := v.(*MultiplexingSupportRequest); i {
   175  			case 0:
   176  				return &v.state
   177  			case 1:
   178  				return &v.sizeCache
   179  			case 2:
   180  				return &v.unknownFields
   181  			default:
   182  				return nil
   183  			}
   184  		}
   185  		file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   186  			switch v := v.(*MultiplexingSupportResponse); i {
   187  			case 0:
   188  				return &v.state
   189  			case 1:
   190  				return &v.sizeCache
   191  			case 2:
   192  				return &v.unknownFields
   193  			default:
   194  				return nil
   195  			}
   196  		}
   197  	}
   198  	type x struct{}
   199  	out := protoimpl.TypeBuilder{
   200  		File: protoimpl.DescBuilder{
   201  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   202  			RawDescriptor: file_sdk_helper_pluginutil_multiplexing_proto_rawDesc,
   203  			NumEnums:      0,
   204  			NumMessages:   2,
   205  			NumExtensions: 0,
   206  			NumServices:   1,
   207  		},
   208  		GoTypes:           file_sdk_helper_pluginutil_multiplexing_proto_goTypes,
   209  		DependencyIndexes: file_sdk_helper_pluginutil_multiplexing_proto_depIdxs,
   210  		MessageInfos:      file_sdk_helper_pluginutil_multiplexing_proto_msgTypes,
   211  	}.Build()
   212  	File_sdk_helper_pluginutil_multiplexing_proto = out.File
   213  	file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = nil
   214  	file_sdk_helper_pluginutil_multiplexing_proto_goTypes = nil
   215  	file_sdk_helper_pluginutil_multiplexing_proto_depIdxs = nil
   216  }