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/external_system.proto 18 19 package com.google.cloud.securitycenter.v1; 20 21 public final class ExternalSystemProto { ExternalSystemProto()22 private ExternalSystemProto() {} 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_ExternalSystem_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_securitycenter_v1_ExternalSystem_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 "\n4google/cloud/securitycenter/v1/externa" 44 + "l_system.proto\022\036google.cloud.securitycen" 45 + "ter.v1\032\031google/api/resource.proto\032\037googl" 46 + "e/protobuf/timestamp.proto\"\340\003\n\016ExternalS" 47 + "ystem\022\014\n\004name\030\001 \001(\t\022\021\n\tassignees\030\002 \003(\t\022\024" 48 + "\n\014external_uid\030\003 \001(\t\022\016\n\006status\030\004 \001(\t\022?\n\033" 49 + "external_system_update_time\030\005 \001(\0132\032.goog" 50 + "le.protobuf.Timestamp:\305\002\352A\301\002\n,securityce" 51 + "nter.googleapis.com/ExternalSystem\022aorga" 52 + "nizations/{organization}/sources/{source" 53 + "}/findings/{finding}/externalSystems/{ex" 54 + "ternalsystem}\022Ufolders/{folder}/sources/" 55 + "{source}/findings/{finding}/externalSyst" 56 + "ems/{externalsystem}\022Wprojects/{project}" 57 + "/sources/{source}/findings/{finding}/ext" 58 + "ernalSystems/{externalsystem}B\355\001\n\"com.go" 59 + "ogle.cloud.securitycenter.v1B\023ExternalSy" 60 + "stemProtoP\001ZJcloud.google.com/go/securit" 61 + "ycenter/apiv1/securitycenterpb;securityc" 62 + "enterpb\252\002\036Google.Cloud.SecurityCenter.V1" 63 + "\312\002\036Google\\Cloud\\SecurityCenter\\V1\352\002!Goog" 64 + "le::Cloud::SecurityCenter::V1b\006proto3" 65 }; 66 descriptor = 67 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 68 descriptorData, 69 new com.google.protobuf.Descriptors.FileDescriptor[] { 70 com.google.api.ResourceProto.getDescriptor(), 71 com.google.protobuf.TimestampProto.getDescriptor(), 72 }); 73 internal_static_google_cloud_securitycenter_v1_ExternalSystem_descriptor = 74 getDescriptor().getMessageTypes().get(0); 75 internal_static_google_cloud_securitycenter_v1_ExternalSystem_fieldAccessorTable = 76 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 77 internal_static_google_cloud_securitycenter_v1_ExternalSystem_descriptor, 78 new java.lang.String[] { 79 "Name", "Assignees", "ExternalUid", "Status", "ExternalSystemUpdateTime", 80 }); 81 com.google.protobuf.ExtensionRegistry registry = 82 com.google.protobuf.ExtensionRegistry.newInstance(); 83 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)84 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 85 descriptor, registry); com.google.api.ResourceProto.getDescriptor()86 com.google.api.ResourceProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()87 com.google.protobuf.TimestampProto.getDescriptor(); 88 } 89 90 // @@protoc_insertion_point(outer_class_scope) 91 } 92