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_v1alpha1_gateway_proto protoreflect.FileDescriptor
41
42 var file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_rawDesc = []byte{
43 0x0a, 0x36, 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, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77,
46 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
47 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6b, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
48 0x74, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68,
49 0x61, 0x31, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63,
50 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x32, 0x0a, 0x0e, 0x47,
51 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x1a, 0x20, 0xca,
52 0x41, 0x1d, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
53 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x42,
54 0x94, 0x02, 0x0a, 0x2c, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63,
55 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6b, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e,
56 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31,
57 0x42, 0x0c, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01,
58 0x5a, 0x4f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
59 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f,
60 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67, 0x6b,
61 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
62 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61,
63 0x79, 0xaa, 0x02, 0x28, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64,
64 0x2e, 0x47, 0x6b, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x61, 0x74, 0x65,
65 0x77, 0x61, 0x79, 0x2e, 0x56, 0x31, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x28, 0x47,
66 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x47, 0x6b, 0x65, 0x43,
67 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5c, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x5c, 0x56,
68 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xea, 0x02, 0x2c, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
69 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x47, 0x6b, 0x65, 0x43, 0x6f, 0x6e, 0x6e,
70 0x65, 0x63, 0x74, 0x3a, 0x3a, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x3a, 0x3a, 0x56, 0x31,
71 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
72 }
73
74 var file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_goTypes = []interface{}{}
75 var file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_depIdxs = []int32{
76 0,
77 0,
78 0,
79 0,
80 0,
81 }
82
83 func init() { file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_init() }
84 func file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_init() {
85 if File_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto != nil {
86 return
87 }
88 type x struct{}
89 out := protoimpl.TypeBuilder{
90 File: protoimpl.DescBuilder{
91 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
92 RawDescriptor: file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_rawDesc,
93 NumEnums: 0,
94 NumMessages: 0,
95 NumExtensions: 0,
96 NumServices: 1,
97 },
98 GoTypes: file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_goTypes,
99 DependencyIndexes: file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_depIdxs,
100 }.Build()
101 File_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto = out.File
102 file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_rawDesc = nil
103 file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_goTypes = nil
104 file_google_cloud_gkeconnect_gateway_v1alpha1_gateway_proto_depIdxs = nil
105 }
106
107
108 var _ context.Context
109 var _ grpc.ClientConnInterface
110
111
112
113 const _ = grpc.SupportPackageIsVersion6
114
115
116
117
118 type GatewayServiceClient interface {
119 }
120
121 type gatewayServiceClient struct {
122 cc grpc.ClientConnInterface
123 }
124
125 func NewGatewayServiceClient(cc grpc.ClientConnInterface) GatewayServiceClient {
126 return &gatewayServiceClient{cc}
127 }
128
129
130 type GatewayServiceServer interface {
131 }
132
133
134 type UnimplementedGatewayServiceServer struct {
135 }
136
137 func RegisterGatewayServiceServer(s *grpc.Server, srv GatewayServiceServer) {
138 s.RegisterService(&_GatewayService_serviceDesc, srv)
139 }
140
141 var _GatewayService_serviceDesc = grpc.ServiceDesc{
142 ServiceName: "google.cloud.gkeconnect.gateway.v1alpha1.GatewayService",
143 HandlerType: (*GatewayServiceServer)(nil),
144 Methods: []grpc.MethodDesc{},
145 Streams: []grpc.StreamDesc{},
146 Metadata: "google/cloud/gkeconnect/gateway/v1alpha1/gateway.proto",
147 }
148
View as plain text