• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/security_health_analytics_custom_module.proto
18 
19 package com.google.cloud.securitycenter.v1;
20 
21 public final class SecurityHealthAnalyticsCustomModuleProto {
SecurityHealthAnalyticsCustomModuleProto()22   private SecurityHealthAnalyticsCustomModuleProto() {}
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_SecurityHealthAnalyticsCustomModule_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_securitycenter_v1_SecurityHealthAnalyticsCustomModule_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       "\nLgoogle/cloud/securitycenter/v1/securit"
44           + "y_health_analytics_custom_module.proto\022\036"
45           + "google.cloud.securitycenter.v1\032\037google/a"
46           + "pi/field_behavior.proto\032\031google/api/reso"
47           + "urce.proto\032Lgoogle/cloud/securitycenter/"
48           + "v1/security_health_analytics_custom_conf"
49           + "ig.proto\032\037google/protobuf/timestamp.prot"
50           + "o\"\335\006\n#SecurityHealthAnalyticsCustomModul"
51           + "e\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\024\n\014display_name\030\002 \001"
52           + "(\t\022m\n\020enablement_state\030\004 \001(\0162S.google.cl"
53           + "oud.securitycenter.v1.SecurityHealthAnal"
54           + "yticsCustomModule.EnablementState\0224\n\013upd"
55           + "ate_time\030\005 \001(\0132\032.google.protobuf.Timesta"
56           + "mpB\003\340A\003\022\030\n\013last_editor\030\006 \001(\tB\003\340A\003\022b\n\017anc"
57           + "estor_module\030\007 \001(\tBI\340A\003\372AC\nAsecuritycent"
58           + "er.googleapis.com/SecurityHealthAnalytic"
59           + "sCustomModule\022C\n\rcustom_config\030\010 \001(\0132,.g"
60           + "oogle.cloud.securitycenter.v1.CustomConf"
61           + "ig\"]\n\017EnablementState\022 \n\034ENABLEMENT_STAT"
62           + "E_UNSPECIFIED\020\000\022\013\n\007ENABLED\020\001\022\014\n\010DISABLED"
63           + "\020\002\022\r\n\tINHERITED\020\003:\305\002\352A\301\002\nAsecuritycenter"
64           + ".googleapis.com/SecurityHealthAnalyticsC"
65           + "ustomModule\022Zorganizations/{organization"
66           + "}/securityHealthAnalyticsSettings/custom"
67           + "Modules/{custom_module}\022Nfolders/{folder"
68           + "}/securityHealthAnalyticsSettings/custom"
69           + "Modules/{custom_module}\022Pprojects/{proje"
70           + "ct}/securityHealthAnalyticsSettings/cust"
71           + "omModules/{custom_module}B\351\003\n\"com.google"
72           + ".cloud.securitycenter.v1B(SecurityHealth"
73           + "AnalyticsCustomModuleProtoP\001ZJcloud.goog"
74           + "le.com/go/securitycenter/apiv1/securityc"
75           + "enterpb;securitycenterpb\252\002\036Google.Cloud."
76           + "SecurityCenter.V1\312\002\036Google\\Cloud\\Securit"
77           + "yCenter\\V1\352\002!Google::Cloud::SecurityCent"
78           + "er::V1\352A\343\001\n=securitycenter.googleapis.co"
79           + "m/SecurityHealthAnalyticsSettings\022<organ"
80           + "izations/{organization}/securityHealthAn"
81           + "alyticsSettings\0220folders/{folder}/securi"
82           + "tyHealthAnalyticsSettings\0222projects/{pro"
83           + "ject}/securityHealthAnalyticsSettingsb\006p"
84           + "roto3"
85     };
86     descriptor =
87         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
88             descriptorData,
89             new com.google.protobuf.Descriptors.FileDescriptor[] {
90               com.google.api.FieldBehaviorProto.getDescriptor(),
91               com.google.api.ResourceProto.getDescriptor(),
92               com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomConfigProto
93                   .getDescriptor(),
94               com.google.protobuf.TimestampProto.getDescriptor(),
95             });
96     internal_static_google_cloud_securitycenter_v1_SecurityHealthAnalyticsCustomModule_descriptor =
97         getDescriptor().getMessageTypes().get(0);
98     internal_static_google_cloud_securitycenter_v1_SecurityHealthAnalyticsCustomModule_fieldAccessorTable =
99         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
100             internal_static_google_cloud_securitycenter_v1_SecurityHealthAnalyticsCustomModule_descriptor,
101             new java.lang.String[] {
102               "Name",
103               "DisplayName",
104               "EnablementState",
105               "UpdateTime",
106               "LastEditor",
107               "AncestorModule",
108               "CustomConfig",
109             });
110     com.google.protobuf.ExtensionRegistry registry =
111         com.google.protobuf.ExtensionRegistry.newInstance();
112     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
113     registry.add(com.google.api.ResourceProto.resource);
114     registry.add(com.google.api.ResourceProto.resourceDefinition);
115     registry.add(com.google.api.ResourceProto.resourceReference);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)116     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
117         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()118     com.google.api.FieldBehaviorProto.getDescriptor();
com.google.api.ResourceProto.getDescriptor()119     com.google.api.ResourceProto.getDescriptor();
com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomConfigProto.getDescriptor()120     com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomConfigProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor()121     com.google.protobuf.TimestampProto.getDescriptor();
122   }
123 
124   // @@protoc_insertion_point(outer_class_scope)
125 }
126