1// Copyright 2020 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//     http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Code generated by protoc-gen-go. DO NOT EDIT.
16// versions:
17// 	protoc-gen-go v1.26.0
18// 	protoc        v3.12.2
19// source: google/devtools/artifactregistry/v1beta2/package.proto
20
21package artifactregistry
22
23import (
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	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
31)
32
33const (
34	// Verify that this generated code is sufficiently up-to-date.
35	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
36	// Verify that runtime/protoimpl is sufficiently up-to-date.
37	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
38)
39
40// Packages are named collections of versions.
41type Package struct {
42	state         protoimpl.MessageState
43	sizeCache     protoimpl.SizeCache
44	unknownFields protoimpl.UnknownFields
45
46	// The name of the package, for example:
47	// "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
48	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
49	// The display name of the package.
50	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
51	// The time when the package was created.
52	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
53	// The time when the package was last updated. This includes publishing a new
54	// version of the package.
55	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
56}
57
58func (x *Package) Reset() {
59	*x = Package{}
60	if protoimpl.UnsafeEnabled {
61		mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[0]
62		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
63		ms.StoreMessageInfo(mi)
64	}
65}
66
67func (x *Package) String() string {
68	return protoimpl.X.MessageStringOf(x)
69}
70
71func (*Package) ProtoMessage() {}
72
73func (x *Package) ProtoReflect() protoreflect.Message {
74	mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[0]
75	if protoimpl.UnsafeEnabled && x != nil {
76		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
77		if ms.LoadMessageInfo() == nil {
78			ms.StoreMessageInfo(mi)
79		}
80		return ms
81	}
82	return mi.MessageOf(x)
83}
84
85// Deprecated: Use Package.ProtoReflect.Descriptor instead.
86func (*Package) Descriptor() ([]byte, []int) {
87	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP(), []int{0}
88}
89
90func (x *Package) GetName() string {
91	if x != nil {
92		return x.Name
93	}
94	return ""
95}
96
97func (x *Package) GetDisplayName() string {
98	if x != nil {
99		return x.DisplayName
100	}
101	return ""
102}
103
104func (x *Package) GetCreateTime() *timestamppb.Timestamp {
105	if x != nil {
106		return x.CreateTime
107	}
108	return nil
109}
110
111func (x *Package) GetUpdateTime() *timestamppb.Timestamp {
112	if x != nil {
113		return x.UpdateTime
114	}
115	return nil
116}
117
118// The request to list packages.
119type ListPackagesRequest struct {
120	state         protoimpl.MessageState
121	sizeCache     protoimpl.SizeCache
122	unknownFields protoimpl.UnknownFields
123
124	// The name of the parent resource whose packages will be listed.
125	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
126	// The maximum number of packages to return.
127	// Maximum page size is 10,000.
128	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
129	// The next_page_token value returned from a previous list request, if any.
130	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
131}
132
133func (x *ListPackagesRequest) Reset() {
134	*x = ListPackagesRequest{}
135	if protoimpl.UnsafeEnabled {
136		mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[1]
137		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
138		ms.StoreMessageInfo(mi)
139	}
140}
141
142func (x *ListPackagesRequest) String() string {
143	return protoimpl.X.MessageStringOf(x)
144}
145
146func (*ListPackagesRequest) ProtoMessage() {}
147
148func (x *ListPackagesRequest) ProtoReflect() protoreflect.Message {
149	mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[1]
150	if protoimpl.UnsafeEnabled && x != nil {
151		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
152		if ms.LoadMessageInfo() == nil {
153			ms.StoreMessageInfo(mi)
154		}
155		return ms
156	}
157	return mi.MessageOf(x)
158}
159
160// Deprecated: Use ListPackagesRequest.ProtoReflect.Descriptor instead.
161func (*ListPackagesRequest) Descriptor() ([]byte, []int) {
162	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP(), []int{1}
163}
164
165func (x *ListPackagesRequest) GetParent() string {
166	if x != nil {
167		return x.Parent
168	}
169	return ""
170}
171
172func (x *ListPackagesRequest) GetPageSize() int32 {
173	if x != nil {
174		return x.PageSize
175	}
176	return 0
177}
178
179func (x *ListPackagesRequest) GetPageToken() string {
180	if x != nil {
181		return x.PageToken
182	}
183	return ""
184}
185
186// The response from listing packages.
187type ListPackagesResponse struct {
188	state         protoimpl.MessageState
189	sizeCache     protoimpl.SizeCache
190	unknownFields protoimpl.UnknownFields
191
192	// The packages returned.
193	Packages []*Package `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
194	// The token to retrieve the next page of packages, or empty if there are no
195	// more packages to return.
196	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
197}
198
199func (x *ListPackagesResponse) Reset() {
200	*x = ListPackagesResponse{}
201	if protoimpl.UnsafeEnabled {
202		mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[2]
203		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
204		ms.StoreMessageInfo(mi)
205	}
206}
207
208func (x *ListPackagesResponse) String() string {
209	return protoimpl.X.MessageStringOf(x)
210}
211
212func (*ListPackagesResponse) ProtoMessage() {}
213
214func (x *ListPackagesResponse) ProtoReflect() protoreflect.Message {
215	mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[2]
216	if protoimpl.UnsafeEnabled && x != nil {
217		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
218		if ms.LoadMessageInfo() == nil {
219			ms.StoreMessageInfo(mi)
220		}
221		return ms
222	}
223	return mi.MessageOf(x)
224}
225
226// Deprecated: Use ListPackagesResponse.ProtoReflect.Descriptor instead.
227func (*ListPackagesResponse) Descriptor() ([]byte, []int) {
228	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP(), []int{2}
229}
230
231func (x *ListPackagesResponse) GetPackages() []*Package {
232	if x != nil {
233		return x.Packages
234	}
235	return nil
236}
237
238func (x *ListPackagesResponse) GetNextPageToken() string {
239	if x != nil {
240		return x.NextPageToken
241	}
242	return ""
243}
244
245// The request to retrieve a package.
246type GetPackageRequest struct {
247	state         protoimpl.MessageState
248	sizeCache     protoimpl.SizeCache
249	unknownFields protoimpl.UnknownFields
250
251	// The name of the package to retrieve.
252	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
253}
254
255func (x *GetPackageRequest) Reset() {
256	*x = GetPackageRequest{}
257	if protoimpl.UnsafeEnabled {
258		mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[3]
259		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
260		ms.StoreMessageInfo(mi)
261	}
262}
263
264func (x *GetPackageRequest) String() string {
265	return protoimpl.X.MessageStringOf(x)
266}
267
268func (*GetPackageRequest) ProtoMessage() {}
269
270func (x *GetPackageRequest) ProtoReflect() protoreflect.Message {
271	mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[3]
272	if protoimpl.UnsafeEnabled && x != nil {
273		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
274		if ms.LoadMessageInfo() == nil {
275			ms.StoreMessageInfo(mi)
276		}
277		return ms
278	}
279	return mi.MessageOf(x)
280}
281
282// Deprecated: Use GetPackageRequest.ProtoReflect.Descriptor instead.
283func (*GetPackageRequest) Descriptor() ([]byte, []int) {
284	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP(), []int{3}
285}
286
287func (x *GetPackageRequest) GetName() string {
288	if x != nil {
289		return x.Name
290	}
291	return ""
292}
293
294// The request to delete a package.
295type DeletePackageRequest struct {
296	state         protoimpl.MessageState
297	sizeCache     protoimpl.SizeCache
298	unknownFields protoimpl.UnknownFields
299
300	// The name of the package to delete.
301	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
302}
303
304func (x *DeletePackageRequest) Reset() {
305	*x = DeletePackageRequest{}
306	if protoimpl.UnsafeEnabled {
307		mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[4]
308		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
309		ms.StoreMessageInfo(mi)
310	}
311}
312
313func (x *DeletePackageRequest) String() string {
314	return protoimpl.X.MessageStringOf(x)
315}
316
317func (*DeletePackageRequest) ProtoMessage() {}
318
319func (x *DeletePackageRequest) ProtoReflect() protoreflect.Message {
320	mi := &file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[4]
321	if protoimpl.UnsafeEnabled && x != nil {
322		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
323		if ms.LoadMessageInfo() == nil {
324			ms.StoreMessageInfo(mi)
325		}
326		return ms
327	}
328	return mi.MessageOf(x)
329}
330
331// Deprecated: Use DeletePackageRequest.ProtoReflect.Descriptor instead.
332func (*DeletePackageRequest) Descriptor() ([]byte, []int) {
333	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP(), []int{4}
334}
335
336func (x *DeletePackageRequest) GetName() string {
337	if x != nil {
338		return x.Name
339	}
340	return ""
341}
342
343var File_google_devtools_artifactregistry_v1beta2_package_proto protoreflect.FileDescriptor
344
345var file_google_devtools_artifactregistry_v1beta2_package_proto_rawDesc = []byte{
346	0x0a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c,
347	0x73, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74,
348	0x72, 0x79, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61,
349	0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
350	0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61,
351	0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74,
352	0x61, 0x32, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
353	0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72,
354	0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
355	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
356	0x6f, 0x22, 0xba, 0x01, 0x0a, 0x07, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a,
357	0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
358	0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d,
359	0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
360	0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74,
361	0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
362	0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
363	0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
364	0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65,
365	0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
366	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
367	0x6d, 0x70, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x69,
368	0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x52, 0x65,
369	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18,
370	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x1b, 0x0a,
371	0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
372	0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61,
373	0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
374	0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x8d, 0x01, 0x0a, 0x14, 0x4c, 0x69,
375	0x73, 0x74, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
376	0x73, 0x65, 0x12, 0x4d, 0x0a, 0x08, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01,
377	0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65,
378	0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72,
379	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e,
380	0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x52, 0x08, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
381	0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74,
382	0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74,
383	0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x27, 0x0a, 0x11, 0x47, 0x65, 0x74,
384	0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
385	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
386	0x6d, 0x65, 0x22, 0x2a, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b,
387	0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
388	0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x93,
389	0x02, 0x0a, 0x2c, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65,
390	0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72,
391	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x42,
392	0x0c, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a,
393	0x58, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f,
394	0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67,
395	0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2f,
396	0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79,
397	0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
398	0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0xaa, 0x02, 0x25, 0x47, 0x6f, 0x6f, 0x67,
399	0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
400	0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61,
401	0x32, 0xca, 0x02, 0x25, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64,
402	0x5c, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
403	0x79, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0xea, 0x02, 0x28, 0x47, 0x6f, 0x6f, 0x67,
404	0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x72, 0x74, 0x69, 0x66,
405	0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62,
406	0x65, 0x74, 0x61, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
407}
408
409var (
410	file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescOnce sync.Once
411	file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescData = file_google_devtools_artifactregistry_v1beta2_package_proto_rawDesc
412)
413
414func file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescGZIP() []byte {
415	file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescOnce.Do(func() {
416		file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescData)
417	})
418	return file_google_devtools_artifactregistry_v1beta2_package_proto_rawDescData
419}
420
421var file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
422var file_google_devtools_artifactregistry_v1beta2_package_proto_goTypes = []interface{}{
423	(*Package)(nil),               // 0: google.devtools.artifactregistry.v1beta2.Package
424	(*ListPackagesRequest)(nil),   // 1: google.devtools.artifactregistry.v1beta2.ListPackagesRequest
425	(*ListPackagesResponse)(nil),  // 2: google.devtools.artifactregistry.v1beta2.ListPackagesResponse
426	(*GetPackageRequest)(nil),     // 3: google.devtools.artifactregistry.v1beta2.GetPackageRequest
427	(*DeletePackageRequest)(nil),  // 4: google.devtools.artifactregistry.v1beta2.DeletePackageRequest
428	(*timestamppb.Timestamp)(nil), // 5: google.protobuf.Timestamp
429}
430var file_google_devtools_artifactregistry_v1beta2_package_proto_depIdxs = []int32{
431	5, // 0: google.devtools.artifactregistry.v1beta2.Package.create_time:type_name -> google.protobuf.Timestamp
432	5, // 1: google.devtools.artifactregistry.v1beta2.Package.update_time:type_name -> google.protobuf.Timestamp
433	0, // 2: google.devtools.artifactregistry.v1beta2.ListPackagesResponse.packages:type_name -> google.devtools.artifactregistry.v1beta2.Package
434	3, // [3:3] is the sub-list for method output_type
435	3, // [3:3] is the sub-list for method input_type
436	3, // [3:3] is the sub-list for extension type_name
437	3, // [3:3] is the sub-list for extension extendee
438	0, // [0:3] is the sub-list for field type_name
439}
440
441func init() { file_google_devtools_artifactregistry_v1beta2_package_proto_init() }
442func file_google_devtools_artifactregistry_v1beta2_package_proto_init() {
443	if File_google_devtools_artifactregistry_v1beta2_package_proto != nil {
444		return
445	}
446	if !protoimpl.UnsafeEnabled {
447		file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
448			switch v := v.(*Package); i {
449			case 0:
450				return &v.state
451			case 1:
452				return &v.sizeCache
453			case 2:
454				return &v.unknownFields
455			default:
456				return nil
457			}
458		}
459		file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
460			switch v := v.(*ListPackagesRequest); i {
461			case 0:
462				return &v.state
463			case 1:
464				return &v.sizeCache
465			case 2:
466				return &v.unknownFields
467			default:
468				return nil
469			}
470		}
471		file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
472			switch v := v.(*ListPackagesResponse); i {
473			case 0:
474				return &v.state
475			case 1:
476				return &v.sizeCache
477			case 2:
478				return &v.unknownFields
479			default:
480				return nil
481			}
482		}
483		file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
484			switch v := v.(*GetPackageRequest); i {
485			case 0:
486				return &v.state
487			case 1:
488				return &v.sizeCache
489			case 2:
490				return &v.unknownFields
491			default:
492				return nil
493			}
494		}
495		file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
496			switch v := v.(*DeletePackageRequest); i {
497			case 0:
498				return &v.state
499			case 1:
500				return &v.sizeCache
501			case 2:
502				return &v.unknownFields
503			default:
504				return nil
505			}
506		}
507	}
508	type x struct{}
509	out := protoimpl.TypeBuilder{
510		File: protoimpl.DescBuilder{
511			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
512			RawDescriptor: file_google_devtools_artifactregistry_v1beta2_package_proto_rawDesc,
513			NumEnums:      0,
514			NumMessages:   5,
515			NumExtensions: 0,
516			NumServices:   0,
517		},
518		GoTypes:           file_google_devtools_artifactregistry_v1beta2_package_proto_goTypes,
519		DependencyIndexes: file_google_devtools_artifactregistry_v1beta2_package_proto_depIdxs,
520		MessageInfos:      file_google_devtools_artifactregistry_v1beta2_package_proto_msgTypes,
521	}.Build()
522	File_google_devtools_artifactregistry_v1beta2_package_proto = out.File
523	file_google_devtools_artifactregistry_v1beta2_package_proto_rawDesc = nil
524	file_google_devtools_artifactregistry_v1beta2_package_proto_goTypes = nil
525	file_google_devtools_artifactregistry_v1beta2_package_proto_depIdxs = nil
526}
527