com.google.cloud.securitycenter.v2.SecurityPostureProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Proto library for google-cloud-securitycenter
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/securitycenter/v2/security_posture.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;
public final class SecurityPostureProto {
private SecurityPostureProto() {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_securitycenter_v2_SecurityPosture_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_securitycenter_v2_SecurityPosture_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_securitycenter_v2_SecurityPosture_PolicyDriftDetails_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_securitycenter_v2_SecurityPosture_PolicyDriftDetails_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
static {
java.lang.String[] descriptorData = {
"\n5google/cloud/securitycenter/v2/securit"
+ "y_posture.proto\022\036google.cloud.securityce"
+ "nter.v2\"\350\002\n\017SecurityPosture\022\014\n\004name\030\001 \001("
+ "\t\022\023\n\013revision_id\030\002 \001(\t\022#\n\033posture_deploy"
+ "ment_resource\030\003 \001(\t\022\032\n\022posture_deploymen"
+ "t\030\004 \001(\t\022\026\n\016changed_policy\030\005 \001(\t\022\022\n\npolic"
+ "y_set\030\006 \001(\t\022\016\n\006policy\030\007 \001(\t\022`\n\024policy_dr"
+ "ift_details\030\010 \003(\0132B.google.cloud.securit"
+ "ycenter.v2.SecurityPosture.PolicyDriftDe"
+ "tails\032S\n\022PolicyDriftDetails\022\r\n\005field\030\001 \001"
+ "(\t\022\026\n\016expected_value\030\002 \001(\t\022\026\n\016detected_v"
+ "alue\030\003 \001(\tB\356\001\n\"com.google.cloud.security"
+ "center.v2B\024SecurityPostureProtoP\001ZJcloud"
+ ".google.com/go/securitycenter/apiv2/secu"
+ "ritycenterpb;securitycenterpb\252\002\036Google.C"
+ "loud.SecurityCenter.V2\312\002\036Google\\Cloud\\Se"
+ "curityCenter\\V2\352\002!Google::Cloud::Securit"
+ "yCenter::V2b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
internal_static_google_cloud_securitycenter_v2_SecurityPosture_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_cloud_securitycenter_v2_SecurityPosture_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_securitycenter_v2_SecurityPosture_descriptor,
new java.lang.String[] {
"Name",
"RevisionId",
"PostureDeploymentResource",
"PostureDeployment",
"ChangedPolicy",
"PolicySet",
"Policy",
"PolicyDriftDetails",
});
internal_static_google_cloud_securitycenter_v2_SecurityPosture_PolicyDriftDetails_descriptor =
internal_static_google_cloud_securitycenter_v2_SecurityPosture_descriptor
.getNestedTypes()
.get(0);
internal_static_google_cloud_securitycenter_v2_SecurityPosture_PolicyDriftDetails_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_securitycenter_v2_SecurityPosture_PolicyDriftDetails_descriptor,
new java.lang.String[] {
"Field", "ExpectedValue", "DetectedValue",
});
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy