...

Source file src/cloud.google.com/go/artifactregistry/apiv1beta2/artifactregistrypb/yum_artifact.pb.go

Documentation: cloud.google.com/go/artifactregistry/apiv1beta2/artifactregistrypb

     1  // Copyright 2022 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.33.0
    18  // 	protoc        v4.25.3
    19  // source: google/devtools/artifactregistry/v1beta2/yum_artifact.proto
    20  
    21  package artifactregistrypb
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	_ "google.golang.org/genproto/googleapis/api/annotations"
    28  	status "google.golang.org/genproto/googleapis/rpc/status"
    29  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    30  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    31  )
    32  
    33  const (
    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  // Package type is either binary or source.
    41  type YumArtifact_PackageType int32
    42  
    43  const (
    44  	// Package type is not specified.
    45  	YumArtifact_PACKAGE_TYPE_UNSPECIFIED YumArtifact_PackageType = 0
    46  	// Binary package (.rpm).
    47  	YumArtifact_BINARY YumArtifact_PackageType = 1
    48  	// Source package (.srpm).
    49  	YumArtifact_SOURCE YumArtifact_PackageType = 2
    50  )
    51  
    52  // Enum value maps for YumArtifact_PackageType.
    53  var (
    54  	YumArtifact_PackageType_name = map[int32]string{
    55  		0: "PACKAGE_TYPE_UNSPECIFIED",
    56  		1: "BINARY",
    57  		2: "SOURCE",
    58  	}
    59  	YumArtifact_PackageType_value = map[string]int32{
    60  		"PACKAGE_TYPE_UNSPECIFIED": 0,
    61  		"BINARY":                   1,
    62  		"SOURCE":                   2,
    63  	}
    64  )
    65  
    66  func (x YumArtifact_PackageType) Enum() *YumArtifact_PackageType {
    67  	p := new(YumArtifact_PackageType)
    68  	*p = x
    69  	return p
    70  }
    71  
    72  func (x YumArtifact_PackageType) String() string {
    73  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    74  }
    75  
    76  func (YumArtifact_PackageType) Descriptor() protoreflect.EnumDescriptor {
    77  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_enumTypes[0].Descriptor()
    78  }
    79  
    80  func (YumArtifact_PackageType) Type() protoreflect.EnumType {
    81  	return &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_enumTypes[0]
    82  }
    83  
    84  func (x YumArtifact_PackageType) Number() protoreflect.EnumNumber {
    85  	return protoreflect.EnumNumber(x)
    86  }
    87  
    88  // Deprecated: Use YumArtifact_PackageType.Descriptor instead.
    89  func (YumArtifact_PackageType) EnumDescriptor() ([]byte, []int) {
    90  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{0, 0}
    91  }
    92  
    93  // A detailed representation of a Yum artifact.
    94  type YumArtifact struct {
    95  	state         protoimpl.MessageState
    96  	sizeCache     protoimpl.SizeCache
    97  	unknownFields protoimpl.UnknownFields
    98  
    99  	// Output only. The Artifact Registry resource name of the artifact.
   100  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
   101  	// Output only. The yum package name of the artifact.
   102  	PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
   103  	// Output only. An artifact is a binary or source package.
   104  	PackageType YumArtifact_PackageType `protobuf:"varint,3,opt,name=package_type,json=packageType,proto3,enum=google.devtools.artifactregistry.v1beta2.YumArtifact_PackageType" json:"package_type,omitempty"`
   105  	// Output only. Operating system architecture of the artifact.
   106  	Architecture string `protobuf:"bytes,4,opt,name=architecture,proto3" json:"architecture,omitempty"`
   107  }
   108  
   109  func (x *YumArtifact) Reset() {
   110  	*x = YumArtifact{}
   111  	if protoimpl.UnsafeEnabled {
   112  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[0]
   113  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   114  		ms.StoreMessageInfo(mi)
   115  	}
   116  }
   117  
   118  func (x *YumArtifact) String() string {
   119  	return protoimpl.X.MessageStringOf(x)
   120  }
   121  
   122  func (*YumArtifact) ProtoMessage() {}
   123  
   124  func (x *YumArtifact) ProtoReflect() protoreflect.Message {
   125  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[0]
   126  	if protoimpl.UnsafeEnabled && x != nil {
   127  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   128  		if ms.LoadMessageInfo() == nil {
   129  			ms.StoreMessageInfo(mi)
   130  		}
   131  		return ms
   132  	}
   133  	return mi.MessageOf(x)
   134  }
   135  
   136  // Deprecated: Use YumArtifact.ProtoReflect.Descriptor instead.
   137  func (*YumArtifact) Descriptor() ([]byte, []int) {
   138  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{0}
   139  }
   140  
   141  func (x *YumArtifact) GetName() string {
   142  	if x != nil {
   143  		return x.Name
   144  	}
   145  	return ""
   146  }
   147  
   148  func (x *YumArtifact) GetPackageName() string {
   149  	if x != nil {
   150  		return x.PackageName
   151  	}
   152  	return ""
   153  }
   154  
   155  func (x *YumArtifact) GetPackageType() YumArtifact_PackageType {
   156  	if x != nil {
   157  		return x.PackageType
   158  	}
   159  	return YumArtifact_PACKAGE_TYPE_UNSPECIFIED
   160  }
   161  
   162  func (x *YumArtifact) GetArchitecture() string {
   163  	if x != nil {
   164  		return x.Architecture
   165  	}
   166  	return ""
   167  }
   168  
   169  // Google Cloud Storage location where the artifacts currently reside.
   170  type ImportYumArtifactsGcsSource struct {
   171  	state         protoimpl.MessageState
   172  	sizeCache     protoimpl.SizeCache
   173  	unknownFields protoimpl.UnknownFields
   174  
   175  	// Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
   176  	Uris []string `protobuf:"bytes,1,rep,name=uris,proto3" json:"uris,omitempty"`
   177  	// Supports URI wildcards for matching multiple objects from a single URI.
   178  	UseWildcards bool `protobuf:"varint,2,opt,name=use_wildcards,json=useWildcards,proto3" json:"use_wildcards,omitempty"`
   179  }
   180  
   181  func (x *ImportYumArtifactsGcsSource) Reset() {
   182  	*x = ImportYumArtifactsGcsSource{}
   183  	if protoimpl.UnsafeEnabled {
   184  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[1]
   185  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   186  		ms.StoreMessageInfo(mi)
   187  	}
   188  }
   189  
   190  func (x *ImportYumArtifactsGcsSource) String() string {
   191  	return protoimpl.X.MessageStringOf(x)
   192  }
   193  
   194  func (*ImportYumArtifactsGcsSource) ProtoMessage() {}
   195  
   196  func (x *ImportYumArtifactsGcsSource) ProtoReflect() protoreflect.Message {
   197  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[1]
   198  	if protoimpl.UnsafeEnabled && x != nil {
   199  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   200  		if ms.LoadMessageInfo() == nil {
   201  			ms.StoreMessageInfo(mi)
   202  		}
   203  		return ms
   204  	}
   205  	return mi.MessageOf(x)
   206  }
   207  
   208  // Deprecated: Use ImportYumArtifactsGcsSource.ProtoReflect.Descriptor instead.
   209  func (*ImportYumArtifactsGcsSource) Descriptor() ([]byte, []int) {
   210  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{1}
   211  }
   212  
   213  func (x *ImportYumArtifactsGcsSource) GetUris() []string {
   214  	if x != nil {
   215  		return x.Uris
   216  	}
   217  	return nil
   218  }
   219  
   220  func (x *ImportYumArtifactsGcsSource) GetUseWildcards() bool {
   221  	if x != nil {
   222  		return x.UseWildcards
   223  	}
   224  	return false
   225  }
   226  
   227  // The request to import new yum artifacts.
   228  type ImportYumArtifactsRequest struct {
   229  	state         protoimpl.MessageState
   230  	sizeCache     protoimpl.SizeCache
   231  	unknownFields protoimpl.UnknownFields
   232  
   233  	// The source location of the package binaries.
   234  	//
   235  	// Types that are assignable to Source:
   236  	//
   237  	//	*ImportYumArtifactsRequest_GcsSource
   238  	Source isImportYumArtifactsRequest_Source `protobuf_oneof:"source"`
   239  	// The name of the parent resource where the artifacts will be imported.
   240  	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
   241  }
   242  
   243  func (x *ImportYumArtifactsRequest) Reset() {
   244  	*x = ImportYumArtifactsRequest{}
   245  	if protoimpl.UnsafeEnabled {
   246  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[2]
   247  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   248  		ms.StoreMessageInfo(mi)
   249  	}
   250  }
   251  
   252  func (x *ImportYumArtifactsRequest) String() string {
   253  	return protoimpl.X.MessageStringOf(x)
   254  }
   255  
   256  func (*ImportYumArtifactsRequest) ProtoMessage() {}
   257  
   258  func (x *ImportYumArtifactsRequest) ProtoReflect() protoreflect.Message {
   259  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[2]
   260  	if protoimpl.UnsafeEnabled && x != nil {
   261  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   262  		if ms.LoadMessageInfo() == nil {
   263  			ms.StoreMessageInfo(mi)
   264  		}
   265  		return ms
   266  	}
   267  	return mi.MessageOf(x)
   268  }
   269  
   270  // Deprecated: Use ImportYumArtifactsRequest.ProtoReflect.Descriptor instead.
   271  func (*ImportYumArtifactsRequest) Descriptor() ([]byte, []int) {
   272  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{2}
   273  }
   274  
   275  func (m *ImportYumArtifactsRequest) GetSource() isImportYumArtifactsRequest_Source {
   276  	if m != nil {
   277  		return m.Source
   278  	}
   279  	return nil
   280  }
   281  
   282  func (x *ImportYumArtifactsRequest) GetGcsSource() *ImportYumArtifactsGcsSource {
   283  	if x, ok := x.GetSource().(*ImportYumArtifactsRequest_GcsSource); ok {
   284  		return x.GcsSource
   285  	}
   286  	return nil
   287  }
   288  
   289  func (x *ImportYumArtifactsRequest) GetParent() string {
   290  	if x != nil {
   291  		return x.Parent
   292  	}
   293  	return ""
   294  }
   295  
   296  type isImportYumArtifactsRequest_Source interface {
   297  	isImportYumArtifactsRequest_Source()
   298  }
   299  
   300  type ImportYumArtifactsRequest_GcsSource struct {
   301  	// Google Cloud Storage location where input content is located.
   302  	GcsSource *ImportYumArtifactsGcsSource `protobuf:"bytes,2,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
   303  }
   304  
   305  func (*ImportYumArtifactsRequest_GcsSource) isImportYumArtifactsRequest_Source() {}
   306  
   307  // Error information explaining why a package was not imported.
   308  type ImportYumArtifactsErrorInfo struct {
   309  	state         protoimpl.MessageState
   310  	sizeCache     protoimpl.SizeCache
   311  	unknownFields protoimpl.UnknownFields
   312  
   313  	// The source that was not imported.
   314  	//
   315  	// Types that are assignable to Source:
   316  	//
   317  	//	*ImportYumArtifactsErrorInfo_GcsSource
   318  	Source isImportYumArtifactsErrorInfo_Source `protobuf_oneof:"source"`
   319  	// The detailed error status.
   320  	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
   321  }
   322  
   323  func (x *ImportYumArtifactsErrorInfo) Reset() {
   324  	*x = ImportYumArtifactsErrorInfo{}
   325  	if protoimpl.UnsafeEnabled {
   326  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[3]
   327  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   328  		ms.StoreMessageInfo(mi)
   329  	}
   330  }
   331  
   332  func (x *ImportYumArtifactsErrorInfo) String() string {
   333  	return protoimpl.X.MessageStringOf(x)
   334  }
   335  
   336  func (*ImportYumArtifactsErrorInfo) ProtoMessage() {}
   337  
   338  func (x *ImportYumArtifactsErrorInfo) ProtoReflect() protoreflect.Message {
   339  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[3]
   340  	if protoimpl.UnsafeEnabled && x != nil {
   341  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   342  		if ms.LoadMessageInfo() == nil {
   343  			ms.StoreMessageInfo(mi)
   344  		}
   345  		return ms
   346  	}
   347  	return mi.MessageOf(x)
   348  }
   349  
   350  // Deprecated: Use ImportYumArtifactsErrorInfo.ProtoReflect.Descriptor instead.
   351  func (*ImportYumArtifactsErrorInfo) Descriptor() ([]byte, []int) {
   352  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{3}
   353  }
   354  
   355  func (m *ImportYumArtifactsErrorInfo) GetSource() isImportYumArtifactsErrorInfo_Source {
   356  	if m != nil {
   357  		return m.Source
   358  	}
   359  	return nil
   360  }
   361  
   362  func (x *ImportYumArtifactsErrorInfo) GetGcsSource() *ImportYumArtifactsGcsSource {
   363  	if x, ok := x.GetSource().(*ImportYumArtifactsErrorInfo_GcsSource); ok {
   364  		return x.GcsSource
   365  	}
   366  	return nil
   367  }
   368  
   369  func (x *ImportYumArtifactsErrorInfo) GetError() *status.Status {
   370  	if x != nil {
   371  		return x.Error
   372  	}
   373  	return nil
   374  }
   375  
   376  type isImportYumArtifactsErrorInfo_Source interface {
   377  	isImportYumArtifactsErrorInfo_Source()
   378  }
   379  
   380  type ImportYumArtifactsErrorInfo_GcsSource struct {
   381  	// Google Cloud Storage location requested.
   382  	GcsSource *ImportYumArtifactsGcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
   383  }
   384  
   385  func (*ImportYumArtifactsErrorInfo_GcsSource) isImportYumArtifactsErrorInfo_Source() {}
   386  
   387  // The response message from importing YUM artifacts.
   388  type ImportYumArtifactsResponse struct {
   389  	state         protoimpl.MessageState
   390  	sizeCache     protoimpl.SizeCache
   391  	unknownFields protoimpl.UnknownFields
   392  
   393  	// The yum artifacts imported.
   394  	YumArtifacts []*YumArtifact `protobuf:"bytes,1,rep,name=yum_artifacts,json=yumArtifacts,proto3" json:"yum_artifacts,omitempty"`
   395  	// Detailed error info for artifacts that were not imported.
   396  	Errors []*ImportYumArtifactsErrorInfo `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
   397  }
   398  
   399  func (x *ImportYumArtifactsResponse) Reset() {
   400  	*x = ImportYumArtifactsResponse{}
   401  	if protoimpl.UnsafeEnabled {
   402  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[4]
   403  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   404  		ms.StoreMessageInfo(mi)
   405  	}
   406  }
   407  
   408  func (x *ImportYumArtifactsResponse) String() string {
   409  	return protoimpl.X.MessageStringOf(x)
   410  }
   411  
   412  func (*ImportYumArtifactsResponse) ProtoMessage() {}
   413  
   414  func (x *ImportYumArtifactsResponse) ProtoReflect() protoreflect.Message {
   415  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[4]
   416  	if protoimpl.UnsafeEnabled && x != nil {
   417  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   418  		if ms.LoadMessageInfo() == nil {
   419  			ms.StoreMessageInfo(mi)
   420  		}
   421  		return ms
   422  	}
   423  	return mi.MessageOf(x)
   424  }
   425  
   426  // Deprecated: Use ImportYumArtifactsResponse.ProtoReflect.Descriptor instead.
   427  func (*ImportYumArtifactsResponse) Descriptor() ([]byte, []int) {
   428  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{4}
   429  }
   430  
   431  func (x *ImportYumArtifactsResponse) GetYumArtifacts() []*YumArtifact {
   432  	if x != nil {
   433  		return x.YumArtifacts
   434  	}
   435  	return nil
   436  }
   437  
   438  func (x *ImportYumArtifactsResponse) GetErrors() []*ImportYumArtifactsErrorInfo {
   439  	if x != nil {
   440  		return x.Errors
   441  	}
   442  	return nil
   443  }
   444  
   445  // The operation metadata for importing artifacts.
   446  type ImportYumArtifactsMetadata struct {
   447  	state         protoimpl.MessageState
   448  	sizeCache     protoimpl.SizeCache
   449  	unknownFields protoimpl.UnknownFields
   450  }
   451  
   452  func (x *ImportYumArtifactsMetadata) Reset() {
   453  	*x = ImportYumArtifactsMetadata{}
   454  	if protoimpl.UnsafeEnabled {
   455  		mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[5]
   456  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   457  		ms.StoreMessageInfo(mi)
   458  	}
   459  }
   460  
   461  func (x *ImportYumArtifactsMetadata) String() string {
   462  	return protoimpl.X.MessageStringOf(x)
   463  }
   464  
   465  func (*ImportYumArtifactsMetadata) ProtoMessage() {}
   466  
   467  func (x *ImportYumArtifactsMetadata) ProtoReflect() protoreflect.Message {
   468  	mi := &file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[5]
   469  	if protoimpl.UnsafeEnabled && x != nil {
   470  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   471  		if ms.LoadMessageInfo() == nil {
   472  			ms.StoreMessageInfo(mi)
   473  		}
   474  		return ms
   475  	}
   476  	return mi.MessageOf(x)
   477  }
   478  
   479  // Deprecated: Use ImportYumArtifactsMetadata.ProtoReflect.Descriptor instead.
   480  func (*ImportYumArtifactsMetadata) Descriptor() ([]byte, []int) {
   481  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP(), []int{5}
   482  }
   483  
   484  var File_google_devtools_artifactregistry_v1beta2_yum_artifact_proto protoreflect.FileDescriptor
   485  
   486  var file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDesc = []byte{
   487  	0x0a, 0x3b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c,
   488  	0x73, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74,
   489  	0x72, 0x79, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2f, 0x79, 0x75, 0x6d, 0x5f, 0x61,
   490  	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x67,
   491  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61,
   492  	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e,
   493  	0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
   494  	0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69,
   495  	0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   496  	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72,
   497  	0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f,
   498  	0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xba, 0x03, 0x0a,
   499  	0x0b, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x12, 0x17, 0x0a, 0x04,
   500  	0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52,
   501  	0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
   502  	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03,
   503  	0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x69, 0x0a,
   504  	0x0c, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20,
   505  	0x01, 0x28, 0x0e, 0x32, 0x41, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76,
   506  	0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65,
   507  	0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x59,
   508  	0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61,
   509  	0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x70, 0x61, 0x63,
   510  	0x6b, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x72, 0x63, 0x68,
   511  	0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
   512  	0xe0, 0x41, 0x03, 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72,
   513  	0x65, 0x22, 0x43, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65,
   514  	0x12, 0x1c, 0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b, 0x41, 0x47, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45,
   515  	0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a,
   516  	0x0a, 0x06, 0x42, 0x49, 0x4e, 0x41, 0x52, 0x59, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x4f,
   517  	0x55, 0x52, 0x43, 0x45, 0x10, 0x02, 0x3a, 0x90, 0x01, 0xea, 0x41, 0x8c, 0x01, 0x0a, 0x2b, 0x61,
   518  	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e,
   519  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x59,
   520  	0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x12, 0x5d, 0x70, 0x72, 0x6f, 0x6a,
   521  	0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x6c,
   522  	0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
   523  	0x6f, 0x6e, 0x7d, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73,
   524  	0x2f, 0x7b, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x7d, 0x2f, 0x79, 0x75,
   525  	0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x79, 0x75, 0x6d, 0x5f,
   526  	0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x7d, 0x22, 0x56, 0x0a, 0x1b, 0x49, 0x6d, 0x70,
   527  	0x6f, 0x72, 0x74, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x47,
   528  	0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x72, 0x69, 0x73,
   529  	0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x75, 0x72, 0x69, 0x73, 0x12, 0x23, 0x0a, 0x0d,
   530  	0x75, 0x73, 0x65, 0x5f, 0x77, 0x69, 0x6c, 0x64, 0x63, 0x61, 0x72, 0x64, 0x73, 0x18, 0x02, 0x20,
   531  	0x01, 0x28, 0x08, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x57, 0x69, 0x6c, 0x64, 0x63, 0x61, 0x72, 0x64,
   532  	0x73, 0x22, 0xa5, 0x01, 0x0a, 0x19, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x59, 0x75, 0x6d, 0x41,
   533  	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
   534  	0x66, 0x0a, 0x0a, 0x67, 0x63, 0x73, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20,
   535  	0x01, 0x28, 0x0b, 0x32, 0x45, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76,
   536  	0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65,
   537  	0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x49,
   538  	0x6d, 0x70, 0x6f, 0x72, 0x74, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74,
   539  	0x73, 0x47, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x09, 0x67, 0x63,
   540  	0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e,
   541  	0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x42,
   542  	0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xb9, 0x01, 0x0a, 0x1b, 0x49, 0x6d,
   543  	0x70, 0x6f, 0x72, 0x74, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73,
   544  	0x45, 0x72, 0x72, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x66, 0x0a, 0x0a, 0x67, 0x63, 0x73,
   545  	0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x45, 0x2e,
   546  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e,
   547  	0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79,
   548  	0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x59,
   549  	0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x47, 0x63, 0x73, 0x53, 0x6f,
   550  	0x75, 0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x09, 0x67, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63,
   551  	0x65, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
   552  	0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74,
   553  	0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x73,
   554  	0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xd7, 0x01, 0x0a, 0x1a, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
   555  	0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70,
   556  	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x0d, 0x79, 0x75, 0x6d, 0x5f, 0x61, 0x72, 0x74, 0x69,
   557  	0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x67, 0x6f,
   558  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72,
   559  	0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76,
   560  	0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61,
   561  	0x63, 0x74, 0x52, 0x0c, 0x79, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73,
   562  	0x12, 0x5d, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
   563  	0x32, 0x45, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f,
   564  	0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69, 0x73,
   565  	0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x2e, 0x49, 0x6d, 0x70, 0x6f,
   566  	0x72, 0x74, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x45, 0x72,
   567  	0x72, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22,
   568  	0x1c, 0x0a, 0x1a, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69,
   569  	0x66, 0x61, 0x63, 0x74, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0x94, 0x02,
   570  	0x0a, 0x2c, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76,
   571  	0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65,
   572  	0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x42, 0x10,
   573  	0x59, 0x75, 0x6d, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f,
   574  	0x50, 0x01, 0x5a, 0x55, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   575  	0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74,
   576  	0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31, 0x62, 0x65,
   577  	0x74, 0x61, 0x32, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72, 0x65, 0x67, 0x69,
   578  	0x73, 0x74, 0x72, 0x79, 0x70, 0x62, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x72,
   579  	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x70, 0x62, 0xaa, 0x02, 0x25, 0x47, 0x6f, 0x6f, 0x67,
   580  	0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
   581  	0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61,
   582  	0x32, 0xca, 0x02, 0x25, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64,
   583  	0x5c, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
   584  	0x79, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0xea, 0x02, 0x28, 0x47, 0x6f, 0x6f, 0x67,
   585  	0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x72, 0x74, 0x69, 0x66,
   586  	0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62,
   587  	0x65, 0x74, 0x61, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   588  }
   589  
   590  var (
   591  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescOnce sync.Once
   592  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescData = file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDesc
   593  )
   594  
   595  func file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescGZIP() []byte {
   596  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescOnce.Do(func() {
   597  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescData)
   598  	})
   599  	return file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDescData
   600  }
   601  
   602  var file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   603  var file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
   604  var file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_goTypes = []interface{}{
   605  	(YumArtifact_PackageType)(0),        // 0: google.devtools.artifactregistry.v1beta2.YumArtifact.PackageType
   606  	(*YumArtifact)(nil),                 // 1: google.devtools.artifactregistry.v1beta2.YumArtifact
   607  	(*ImportYumArtifactsGcsSource)(nil), // 2: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource
   608  	(*ImportYumArtifactsRequest)(nil),   // 3: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsRequest
   609  	(*ImportYumArtifactsErrorInfo)(nil), // 4: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo
   610  	(*ImportYumArtifactsResponse)(nil),  // 5: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsResponse
   611  	(*ImportYumArtifactsMetadata)(nil),  // 6: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsMetadata
   612  	(*status.Status)(nil),               // 7: google.rpc.Status
   613  }
   614  var file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_depIdxs = []int32{
   615  	0, // 0: google.devtools.artifactregistry.v1beta2.YumArtifact.package_type:type_name -> google.devtools.artifactregistry.v1beta2.YumArtifact.PackageType
   616  	2, // 1: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsRequest.gcs_source:type_name -> google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource
   617  	2, // 2: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo.gcs_source:type_name -> google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource
   618  	7, // 3: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo.error:type_name -> google.rpc.Status
   619  	1, // 4: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsResponse.yum_artifacts:type_name -> google.devtools.artifactregistry.v1beta2.YumArtifact
   620  	4, // 5: google.devtools.artifactregistry.v1beta2.ImportYumArtifactsResponse.errors:type_name -> google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo
   621  	6, // [6:6] is the sub-list for method output_type
   622  	6, // [6:6] is the sub-list for method input_type
   623  	6, // [6:6] is the sub-list for extension type_name
   624  	6, // [6:6] is the sub-list for extension extendee
   625  	0, // [0:6] is the sub-list for field type_name
   626  }
   627  
   628  func init() { file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_init() }
   629  func file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_init() {
   630  	if File_google_devtools_artifactregistry_v1beta2_yum_artifact_proto != nil {
   631  		return
   632  	}
   633  	if !protoimpl.UnsafeEnabled {
   634  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   635  			switch v := v.(*YumArtifact); i {
   636  			case 0:
   637  				return &v.state
   638  			case 1:
   639  				return &v.sizeCache
   640  			case 2:
   641  				return &v.unknownFields
   642  			default:
   643  				return nil
   644  			}
   645  		}
   646  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   647  			switch v := v.(*ImportYumArtifactsGcsSource); i {
   648  			case 0:
   649  				return &v.state
   650  			case 1:
   651  				return &v.sizeCache
   652  			case 2:
   653  				return &v.unknownFields
   654  			default:
   655  				return nil
   656  			}
   657  		}
   658  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   659  			switch v := v.(*ImportYumArtifactsRequest); i {
   660  			case 0:
   661  				return &v.state
   662  			case 1:
   663  				return &v.sizeCache
   664  			case 2:
   665  				return &v.unknownFields
   666  			default:
   667  				return nil
   668  			}
   669  		}
   670  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   671  			switch v := v.(*ImportYumArtifactsErrorInfo); i {
   672  			case 0:
   673  				return &v.state
   674  			case 1:
   675  				return &v.sizeCache
   676  			case 2:
   677  				return &v.unknownFields
   678  			default:
   679  				return nil
   680  			}
   681  		}
   682  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   683  			switch v := v.(*ImportYumArtifactsResponse); i {
   684  			case 0:
   685  				return &v.state
   686  			case 1:
   687  				return &v.sizeCache
   688  			case 2:
   689  				return &v.unknownFields
   690  			default:
   691  				return nil
   692  			}
   693  		}
   694  		file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   695  			switch v := v.(*ImportYumArtifactsMetadata); i {
   696  			case 0:
   697  				return &v.state
   698  			case 1:
   699  				return &v.sizeCache
   700  			case 2:
   701  				return &v.unknownFields
   702  			default:
   703  				return nil
   704  			}
   705  		}
   706  	}
   707  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[2].OneofWrappers = []interface{}{
   708  		(*ImportYumArtifactsRequest_GcsSource)(nil),
   709  	}
   710  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes[3].OneofWrappers = []interface{}{
   711  		(*ImportYumArtifactsErrorInfo_GcsSource)(nil),
   712  	}
   713  	type x struct{}
   714  	out := protoimpl.TypeBuilder{
   715  		File: protoimpl.DescBuilder{
   716  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   717  			RawDescriptor: file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDesc,
   718  			NumEnums:      1,
   719  			NumMessages:   6,
   720  			NumExtensions: 0,
   721  			NumServices:   0,
   722  		},
   723  		GoTypes:           file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_goTypes,
   724  		DependencyIndexes: file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_depIdxs,
   725  		EnumInfos:         file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_enumTypes,
   726  		MessageInfos:      file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_msgTypes,
   727  	}.Build()
   728  	File_google_devtools_artifactregistry_v1beta2_yum_artifact_proto = out.File
   729  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_rawDesc = nil
   730  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_goTypes = nil
   731  	file_google_devtools_artifactregistry_v1beta2_yum_artifact_proto_depIdxs = nil
   732  }
   733  

View as plain text