1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/securitycenter/v1/folder.proto 18 19 package com.google.cloud.securitycenter.v1; 20 21 public final class FolderProto { FolderProto()22 private FolderProto() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_securitycenter_v1_Folder_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_securitycenter_v1_Folder_fieldAccessorTable; 34 getDescriptor()35 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 36 return descriptor; 37 } 38 39 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 40 41 static { 42 java.lang.String[] descriptorData = { 43 "\n+google/cloud/securitycenter/v1/folder." 44 + "proto\022\036google.cloud.securitycenter.v1\"G\n" 45 + "\006Folder\022\027\n\017resource_folder\030\001 \001(\t\022$\n\034reso" 46 + "urce_folder_display_name\030\002 \001(\tB\345\001\n\"com.g" 47 + "oogle.cloud.securitycenter.v1B\013FolderPro" 48 + "toP\001ZJcloud.google.com/go/securitycenter" 49 + "/apiv1/securitycenterpb;securitycenterpb" 50 + "\252\002\036Google.Cloud.SecurityCenter.V1\312\002\036Goog" 51 + "le\\Cloud\\SecurityCenter\\V1\352\002!Google::Clo" 52 + "ud::SecurityCenter::V1b\006proto3" 53 }; 54 descriptor = 55 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 56 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 57 internal_static_google_cloud_securitycenter_v1_Folder_descriptor = 58 getDescriptor().getMessageTypes().get(0); 59 internal_static_google_cloud_securitycenter_v1_Folder_fieldAccessorTable = 60 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 61 internal_static_google_cloud_securitycenter_v1_Folder_descriptor, 62 new java.lang.String[] { 63 "ResourceFolder", "ResourceFolderDisplayName", 64 }); 65 } 66 67 // @@protoc_insertion_point(outer_class_scope) 68 } 69