1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package gateway
22
23 import (
24 context "context"
25 reflect "reflect"
26
27 _ "google.golang.org/genproto/googleapis/api/annotations"
28 grpc "google.golang.org/grpc"
29 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
30 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
31 )
32
33 const (
34
35 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
36
37 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
38 )
39
40 var File_google_cloud_gkeconnect_gateway_v1_gateway_proto protoreflect.FileDescriptor
41
42 var file_google_cloud_gkeconnect_gateway_v1_gateway_proto_rawDesc = []byte{
43 0x0a, 0x30, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67,
44 0x6b, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61,
45 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f,
46 0x74, 0x6f, 0x12, 0x22, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
47 0x2e, 0x67, 0x6b, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x67, 0x61, 0x74, 0x65,
48 0x77, 0x61, 0x79, 0x2e, 0x76, 0x31, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61,
49 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
50 0x32, 0x0a, 0x0e, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
51 0x65, 0x1a, 0x20, 0xca, 0x41, 0x1d, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x67, 0x61, 0x74,
52 0x65, 0x77, 0x61, 0x79, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
53 0x63, 0x6f, 0x6d, 0x42, 0xf6, 0x01, 0x0a, 0x26, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
54 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6b, 0x65, 0x63, 0x6f, 0x6e, 0x6e,
55 0x65, 0x63, 0x74, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x0c,
56 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x49,
57 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
58 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
59 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67, 0x6b, 0x65, 0x63,
60 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x76,
61 0x31, 0x3b, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0xaa, 0x02, 0x22, 0x47, 0x6f, 0x6f, 0x67,
62 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x47, 0x6b, 0x65, 0x43, 0x6f, 0x6e, 0x6e,
63 0x65, 0x63, 0x74, 0x2e, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02,
64 0x22, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x47, 0x6b,
65 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5c, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
66 0x5c, 0x56, 0x31, 0xea, 0x02, 0x26, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c,
67 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x47, 0x6b, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x3a,
68 0x3a, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72,
69 0x6f, 0x74, 0x6f, 0x33,
70 }
71
72 var file_google_cloud_gkeconnect_gateway_v1_gateway_proto_goTypes = []interface{}{}
73 var file_google_cloud_gkeconnect_gateway_v1_gateway_proto_depIdxs = []int32{
74 0,
75 0,
76 0,
77 0,
78 0,
79 }
80
81 func init() { file_google_cloud_gkeconnect_gateway_v1_gateway_proto_init() }
82 func file_google_cloud_gkeconnect_gateway_v1_gateway_proto_init() {
83 if File_google_cloud_gkeconnect_gateway_v1_gateway_proto != nil {
84 return
85 }
86 type x struct{}
87 out := protoimpl.TypeBuilder{
88 File: protoimpl.DescBuilder{
89 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
90 RawDescriptor: file_google_cloud_gkeconnect_gateway_v1_gateway_proto_rawDesc,
91 NumEnums: 0,
92 NumMessages: 0,
93 NumExtensions: 0,
94 NumServices: 1,
95 },
96 GoTypes: file_google_cloud_gkeconnect_gateway_v1_gateway_proto_goTypes,
97 DependencyIndexes: file_google_cloud_gkeconnect_gateway_v1_gateway_proto_depIdxs,
98 }.Build()
99 File_google_cloud_gkeconnect_gateway_v1_gateway_proto = out.File
100 file_google_cloud_gkeconnect_gateway_v1_gateway_proto_rawDesc = nil
101 file_google_cloud_gkeconnect_gateway_v1_gateway_proto_goTypes = nil
102 file_google_cloud_gkeconnect_gateway_v1_gateway_proto_depIdxs = nil
103 }
104
105
106 var _ context.Context
107 var _ grpc.ClientConnInterface
108
109
110
111 const _ = grpc.SupportPackageIsVersion6
112
113
114
115
116 type GatewayServiceClient interface {
117 }
118
119 type gatewayServiceClient struct {
120 cc grpc.ClientConnInterface
121 }
122
123 func NewGatewayServiceClient(cc grpc.ClientConnInterface) GatewayServiceClient {
124 return &gatewayServiceClient{cc}
125 }
126
127
128 type GatewayServiceServer interface {
129 }
130
131
132 type UnimplementedGatewayServiceServer struct {
133 }
134
135 func RegisterGatewayServiceServer(s *grpc.Server, srv GatewayServiceServer) {
136 s.RegisterService(&_GatewayService_serviceDesc, srv)
137 }
138
139 var _GatewayService_serviceDesc = grpc.ServiceDesc{
140 ServiceName: "google.cloud.gkeconnect.gateway.v1.GatewayService",
141 HandlerType: (*GatewayServiceServer)(nil),
142 Methods: []grpc.MethodDesc{},
143 Streams: []grpc.StreamDesc{},
144 Metadata: "google/cloud/gkeconnect/gateway/v1/gateway.proto",
145 }
146
View as plain text