1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package sql
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_sql_v1_cloud_sql_instance_names_proto protoreflect.FileDescriptor
41
42 var file_google_cloud_sql_v1_cloud_sql_instance_names_proto_rawDesc = []byte{
43 0x0a, 0x32, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x73,
44 0x71, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x73, 0x71, 0x6c, 0x5f,
45 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x70,
46 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f,
47 0x75, 0x64, 0x2e, 0x73, 0x71, 0x6c, 0x2e, 0x76, 0x31, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
48 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f,
49 0x74, 0x6f, 0x32, 0x35, 0x0a, 0x17, 0x53, 0x71, 0x6c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
50 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x1a, 0x1a, 0xca,
51 0x41, 0x17, 0x73, 0x71, 0x6c, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
52 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x42, 0x76, 0x0a, 0x17, 0x63, 0x6f, 0x6d,
53 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x73, 0x71,
54 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x21, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x53, 0x71, 0x6c, 0x49, 0x6e,
55 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69,
56 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
57 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e,
58 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73,
59 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x73, 0x71, 0x6c, 0x2f, 0x76, 0x31, 0x3b, 0x73, 0x71,
60 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
61 }
62
63 var file_google_cloud_sql_v1_cloud_sql_instance_names_proto_goTypes = []interface{}{}
64 var file_google_cloud_sql_v1_cloud_sql_instance_names_proto_depIdxs = []int32{
65 0,
66 0,
67 0,
68 0,
69 0,
70 }
71
72 func init() { file_google_cloud_sql_v1_cloud_sql_instance_names_proto_init() }
73 func file_google_cloud_sql_v1_cloud_sql_instance_names_proto_init() {
74 if File_google_cloud_sql_v1_cloud_sql_instance_names_proto != nil {
75 return
76 }
77 type x struct{}
78 out := protoimpl.TypeBuilder{
79 File: protoimpl.DescBuilder{
80 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
81 RawDescriptor: file_google_cloud_sql_v1_cloud_sql_instance_names_proto_rawDesc,
82 NumEnums: 0,
83 NumMessages: 0,
84 NumExtensions: 0,
85 NumServices: 1,
86 },
87 GoTypes: file_google_cloud_sql_v1_cloud_sql_instance_names_proto_goTypes,
88 DependencyIndexes: file_google_cloud_sql_v1_cloud_sql_instance_names_proto_depIdxs,
89 }.Build()
90 File_google_cloud_sql_v1_cloud_sql_instance_names_proto = out.File
91 file_google_cloud_sql_v1_cloud_sql_instance_names_proto_rawDesc = nil
92 file_google_cloud_sql_v1_cloud_sql_instance_names_proto_goTypes = nil
93 file_google_cloud_sql_v1_cloud_sql_instance_names_proto_depIdxs = nil
94 }
95
96
97 var _ context.Context
98 var _ grpc.ClientConnInterface
99
100
101
102 const _ = grpc.SupportPackageIsVersion6
103
104
105
106
107 type SqlInstanceNamesServiceClient interface {
108 }
109
110 type sqlInstanceNamesServiceClient struct {
111 cc grpc.ClientConnInterface
112 }
113
114 func NewSqlInstanceNamesServiceClient(cc grpc.ClientConnInterface) SqlInstanceNamesServiceClient {
115 return &sqlInstanceNamesServiceClient{cc}
116 }
117
118
119 type SqlInstanceNamesServiceServer interface {
120 }
121
122
123 type UnimplementedSqlInstanceNamesServiceServer struct {
124 }
125
126 func RegisterSqlInstanceNamesServiceServer(s *grpc.Server, srv SqlInstanceNamesServiceServer) {
127 s.RegisterService(&_SqlInstanceNamesService_serviceDesc, srv)
128 }
129
130 var _SqlInstanceNamesService_serviceDesc = grpc.ServiceDesc{
131 ServiceName: "google.cloud.sql.v1.SqlInstanceNamesService",
132 HandlerType: (*SqlInstanceNamesServiceServer)(nil),
133 Methods: []grpc.MethodDesc{},
134 Streams: []grpc.StreamDesc{},
135 Metadata: "google/cloud/sql/v1/cloud_sql_instance_names.proto",
136 }
137
View as plain text