...

Source file src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/configuration.pb.go

Documentation: google.golang.org/genproto/googleapis/devtools/resultstore/v2

     1  // Copyright 2021 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/resultstore/v2/configuration.proto
    20  
    21  package resultstore
    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  )
    31  
    32  const (
    33  	// Verify that this generated code is sufficiently up-to-date.
    34  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    35  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    36  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    37  )
    38  
    39  // Represents a configuration within an Invocation associated with one or more
    40  // ConfiguredTargets. It captures the environment and other settings that
    41  // were used.
    42  type Configuration struct {
    43  	state         protoimpl.MessageState
    44  	sizeCache     protoimpl.SizeCache
    45  	unknownFields protoimpl.UnknownFields
    46  
    47  	// The format of this Configuration resource name must be:
    48  	// invocations/${INVOCATION_ID}/configs/${url_encode(CONFIG_ID)}
    49  	// The configuration ID of "default" should be preferred for the default
    50  	// configuration in a single-config invocation.
    51  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
    52  	// The resource ID components that identify the Configuration. They must match
    53  	// the resource name after proper encoding.
    54  	Id *Configuration_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
    55  	// The aggregate status for this configuration.
    56  	StatusAttributes *StatusAttributes `protobuf:"bytes,3,opt,name=status_attributes,json=statusAttributes,proto3" json:"status_attributes,omitempty"`
    57  	// Attributes that apply only to this configuration.
    58  	ConfigurationAttributes *ConfigurationAttributes `protobuf:"bytes,5,opt,name=configuration_attributes,json=configurationAttributes,proto3" json:"configuration_attributes,omitempty"`
    59  	// Arbitrary name-value pairs.
    60  	// This is implemented as a multi-map. Multiple properties are allowed with
    61  	// the same key. Properties will be returned in lexicographical order by key.
    62  	Properties []*Property `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"`
    63  	// A human-readable name for Configuration for UIs.
    64  	// It is recommended that this name be unique.
    65  	// If omitted, UIs should default to configuration_id.
    66  	DisplayName string `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
    67  }
    68  
    69  func (x *Configuration) Reset() {
    70  	*x = Configuration{}
    71  	if protoimpl.UnsafeEnabled {
    72  		mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[0]
    73  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    74  		ms.StoreMessageInfo(mi)
    75  	}
    76  }
    77  
    78  func (x *Configuration) String() string {
    79  	return protoimpl.X.MessageStringOf(x)
    80  }
    81  
    82  func (*Configuration) ProtoMessage() {}
    83  
    84  func (x *Configuration) ProtoReflect() protoreflect.Message {
    85  	mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[0]
    86  	if protoimpl.UnsafeEnabled && x != nil {
    87  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    88  		if ms.LoadMessageInfo() == nil {
    89  			ms.StoreMessageInfo(mi)
    90  		}
    91  		return ms
    92  	}
    93  	return mi.MessageOf(x)
    94  }
    95  
    96  // Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
    97  func (*Configuration) Descriptor() ([]byte, []int) {
    98  	return file_google_devtools_resultstore_v2_configuration_proto_rawDescGZIP(), []int{0}
    99  }
   100  
   101  func (x *Configuration) GetName() string {
   102  	if x != nil {
   103  		return x.Name
   104  	}
   105  	return ""
   106  }
   107  
   108  func (x *Configuration) GetId() *Configuration_Id {
   109  	if x != nil {
   110  		return x.Id
   111  	}
   112  	return nil
   113  }
   114  
   115  func (x *Configuration) GetStatusAttributes() *StatusAttributes {
   116  	if x != nil {
   117  		return x.StatusAttributes
   118  	}
   119  	return nil
   120  }
   121  
   122  func (x *Configuration) GetConfigurationAttributes() *ConfigurationAttributes {
   123  	if x != nil {
   124  		return x.ConfigurationAttributes
   125  	}
   126  	return nil
   127  }
   128  
   129  func (x *Configuration) GetProperties() []*Property {
   130  	if x != nil {
   131  		return x.Properties
   132  	}
   133  	return nil
   134  }
   135  
   136  func (x *Configuration) GetDisplayName() string {
   137  	if x != nil {
   138  		return x.DisplayName
   139  	}
   140  	return ""
   141  }
   142  
   143  // Attributes that apply only to the configuration.
   144  type ConfigurationAttributes struct {
   145  	state         protoimpl.MessageState
   146  	sizeCache     protoimpl.SizeCache
   147  	unknownFields protoimpl.UnknownFields
   148  
   149  	// The type of cpu. (e.g. "x86", "powerpc")
   150  	Cpu string `protobuf:"bytes,1,opt,name=cpu,proto3" json:"cpu,omitempty"`
   151  }
   152  
   153  func (x *ConfigurationAttributes) Reset() {
   154  	*x = ConfigurationAttributes{}
   155  	if protoimpl.UnsafeEnabled {
   156  		mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[1]
   157  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   158  		ms.StoreMessageInfo(mi)
   159  	}
   160  }
   161  
   162  func (x *ConfigurationAttributes) String() string {
   163  	return protoimpl.X.MessageStringOf(x)
   164  }
   165  
   166  func (*ConfigurationAttributes) ProtoMessage() {}
   167  
   168  func (x *ConfigurationAttributes) ProtoReflect() protoreflect.Message {
   169  	mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[1]
   170  	if protoimpl.UnsafeEnabled && x != nil {
   171  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   172  		if ms.LoadMessageInfo() == nil {
   173  			ms.StoreMessageInfo(mi)
   174  		}
   175  		return ms
   176  	}
   177  	return mi.MessageOf(x)
   178  }
   179  
   180  // Deprecated: Use ConfigurationAttributes.ProtoReflect.Descriptor instead.
   181  func (*ConfigurationAttributes) Descriptor() ([]byte, []int) {
   182  	return file_google_devtools_resultstore_v2_configuration_proto_rawDescGZIP(), []int{1}
   183  }
   184  
   185  func (x *ConfigurationAttributes) GetCpu() string {
   186  	if x != nil {
   187  		return x.Cpu
   188  	}
   189  	return ""
   190  }
   191  
   192  // The resource ID components that identify the Configuration.
   193  type Configuration_Id struct {
   194  	state         protoimpl.MessageState
   195  	sizeCache     protoimpl.SizeCache
   196  	unknownFields protoimpl.UnknownFields
   197  
   198  	// The Invocation ID.
   199  	InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
   200  	// The Configuration ID.
   201  	ConfigurationId string `protobuf:"bytes,2,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`
   202  }
   203  
   204  func (x *Configuration_Id) Reset() {
   205  	*x = Configuration_Id{}
   206  	if protoimpl.UnsafeEnabled {
   207  		mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[2]
   208  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   209  		ms.StoreMessageInfo(mi)
   210  	}
   211  }
   212  
   213  func (x *Configuration_Id) String() string {
   214  	return protoimpl.X.MessageStringOf(x)
   215  }
   216  
   217  func (*Configuration_Id) ProtoMessage() {}
   218  
   219  func (x *Configuration_Id) ProtoReflect() protoreflect.Message {
   220  	mi := &file_google_devtools_resultstore_v2_configuration_proto_msgTypes[2]
   221  	if protoimpl.UnsafeEnabled && x != nil {
   222  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   223  		if ms.LoadMessageInfo() == nil {
   224  			ms.StoreMessageInfo(mi)
   225  		}
   226  		return ms
   227  	}
   228  	return mi.MessageOf(x)
   229  }
   230  
   231  // Deprecated: Use Configuration_Id.ProtoReflect.Descriptor instead.
   232  func (*Configuration_Id) Descriptor() ([]byte, []int) {
   233  	return file_google_devtools_resultstore_v2_configuration_proto_rawDescGZIP(), []int{0, 0}
   234  }
   235  
   236  func (x *Configuration_Id) GetInvocationId() string {
   237  	if x != nil {
   238  		return x.InvocationId
   239  	}
   240  	return ""
   241  }
   242  
   243  func (x *Configuration_Id) GetConfigurationId() string {
   244  	if x != nil {
   245  		return x.ConfigurationId
   246  	}
   247  	return ""
   248  }
   249  
   250  var File_google_devtools_resultstore_v2_configuration_proto protoreflect.FileDescriptor
   251  
   252  var file_google_devtools_resultstore_v2_configuration_proto_rawDesc = []byte{
   253  	0x0a, 0x32, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c,
   254  	0x73, 0x2f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x32,
   255  	0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70,
   256  	0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76,
   257  	0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72,
   258  	0x65, 0x2e, 0x76, 0x32, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69,
   259  	0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
   260  	0x2b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73,
   261  	0x2f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x32, 0x2f,
   262  	0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd5, 0x04, 0x0a,
   263  	0x0d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12,
   264  	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
   265  	0x6d, 0x65, 0x12, 0x40, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30,
   266  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73,
   267  	0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x2e,
   268  	0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x64,
   269  	0x52, 0x02, 0x69, 0x64, 0x12, 0x5d, 0x0a, 0x11, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x61,
   270  	0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
   271  	0x30, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c,
   272  	0x73, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32,
   273  	0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65,
   274  	0x73, 0x52, 0x10, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75,
   275  	0x74, 0x65, 0x73, 0x12, 0x72, 0x0a, 0x18, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
   276  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18,
   277  	0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64,
   278  	0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74,
   279  	0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
   280  	0x74, 0x69, 0x6f, 0x6e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, 0x17,
   281  	0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x74, 0x74,
   282  	0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65,
   283  	0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x67, 0x6f,
   284  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x72, 0x65,
   285  	0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x50, 0x72, 0x6f,
   286  	0x70, 0x65, 0x72, 0x74, 0x79, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
   287  	0x73, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d,
   288  	0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
   289  	0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x54, 0x0a, 0x02, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e,
   290  	0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
   291  	0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12,
   292  	0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   293  	0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
   294  	0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x3a, 0x58, 0xea, 0x41, 0x55, 0x0a,
   295  	0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x67, 0x6f, 0x6f,
   296  	0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x6f, 0x6e, 0x66,
   297  	0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x29, 0x69, 0x6e, 0x76, 0x6f, 0x63,
   298  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69,
   299  	0x6f, 0x6e, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e,
   300  	0x66, 0x69, 0x67, 0x7d, 0x22, 0x2b, 0x0a, 0x17, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
   301  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12,
   302  	0x10, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x70,
   303  	0x75, 0x42, 0x85, 0x01, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   304  	0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
   305  	0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x42, 0x12, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
   306  	0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x49,
   307  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
   308  	0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   309  	0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2f, 0x72,
   310  	0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x32, 0x3b, 0x72, 0x65,
   311  	0x73, 0x75, 0x6c, 0x74, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   312  	0x33,
   313  }
   314  
   315  var (
   316  	file_google_devtools_resultstore_v2_configuration_proto_rawDescOnce sync.Once
   317  	file_google_devtools_resultstore_v2_configuration_proto_rawDescData = file_google_devtools_resultstore_v2_configuration_proto_rawDesc
   318  )
   319  
   320  func file_google_devtools_resultstore_v2_configuration_proto_rawDescGZIP() []byte {
   321  	file_google_devtools_resultstore_v2_configuration_proto_rawDescOnce.Do(func() {
   322  		file_google_devtools_resultstore_v2_configuration_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_devtools_resultstore_v2_configuration_proto_rawDescData)
   323  	})
   324  	return file_google_devtools_resultstore_v2_configuration_proto_rawDescData
   325  }
   326  
   327  var file_google_devtools_resultstore_v2_configuration_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
   328  var file_google_devtools_resultstore_v2_configuration_proto_goTypes = []interface{}{
   329  	(*Configuration)(nil),           // 0: google.devtools.resultstore.v2.Configuration
   330  	(*ConfigurationAttributes)(nil), // 1: google.devtools.resultstore.v2.ConfigurationAttributes
   331  	(*Configuration_Id)(nil),        // 2: google.devtools.resultstore.v2.Configuration.Id
   332  	(*StatusAttributes)(nil),        // 3: google.devtools.resultstore.v2.StatusAttributes
   333  	(*Property)(nil),                // 4: google.devtools.resultstore.v2.Property
   334  }
   335  var file_google_devtools_resultstore_v2_configuration_proto_depIdxs = []int32{
   336  	2, // 0: google.devtools.resultstore.v2.Configuration.id:type_name -> google.devtools.resultstore.v2.Configuration.Id
   337  	3, // 1: google.devtools.resultstore.v2.Configuration.status_attributes:type_name -> google.devtools.resultstore.v2.StatusAttributes
   338  	1, // 2: google.devtools.resultstore.v2.Configuration.configuration_attributes:type_name -> google.devtools.resultstore.v2.ConfigurationAttributes
   339  	4, // 3: google.devtools.resultstore.v2.Configuration.properties:type_name -> google.devtools.resultstore.v2.Property
   340  	4, // [4:4] is the sub-list for method output_type
   341  	4, // [4:4] is the sub-list for method input_type
   342  	4, // [4:4] is the sub-list for extension type_name
   343  	4, // [4:4] is the sub-list for extension extendee
   344  	0, // [0:4] is the sub-list for field type_name
   345  }
   346  
   347  func init() { file_google_devtools_resultstore_v2_configuration_proto_init() }
   348  func file_google_devtools_resultstore_v2_configuration_proto_init() {
   349  	if File_google_devtools_resultstore_v2_configuration_proto != nil {
   350  		return
   351  	}
   352  	file_google_devtools_resultstore_v2_common_proto_init()
   353  	if !protoimpl.UnsafeEnabled {
   354  		file_google_devtools_resultstore_v2_configuration_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   355  			switch v := v.(*Configuration); i {
   356  			case 0:
   357  				return &v.state
   358  			case 1:
   359  				return &v.sizeCache
   360  			case 2:
   361  				return &v.unknownFields
   362  			default:
   363  				return nil
   364  			}
   365  		}
   366  		file_google_devtools_resultstore_v2_configuration_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   367  			switch v := v.(*ConfigurationAttributes); i {
   368  			case 0:
   369  				return &v.state
   370  			case 1:
   371  				return &v.sizeCache
   372  			case 2:
   373  				return &v.unknownFields
   374  			default:
   375  				return nil
   376  			}
   377  		}
   378  		file_google_devtools_resultstore_v2_configuration_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   379  			switch v := v.(*Configuration_Id); i {
   380  			case 0:
   381  				return &v.state
   382  			case 1:
   383  				return &v.sizeCache
   384  			case 2:
   385  				return &v.unknownFields
   386  			default:
   387  				return nil
   388  			}
   389  		}
   390  	}
   391  	type x struct{}
   392  	out := protoimpl.TypeBuilder{
   393  		File: protoimpl.DescBuilder{
   394  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   395  			RawDescriptor: file_google_devtools_resultstore_v2_configuration_proto_rawDesc,
   396  			NumEnums:      0,
   397  			NumMessages:   3,
   398  			NumExtensions: 0,
   399  			NumServices:   0,
   400  		},
   401  		GoTypes:           file_google_devtools_resultstore_v2_configuration_proto_goTypes,
   402  		DependencyIndexes: file_google_devtools_resultstore_v2_configuration_proto_depIdxs,
   403  		MessageInfos:      file_google_devtools_resultstore_v2_configuration_proto_msgTypes,
   404  	}.Build()
   405  	File_google_devtools_resultstore_v2_configuration_proto = out.File
   406  	file_google_devtools_resultstore_v2_configuration_proto_rawDesc = nil
   407  	file_google_devtools_resultstore_v2_configuration_proto_goTypes = nil
   408  	file_google_devtools_resultstore_v2_configuration_proto_depIdxs = nil
   409  }
   410  

View as plain text