...

Source file src/google.golang.org/genproto/googleapis/cloud/integrations/v1alpha/product.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/integrations/v1alpha

     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/cloud/integrations/v1alpha/product.proto
    20  
    21  package integrations
    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  // Enum Product.
    39  type Product int32
    40  
    41  const (
    42  	// Default value.
    43  	Product_PRODUCT_UNSPECIFIED Product = 0
    44  	// Integration Platform.
    45  	Product_IP Product = 1
    46  	// Apigee.
    47  	Product_APIGEE Product = 2
    48  	// Security Command Center.
    49  	Product_SECURITY Product = 3
    50  )
    51  
    52  // Enum value maps for Product.
    53  var (
    54  	Product_name = map[int32]string{
    55  		0: "PRODUCT_UNSPECIFIED",
    56  		1: "IP",
    57  		2: "APIGEE",
    58  		3: "SECURITY",
    59  	}
    60  	Product_value = map[string]int32{
    61  		"PRODUCT_UNSPECIFIED": 0,
    62  		"IP":                  1,
    63  		"APIGEE":              2,
    64  		"SECURITY":            3,
    65  	}
    66  )
    67  
    68  func (x Product) Enum() *Product {
    69  	p := new(Product)
    70  	*p = x
    71  	return p
    72  }
    73  
    74  func (x Product) String() string {
    75  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    76  }
    77  
    78  func (Product) Descriptor() protoreflect.EnumDescriptor {
    79  	return file_google_cloud_integrations_v1alpha_product_proto_enumTypes[0].Descriptor()
    80  }
    81  
    82  func (Product) Type() protoreflect.EnumType {
    83  	return &file_google_cloud_integrations_v1alpha_product_proto_enumTypes[0]
    84  }
    85  
    86  func (x Product) Number() protoreflect.EnumNumber {
    87  	return protoreflect.EnumNumber(x)
    88  }
    89  
    90  // Deprecated: Use Product.Descriptor instead.
    91  func (Product) EnumDescriptor() ([]byte, []int) {
    92  	return file_google_cloud_integrations_v1alpha_product_proto_rawDescGZIP(), []int{0}
    93  }
    94  
    95  var File_google_cloud_integrations_v1alpha_product_proto protoreflect.FileDescriptor
    96  
    97  var file_google_cloud_integrations_v1alpha_product_proto_rawDesc = []byte{
    98  	0x0a, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x69,
    99  	0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x31, 0x61, 0x6c,
   100  	0x70, 0x68, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   101  	0x6f, 0x12, 0x21, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e,
   102  	0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x76, 0x31, 0x61,
   103  	0x6c, 0x70, 0x68, 0x61, 0x2a, 0x44, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12,
   104  	0x17, 0x0a, 0x13, 0x50, 0x52, 0x4f, 0x44, 0x55, 0x43, 0x54, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45,
   105  	0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x49, 0x50, 0x10, 0x01,
   106  	0x12, 0x0a, 0x0a, 0x06, 0x41, 0x50, 0x49, 0x47, 0x45, 0x45, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08,
   107  	0x53, 0x45, 0x43, 0x55, 0x52, 0x49, 0x54, 0x59, 0x10, 0x03, 0x42, 0x86, 0x01, 0x0a, 0x25, 0x63,
   108  	0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e,
   109  	0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x76, 0x31, 0x61,
   110  	0x6c, 0x70, 0x68, 0x61, 0x42, 0x0c, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x50, 0x72, 0x6f,
   111  	0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4d, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
   112  	0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   113  	0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75,
   114  	0x64, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76,
   115  	0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x3b, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69,
   116  	0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   117  }
   118  
   119  var (
   120  	file_google_cloud_integrations_v1alpha_product_proto_rawDescOnce sync.Once
   121  	file_google_cloud_integrations_v1alpha_product_proto_rawDescData = file_google_cloud_integrations_v1alpha_product_proto_rawDesc
   122  )
   123  
   124  func file_google_cloud_integrations_v1alpha_product_proto_rawDescGZIP() []byte {
   125  	file_google_cloud_integrations_v1alpha_product_proto_rawDescOnce.Do(func() {
   126  		file_google_cloud_integrations_v1alpha_product_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_integrations_v1alpha_product_proto_rawDescData)
   127  	})
   128  	return file_google_cloud_integrations_v1alpha_product_proto_rawDescData
   129  }
   130  
   131  var file_google_cloud_integrations_v1alpha_product_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   132  var file_google_cloud_integrations_v1alpha_product_proto_goTypes = []interface{}{
   133  	(Product)(0), // 0: google.cloud.integrations.v1alpha.Product
   134  }
   135  var file_google_cloud_integrations_v1alpha_product_proto_depIdxs = []int32{
   136  	0, // [0:0] is the sub-list for method output_type
   137  	0, // [0:0] is the sub-list for method input_type
   138  	0, // [0:0] is the sub-list for extension type_name
   139  	0, // [0:0] is the sub-list for extension extendee
   140  	0, // [0:0] is the sub-list for field type_name
   141  }
   142  
   143  func init() { file_google_cloud_integrations_v1alpha_product_proto_init() }
   144  func file_google_cloud_integrations_v1alpha_product_proto_init() {
   145  	if File_google_cloud_integrations_v1alpha_product_proto != nil {
   146  		return
   147  	}
   148  	type x struct{}
   149  	out := protoimpl.TypeBuilder{
   150  		File: protoimpl.DescBuilder{
   151  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   152  			RawDescriptor: file_google_cloud_integrations_v1alpha_product_proto_rawDesc,
   153  			NumEnums:      1,
   154  			NumMessages:   0,
   155  			NumExtensions: 0,
   156  			NumServices:   0,
   157  		},
   158  		GoTypes:           file_google_cloud_integrations_v1alpha_product_proto_goTypes,
   159  		DependencyIndexes: file_google_cloud_integrations_v1alpha_product_proto_depIdxs,
   160  		EnumInfos:         file_google_cloud_integrations_v1alpha_product_proto_enumTypes,
   161  	}.Build()
   162  	File_google_cloud_integrations_v1alpha_product_proto = out.File
   163  	file_google_cloud_integrations_v1alpha_product_proto_rawDesc = nil
   164  	file_google_cloud_integrations_v1alpha_product_proto_goTypes = nil
   165  	file_google_cloud_integrations_v1alpha_product_proto_depIdxs = nil
   166  }
   167  

View as plain text