-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmessagequeue.pb.go
More file actions
107 lines (96 loc) · 3.85 KB
/
Copy pathmessagequeue.pb.go
File metadata and controls
107 lines (96 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// Copyright (c) 2025 Uber Technologies, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.10
// protoc v5.29.3
// source: messagequeue.proto
package protopb
import (
reflect "reflect"
unsafe "unsafe"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var file_messagequeue_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: ([]string)(nil),
Field: 50001,
Name: "uber.base.messagequeue.topic_keys",
Tag: "bytes,50001,rep,name=topic_keys",
Filename: "messagequeue.proto",
},
}
// Extension fields to descriptorpb.MessageOptions.
var (
// topic_keys are the stable logical topic keys that carry this message — not
// concrete wire names. Each implementer maps a key to whatever topic name its
// broker/queue requires (subject to that backend's naming constraints); our
// Go wiring maps it via consumer.TopicRegistry. The reverse index
// (key -> message) is derivable; this is the single source of truth.
// Extension field 50001 is in the 50000-99999 range reserved for
// organization-internal use.
//
// repeated string topic_keys = 50001;
E_TopicKeys = &file_messagequeue_proto_extTypes[0]
)
var File_messagequeue_proto protoreflect.FileDescriptor
const file_messagequeue_proto_rawDesc = "" +
"\n" +
"\x12messagequeue.proto\x12\x16uber.base.messagequeue\x1a google/protobuf/descriptor.proto:@\n" +
"\n" +
"topic_keys\x12\x1f.google.protobuf.MessageOptions\x18ц\x03 \x03(\tR\ttopicKeysBx\n" +
"&com.uber.submitqueue.base.messagequeueB\x11MessageQueueProtoP\x01Z9github.com/uber/submitqueue/api/base/messagequeue/protopbb\x06proto3"
var file_messagequeue_proto_goTypes = []any{
(*descriptorpb.MessageOptions)(nil), // 0: google.protobuf.MessageOptions
}
var file_messagequeue_proto_depIdxs = []int32{
0, // 0: uber.base.messagequeue.topic_keys:extendee -> google.protobuf.MessageOptions
1, // [1:1] is the sub-list for method output_type
1, // [1:1] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
0, // [0:1] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_messagequeue_proto_init() }
func file_messagequeue_proto_init() {
if File_messagequeue_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_messagequeue_proto_rawDesc), len(file_messagequeue_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 1,
NumServices: 0,
},
GoTypes: file_messagequeue_proto_goTypes,
DependencyIndexes: file_messagequeue_proto_depIdxs,
ExtensionInfos: file_messagequeue_proto_extTypes,
}.Build()
File_messagequeue_proto = out.File
file_messagequeue_proto_goTypes = nil
file_messagequeue_proto_depIdxs = nil
}