...

Source file src/google.golang.org/genproto/googleapis/cloud/bigquery/dataexchange/common/common.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/bigquery/dataexchange/common

     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.26.0
    18  // 	protoc        v3.12.2
    19  // source: google/cloud/bigquery/dataexchange/common/common.proto
    20  
    21  package common
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    28  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    29  )
    30  
    31  const (
    32  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  // Listing categories.
    39  type Category int32
    40  
    41  const (
    42  	Category_CATEGORY_UNSPECIFIED                  Category = 0
    43  	Category_CATEGORY_OTHERS                       Category = 1
    44  	Category_CATEGORY_ADVERTISING_AND_MARKETING    Category = 2
    45  	Category_CATEGORY_COMMERCE                     Category = 3
    46  	Category_CATEGORY_CLIMATE_AND_ENVIRONMENT      Category = 4
    47  	Category_CATEGORY_DEMOGRAPHICS                 Category = 5
    48  	Category_CATEGORY_ECONOMICS                    Category = 6
    49  	Category_CATEGORY_EDUCATION                    Category = 7
    50  	Category_CATEGORY_ENERGY                       Category = 8
    51  	Category_CATEGORY_FINANCIAL                    Category = 9
    52  	Category_CATEGORY_GAMING                       Category = 10
    53  	Category_CATEGORY_GEOSPATIAL                   Category = 11
    54  	Category_CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE  Category = 12
    55  	Category_CATEGORY_MEDIA                        Category = 13
    56  	Category_CATEGORY_PUBLIC_SECTOR                Category = 14
    57  	Category_CATEGORY_RETAIL                       Category = 15
    58  	Category_CATEGORY_SPORTS                       Category = 16
    59  	Category_CATEGORY_SCIENCE_AND_RESEARCH         Category = 17
    60  	Category_CATEGORY_TRANSPORTATION_AND_LOGISTICS Category = 18
    61  	Category_CATEGORY_TRAVEL_AND_TOURISM           Category = 19
    62  )
    63  
    64  // Enum value maps for Category.
    65  var (
    66  	Category_name = map[int32]string{
    67  		0:  "CATEGORY_UNSPECIFIED",
    68  		1:  "CATEGORY_OTHERS",
    69  		2:  "CATEGORY_ADVERTISING_AND_MARKETING",
    70  		3:  "CATEGORY_COMMERCE",
    71  		4:  "CATEGORY_CLIMATE_AND_ENVIRONMENT",
    72  		5:  "CATEGORY_DEMOGRAPHICS",
    73  		6:  "CATEGORY_ECONOMICS",
    74  		7:  "CATEGORY_EDUCATION",
    75  		8:  "CATEGORY_ENERGY",
    76  		9:  "CATEGORY_FINANCIAL",
    77  		10: "CATEGORY_GAMING",
    78  		11: "CATEGORY_GEOSPATIAL",
    79  		12: "CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE",
    80  		13: "CATEGORY_MEDIA",
    81  		14: "CATEGORY_PUBLIC_SECTOR",
    82  		15: "CATEGORY_RETAIL",
    83  		16: "CATEGORY_SPORTS",
    84  		17: "CATEGORY_SCIENCE_AND_RESEARCH",
    85  		18: "CATEGORY_TRANSPORTATION_AND_LOGISTICS",
    86  		19: "CATEGORY_TRAVEL_AND_TOURISM",
    87  	}
    88  	Category_value = map[string]int32{
    89  		"CATEGORY_UNSPECIFIED":                  0,
    90  		"CATEGORY_OTHERS":                       1,
    91  		"CATEGORY_ADVERTISING_AND_MARKETING":    2,
    92  		"CATEGORY_COMMERCE":                     3,
    93  		"CATEGORY_CLIMATE_AND_ENVIRONMENT":      4,
    94  		"CATEGORY_DEMOGRAPHICS":                 5,
    95  		"CATEGORY_ECONOMICS":                    6,
    96  		"CATEGORY_EDUCATION":                    7,
    97  		"CATEGORY_ENERGY":                       8,
    98  		"CATEGORY_FINANCIAL":                    9,
    99  		"CATEGORY_GAMING":                       10,
   100  		"CATEGORY_GEOSPATIAL":                   11,
   101  		"CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE":  12,
   102  		"CATEGORY_MEDIA":                        13,
   103  		"CATEGORY_PUBLIC_SECTOR":                14,
   104  		"CATEGORY_RETAIL":                       15,
   105  		"CATEGORY_SPORTS":                       16,
   106  		"CATEGORY_SCIENCE_AND_RESEARCH":         17,
   107  		"CATEGORY_TRANSPORTATION_AND_LOGISTICS": 18,
   108  		"CATEGORY_TRAVEL_AND_TOURISM":           19,
   109  	}
   110  )
   111  
   112  func (x Category) Enum() *Category {
   113  	p := new(Category)
   114  	*p = x
   115  	return p
   116  }
   117  
   118  func (x Category) String() string {
   119  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
   120  }
   121  
   122  func (Category) Descriptor() protoreflect.EnumDescriptor {
   123  	return file_google_cloud_bigquery_dataexchange_common_common_proto_enumTypes[0].Descriptor()
   124  }
   125  
   126  func (Category) Type() protoreflect.EnumType {
   127  	return &file_google_cloud_bigquery_dataexchange_common_common_proto_enumTypes[0]
   128  }
   129  
   130  func (x Category) Number() protoreflect.EnumNumber {
   131  	return protoreflect.EnumNumber(x)
   132  }
   133  
   134  // Deprecated: Use Category.Descriptor instead.
   135  func (Category) EnumDescriptor() ([]byte, []int) {
   136  	return file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescGZIP(), []int{0}
   137  }
   138  
   139  var File_google_cloud_bigquery_dataexchange_common_common_proto protoreflect.FileDescriptor
   140  
   141  var file_google_cloud_bigquery_dataexchange_common_common_proto_rawDesc = []byte{
   142  	0x0a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x62,
   143  	0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x65, 0x78, 0x63, 0x68,
   144  	0x61, 0x6e, 0x67, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
   145  	0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x29, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   146  	0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x62, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e,
   147  	0x64, 0x61, 0x74, 0x61, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x63, 0x6f, 0x6d,
   148  	0x6d, 0x6f, 0x6e, 0x2a, 0xb7, 0x04, 0x0a, 0x08, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
   149  	0x12, 0x18, 0x0a, 0x14, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x55, 0x4e, 0x53,
   150  	0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x41,
   151  	0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12,
   152  	0x26, 0x0a, 0x22, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x41, 0x44, 0x56, 0x45,
   153  	0x52, 0x54, 0x49, 0x53, 0x49, 0x4e, 0x47, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x4d, 0x41, 0x52, 0x4b,
   154  	0x45, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x41, 0x54, 0x45, 0x47,
   155  	0x4f, 0x52, 0x59, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x52, 0x43, 0x45, 0x10, 0x03, 0x12, 0x24,
   156  	0x0a, 0x20, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x43, 0x4c, 0x49, 0x4d, 0x41,
   157  	0x54, 0x45, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x45, 0x4e, 0x56, 0x49, 0x52, 0x4f, 0x4e, 0x4d, 0x45,
   158  	0x4e, 0x54, 0x10, 0x04, 0x12, 0x19, 0x0a, 0x15, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59,
   159  	0x5f, 0x44, 0x45, 0x4d, 0x4f, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x53, 0x10, 0x05, 0x12,
   160  	0x16, 0x0a, 0x12, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x45, 0x43, 0x4f, 0x4e,
   161  	0x4f, 0x4d, 0x49, 0x43, 0x53, 0x10, 0x06, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x41, 0x54, 0x45, 0x47,
   162  	0x4f, 0x52, 0x59, 0x5f, 0x45, 0x44, 0x55, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x07, 0x12,
   163  	0x13, 0x0a, 0x0f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x45, 0x4e, 0x45, 0x52,
   164  	0x47, 0x59, 0x10, 0x08, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59,
   165  	0x5f, 0x46, 0x49, 0x4e, 0x41, 0x4e, 0x43, 0x49, 0x41, 0x4c, 0x10, 0x09, 0x12, 0x13, 0x0a, 0x0f,
   166  	0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x47, 0x41, 0x4d, 0x49, 0x4e, 0x47, 0x10,
   167  	0x0a, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x47, 0x45,
   168  	0x4f, 0x53, 0x50, 0x41, 0x54, 0x49, 0x41, 0x4c, 0x10, 0x0b, 0x12, 0x28, 0x0a, 0x24, 0x43, 0x41,
   169  	0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x48, 0x45, 0x41, 0x4c, 0x54, 0x48, 0x43, 0x41, 0x52,
   170  	0x45, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x4c, 0x49, 0x46, 0x45, 0x5f, 0x53, 0x43, 0x49, 0x45, 0x4e,
   171  	0x43, 0x45, 0x10, 0x0c, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59,
   172  	0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x10, 0x0d, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x41, 0x54, 0x45,
   173  	0x47, 0x4f, 0x52, 0x59, 0x5f, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x5f, 0x53, 0x45, 0x43, 0x54,
   174  	0x4f, 0x52, 0x10, 0x0e, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59,
   175  	0x5f, 0x52, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x10, 0x0f, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x41, 0x54,
   176  	0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x53, 0x10, 0x10, 0x12, 0x21,
   177  	0x0a, 0x1d, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x53, 0x43, 0x49, 0x45, 0x4e,
   178  	0x43, 0x45, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x52, 0x45, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x10,
   179  	0x11, 0x12, 0x29, 0x0a, 0x25, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x54, 0x52,
   180  	0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x4e, 0x44,
   181  	0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x53, 0x54, 0x49, 0x43, 0x53, 0x10, 0x12, 0x12, 0x1f, 0x0a, 0x1b,
   182  	0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x54, 0x52, 0x41, 0x56, 0x45, 0x4c, 0x5f,
   183  	0x41, 0x4e, 0x44, 0x5f, 0x54, 0x4f, 0x55, 0x52, 0x49, 0x53, 0x4d, 0x10, 0x13, 0x42, 0x97, 0x02,
   184  	0x0a, 0x2d, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f,
   185  	0x75, 0x64, 0x2e, 0x62, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x64, 0x61, 0x74, 0x61,
   186  	0x65, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x42,
   187  	0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4f,
   188  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
   189  	0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   190  	0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x62, 0x69, 0x67, 0x71,
   191  	0x75, 0x65, 0x72, 0x79, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67,
   192  	0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0xaa,
   193  	0x02, 0x29, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x42,
   194  	0x69, 0x67, 0x51, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x78, 0x63, 0x68,
   195  	0x61, 0x6e, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0xca, 0x02, 0x29, 0x47, 0x6f,
   196  	0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x42, 0x69, 0x67, 0x51, 0x75,
   197  	0x65, 0x72, 0x79, 0x5c, 0x44, 0x61, 0x74, 0x61, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
   198  	0x5c, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0xea, 0x02, 0x2d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   199  	0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x42, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72,
   200  	0x79, 0x3a, 0x3a, 0x44, 0x61, 0x74, 0x61, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x3a,
   201  	0x3a, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   202  }
   203  
   204  var (
   205  	file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescOnce sync.Once
   206  	file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescData = file_google_cloud_bigquery_dataexchange_common_common_proto_rawDesc
   207  )
   208  
   209  func file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescGZIP() []byte {
   210  	file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescOnce.Do(func() {
   211  		file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescData)
   212  	})
   213  	return file_google_cloud_bigquery_dataexchange_common_common_proto_rawDescData
   214  }
   215  
   216  var file_google_cloud_bigquery_dataexchange_common_common_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   217  var file_google_cloud_bigquery_dataexchange_common_common_proto_goTypes = []interface{}{
   218  	(Category)(0), // 0: google.cloud.bigquery.dataexchange.common.Category
   219  }
   220  var file_google_cloud_bigquery_dataexchange_common_common_proto_depIdxs = []int32{
   221  	0, // [0:0] is the sub-list for method output_type
   222  	0, // [0:0] is the sub-list for method input_type
   223  	0, // [0:0] is the sub-list for extension type_name
   224  	0, // [0:0] is the sub-list for extension extendee
   225  	0, // [0:0] is the sub-list for field type_name
   226  }
   227  
   228  func init() { file_google_cloud_bigquery_dataexchange_common_common_proto_init() }
   229  func file_google_cloud_bigquery_dataexchange_common_common_proto_init() {
   230  	if File_google_cloud_bigquery_dataexchange_common_common_proto != nil {
   231  		return
   232  	}
   233  	type x struct{}
   234  	out := protoimpl.TypeBuilder{
   235  		File: protoimpl.DescBuilder{
   236  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   237  			RawDescriptor: file_google_cloud_bigquery_dataexchange_common_common_proto_rawDesc,
   238  			NumEnums:      1,
   239  			NumMessages:   0,
   240  			NumExtensions: 0,
   241  			NumServices:   0,
   242  		},
   243  		GoTypes:           file_google_cloud_bigquery_dataexchange_common_common_proto_goTypes,
   244  		DependencyIndexes: file_google_cloud_bigquery_dataexchange_common_common_proto_depIdxs,
   245  		EnumInfos:         file_google_cloud_bigquery_dataexchange_common_common_proto_enumTypes,
   246  	}.Build()
   247  	File_google_cloud_bigquery_dataexchange_common_common_proto = out.File
   248  	file_google_cloud_bigquery_dataexchange_common_common_proto_rawDesc = nil
   249  	file_google_cloud_bigquery_dataexchange_common_common_proto_goTypes = nil
   250  	file_google_cloud_bigquery_dataexchange_common_common_proto_depIdxs = nil
   251  }
   252  

View as plain text