1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package artifactregistrypb
22
23 import (
24 reflect "reflect"
25 sync "sync"
26
27 _ "google.golang.org/genproto/googleapis/api/annotations"
28 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
29 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
30 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
31 )
32
33 const (
34
35 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
36
37 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
38 )
39
40
41 type ProjectSettings_RedirectionState int32
42
43 const (
44
45 ProjectSettings_REDIRECTION_STATE_UNSPECIFIED ProjectSettings_RedirectionState = 0
46
47 ProjectSettings_REDIRECTION_FROM_GCR_IO_DISABLED ProjectSettings_RedirectionState = 1
48
49 ProjectSettings_REDIRECTION_FROM_GCR_IO_ENABLED ProjectSettings_RedirectionState = 2
50
51 ProjectSettings_REDIRECTION_FROM_GCR_IO_FINALIZED ProjectSettings_RedirectionState = 3
52 )
53
54
55 var (
56 ProjectSettings_RedirectionState_name = map[int32]string{
57 0: "REDIRECTION_STATE_UNSPECIFIED",
58 1: "REDIRECTION_FROM_GCR_IO_DISABLED",
59 2: "REDIRECTION_FROM_GCR_IO_ENABLED",
60 3: "REDIRECTION_FROM_GCR_IO_FINALIZED",
61 }
62 ProjectSettings_RedirectionState_value = map[string]int32{
63 "REDIRECTION_STATE_UNSPECIFIED": 0,
64 "REDIRECTION_FROM_GCR_IO_DISABLED": 1,
65 "REDIRECTION_FROM_GCR_IO_ENABLED": 2,
66 "REDIRECTION_FROM_GCR_IO_FINALIZED": 3,
67 }
68 )
69
70 func (x ProjectSettings_RedirectionState) Enum() *ProjectSettings_RedirectionState {
71 p := new(ProjectSettings_RedirectionState)
72 *p = x
73 return p
74 }
75
76 func (x ProjectSettings_RedirectionState) String() string {
77 return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
78 }
79
80 func (ProjectSettings_RedirectionState) Descriptor() protoreflect.EnumDescriptor {
81 return file_google_devtools_artifactregistry_v1beta2_settings_proto_enumTypes[0].Descriptor()
82 }
83
84 func (ProjectSettings_RedirectionState) Type() protoreflect.EnumType {
85 return &file_google_devtools_artifactregistry_v1beta2_settings_proto_enumTypes[0]
86 }
87
88 func (x ProjectSettings_RedirectionState) Number() protoreflect.EnumNumber {
89 return protoreflect.EnumNumber(x)
90 }
91
92
93 func (ProjectSettings_RedirectionState) EnumDescriptor() ([]byte, []int) {
94 return file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescGZIP(), []int{0, 0}
95 }
96
97
98 type ProjectSettings struct {
99 state protoimpl.MessageState
100 sizeCache protoimpl.SizeCache
101 unknownFields protoimpl.UnknownFields
102
103
104
105
106
107
108
109
110 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
111
112 LegacyRedirectionState ProjectSettings_RedirectionState `protobuf:"varint,2,opt,name=legacy_redirection_state,json=legacyRedirectionState,proto3,enum=google.devtools.artifactregistry.v1beta2.ProjectSettings_RedirectionState" json:"legacy_redirection_state,omitempty"`
113 }
114
115 func (x *ProjectSettings) Reset() {
116 *x = ProjectSettings{}
117 if protoimpl.UnsafeEnabled {
118 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[0]
119 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
120 ms.StoreMessageInfo(mi)
121 }
122 }
123
124 func (x *ProjectSettings) String() string {
125 return protoimpl.X.MessageStringOf(x)
126 }
127
128 func (*ProjectSettings) ProtoMessage() {}
129
130 func (x *ProjectSettings) ProtoReflect() protoreflect.Message {
131 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[0]
132 if protoimpl.UnsafeEnabled && x != nil {
133 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
134 if ms.LoadMessageInfo() == nil {
135 ms.StoreMessageInfo(mi)
136 }
137 return ms
138 }
139 return mi.MessageOf(x)
140 }
141
142
143 func (*ProjectSettings) Descriptor() ([]byte, []int) {
144 return file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescGZIP(), []int{0}
145 }
146
147 func (x *ProjectSettings) GetName() string {
148 if x != nil {
149 return x.Name
150 }
151 return ""
152 }
153
154 func (x *ProjectSettings) GetLegacyRedirectionState() ProjectSettings_RedirectionState {
155 if x != nil {
156 return x.LegacyRedirectionState
157 }
158 return ProjectSettings_REDIRECTION_STATE_UNSPECIFIED
159 }
160
161
162 type GetProjectSettingsRequest struct {
163 state protoimpl.MessageState
164 sizeCache protoimpl.SizeCache
165 unknownFields protoimpl.UnknownFields
166
167
168 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
169 }
170
171 func (x *GetProjectSettingsRequest) Reset() {
172 *x = GetProjectSettingsRequest{}
173 if protoimpl.UnsafeEnabled {
174 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[1]
175 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
176 ms.StoreMessageInfo(mi)
177 }
178 }
179
180 func (x *GetProjectSettingsRequest) String() string {
181 return protoimpl.X.MessageStringOf(x)
182 }
183
184 func (*GetProjectSettingsRequest) ProtoMessage() {}
185
186 func (x *GetProjectSettingsRequest) ProtoReflect() protoreflect.Message {
187 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[1]
188 if protoimpl.UnsafeEnabled && x != nil {
189 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
190 if ms.LoadMessageInfo() == nil {
191 ms.StoreMessageInfo(mi)
192 }
193 return ms
194 }
195 return mi.MessageOf(x)
196 }
197
198
199 func (*GetProjectSettingsRequest) Descriptor() ([]byte, []int) {
200 return file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescGZIP(), []int{1}
201 }
202
203 func (x *GetProjectSettingsRequest) GetName() string {
204 if x != nil {
205 return x.Name
206 }
207 return ""
208 }
209
210
211 type UpdateProjectSettingsRequest struct {
212 state protoimpl.MessageState
213 sizeCache protoimpl.SizeCache
214 unknownFields protoimpl.UnknownFields
215
216
217 ProjectSettings *ProjectSettings `protobuf:"bytes,2,opt,name=project_settings,json=projectSettings,proto3" json:"project_settings,omitempty"`
218
219 UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
220 }
221
222 func (x *UpdateProjectSettingsRequest) Reset() {
223 *x = UpdateProjectSettingsRequest{}
224 if protoimpl.UnsafeEnabled {
225 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[2]
226 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
227 ms.StoreMessageInfo(mi)
228 }
229 }
230
231 func (x *UpdateProjectSettingsRequest) String() string {
232 return protoimpl.X.MessageStringOf(x)
233 }
234
235 func (*UpdateProjectSettingsRequest) ProtoMessage() {}
236
237 func (x *UpdateProjectSettingsRequest) ProtoReflect() protoreflect.Message {
238 mi := &file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[2]
239 if protoimpl.UnsafeEnabled && x != nil {
240 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
241 if ms.LoadMessageInfo() == nil {
242 ms.StoreMessageInfo(mi)
243 }
244 return ms
245 }
246 return mi.MessageOf(x)
247 }
248
249
250 func (*UpdateProjectSettingsRequest) Descriptor() ([]byte, []int) {
251 return file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescGZIP(), []int{2}
252 }
253
254 func (x *UpdateProjectSettingsRequest) GetProjectSettings() *ProjectSettings {
255 if x != nil {
256 return x.ProjectSettings
257 }
258 return nil
259 }
260
261 func (x *UpdateProjectSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
262 if x != nil {
263 return x.UpdateMask
264 }
265 return nil
266 }
267
268 var File_google_devtools_artifactregistry_v1beta2_settings_proto protoreflect.FileDescriptor
269
270 var file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDesc = []byte{
271 0x0a, 0x37, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c,
272 0x73, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74,
273 0x72, 0x79, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2f, 0x73, 0x65, 0x74, 0x74, 0x69,
274 0x6e, 0x67, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
275 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66,
276 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65,
277 0x74, 0x61, 0x32, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
278 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70,
279 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69,
280 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
281 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
282 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74,
283 0x6f, 0x22, 0xb0, 0x03, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x74,
284 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
285 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x84, 0x01, 0x0a, 0x18, 0x6c, 0x65,
286 0x67, 0x61, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
287 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x4a, 0x2e, 0x67,
288 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61,
289 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e,
290 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53,
291 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74,
292 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x16, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79,
293 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65,
294 0x22, 0xa7, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
295 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x52, 0x45, 0x44, 0x49, 0x52, 0x45, 0x43,
296 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45,
297 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x24, 0x0a, 0x20, 0x52, 0x45, 0x44, 0x49,
298 0x52, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x46, 0x52, 0x4f, 0x4d, 0x5f, 0x47, 0x43, 0x52,
299 0x5f, 0x49, 0x4f, 0x5f, 0x44, 0x49, 0x53, 0x41, 0x42, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x12, 0x23,
300 0x0a, 0x1f, 0x52, 0x45, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x46, 0x52,
301 0x4f, 0x4d, 0x5f, 0x47, 0x43, 0x52, 0x5f, 0x49, 0x4f, 0x5f, 0x45, 0x4e, 0x41, 0x42, 0x4c, 0x45,
302 0x44, 0x10, 0x02, 0x12, 0x25, 0x0a, 0x21, 0x52, 0x45, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x49,
303 0x4f, 0x4e, 0x5f, 0x46, 0x52, 0x4f, 0x4d, 0x5f, 0x47, 0x43, 0x52, 0x5f, 0x49, 0x4f, 0x5f, 0x46,
304 0x49, 0x4e, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x03, 0x3a, 0x58, 0xea, 0x41, 0x55, 0x0a,
305 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
306 0x79, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
307 0x2f, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
308 0x12, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
309 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x74, 0x74,
310 0x69, 0x6e, 0x67, 0x73, 0x22, 0x68, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
311 0x63, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
312 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
313 0x37, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x31, 0x0a, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
314 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
315 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
316 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xc1,
317 0x01, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
318 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
319 0x64, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69,
320 0x6e, 0x67, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
321 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69,
322 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62,
323 0x65, 0x74, 0x61, 0x32, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x74, 0x74,
324 0x69, 0x6e, 0x67, 0x73, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x74,
325 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
326 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
327 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65,
328 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61,
329 0x73, 0x6b, 0x42, 0x91, 0x02, 0x0a, 0x2c, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
330 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66,
331 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65,
332 0x74, 0x61, 0x32, 0x42, 0x0d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x72, 0x6f,
333 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x55, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
334 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61,
335 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31,
336 0x62, 0x65, 0x74, 0x61, 0x32, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65,
337 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x70, 0x62, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
338 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x70, 0x62, 0xaa, 0x02, 0x25, 0x47, 0x6f,
339 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66,
340 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x56, 0x31, 0x42, 0x65,
341 0x74, 0x61, 0x32, 0xca, 0x02, 0x25, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f,
342 0x75, 0x64, 0x5c, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73,
343 0x74, 0x72, 0x79, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0xea, 0x02, 0x28, 0x47, 0x6f,
344 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x72, 0x74,
345 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56,
346 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
347 }
348
349 var (
350 file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescOnce sync.Once
351 file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescData = file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDesc
352 )
353
354 func file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescGZIP() []byte {
355 file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescOnce.Do(func() {
356 file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescData)
357 })
358 return file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDescData
359 }
360
361 var file_google_devtools_artifactregistry_v1beta2_settings_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
362 var file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
363 var file_google_devtools_artifactregistry_v1beta2_settings_proto_goTypes = []interface{}{
364 (ProjectSettings_RedirectionState)(0),
365 (*ProjectSettings)(nil),
366 (*GetProjectSettingsRequest)(nil),
367 (*UpdateProjectSettingsRequest)(nil),
368 (*fieldmaskpb.FieldMask)(nil),
369 }
370 var file_google_devtools_artifactregistry_v1beta2_settings_proto_depIdxs = []int32{
371 0,
372 1,
373 4,
374 3,
375 3,
376 3,
377 3,
378 0,
379 }
380
381 func init() { file_google_devtools_artifactregistry_v1beta2_settings_proto_init() }
382 func file_google_devtools_artifactregistry_v1beta2_settings_proto_init() {
383 if File_google_devtools_artifactregistry_v1beta2_settings_proto != nil {
384 return
385 }
386 if !protoimpl.UnsafeEnabled {
387 file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
388 switch v := v.(*ProjectSettings); i {
389 case 0:
390 return &v.state
391 case 1:
392 return &v.sizeCache
393 case 2:
394 return &v.unknownFields
395 default:
396 return nil
397 }
398 }
399 file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
400 switch v := v.(*GetProjectSettingsRequest); i {
401 case 0:
402 return &v.state
403 case 1:
404 return &v.sizeCache
405 case 2:
406 return &v.unknownFields
407 default:
408 return nil
409 }
410 }
411 file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
412 switch v := v.(*UpdateProjectSettingsRequest); i {
413 case 0:
414 return &v.state
415 case 1:
416 return &v.sizeCache
417 case 2:
418 return &v.unknownFields
419 default:
420 return nil
421 }
422 }
423 }
424 type x struct{}
425 out := protoimpl.TypeBuilder{
426 File: protoimpl.DescBuilder{
427 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
428 RawDescriptor: file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDesc,
429 NumEnums: 1,
430 NumMessages: 3,
431 NumExtensions: 0,
432 NumServices: 0,
433 },
434 GoTypes: file_google_devtools_artifactregistry_v1beta2_settings_proto_goTypes,
435 DependencyIndexes: file_google_devtools_artifactregistry_v1beta2_settings_proto_depIdxs,
436 EnumInfos: file_google_devtools_artifactregistry_v1beta2_settings_proto_enumTypes,
437 MessageInfos: file_google_devtools_artifactregistry_v1beta2_settings_proto_msgTypes,
438 }.Build()
439 File_google_devtools_artifactregistry_v1beta2_settings_proto = out.File
440 file_google_devtools_artifactregistry_v1beta2_settings_proto_rawDesc = nil
441 file_google_devtools_artifactregistry_v1beta2_settings_proto_goTypes = nil
442 file_google_devtools_artifactregistry_v1beta2_settings_proto_depIdxs = nil
443 }
444
View as plain text