com.google.cloud.securitycenter.v1.CloudArmorOrBuilder 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-v1 Show documentation
Show all versions of proto-google-cloud-securitycenter-v1 Show documentation
PROTO library for proto-google-cloud-securitycenter-v1
/*
* 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/v1/cloud_armor.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v1;
public interface CloudArmorOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.CloudArmor)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Information about the [Google Cloud Armor security
* policy](https://cloud.google.com/armor/docs/security-policy-overview)
* relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.SecurityPolicy security_policy = 1;
*
* @return Whether the securityPolicy field is set.
*/
boolean hasSecurityPolicy();
/**
*
*
*
* Information about the [Google Cloud Armor security
* policy](https://cloud.google.com/armor/docs/security-policy-overview)
* relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.SecurityPolicy security_policy = 1;
*
* @return The securityPolicy.
*/
com.google.cloud.securitycenter.v1.SecurityPolicy getSecurityPolicy();
/**
*
*
*
* Information about the [Google Cloud Armor security
* policy](https://cloud.google.com/armor/docs/security-policy-overview)
* relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.SecurityPolicy security_policy = 1;
*/
com.google.cloud.securitycenter.v1.SecurityPolicyOrBuilder getSecurityPolicyOrBuilder();
/**
*
*
*
* Information about incoming requests evaluated by [Google Cloud Armor
* security
* policies](https://cloud.google.com/armor/docs/security-policy-overview).
*
*
* .google.cloud.securitycenter.v1.Requests requests = 2;
*
* @return Whether the requests field is set.
*/
boolean hasRequests();
/**
*
*
*
* Information about incoming requests evaluated by [Google Cloud Armor
* security
* policies](https://cloud.google.com/armor/docs/security-policy-overview).
*
*
* .google.cloud.securitycenter.v1.Requests requests = 2;
*
* @return The requests.
*/
com.google.cloud.securitycenter.v1.Requests getRequests();
/**
*
*
*
* Information about incoming requests evaluated by [Google Cloud Armor
* security
* policies](https://cloud.google.com/armor/docs/security-policy-overview).
*
*
* .google.cloud.securitycenter.v1.Requests requests = 2;
*/
com.google.cloud.securitycenter.v1.RequestsOrBuilder getRequestsOrBuilder();
/**
*
*
*
* Information about potential Layer 7 DDoS attacks identified by [Google
* Cloud Armor Adaptive
* Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview).
*
*
* .google.cloud.securitycenter.v1.AdaptiveProtection adaptive_protection = 3;
*
* @return Whether the adaptiveProtection field is set.
*/
boolean hasAdaptiveProtection();
/**
*
*
*
* Information about potential Layer 7 DDoS attacks identified by [Google
* Cloud Armor Adaptive
* Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview).
*
*
* .google.cloud.securitycenter.v1.AdaptiveProtection adaptive_protection = 3;
*
* @return The adaptiveProtection.
*/
com.google.cloud.securitycenter.v1.AdaptiveProtection getAdaptiveProtection();
/**
*
*
*
* Information about potential Layer 7 DDoS attacks identified by [Google
* Cloud Armor Adaptive
* Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview).
*
*
* .google.cloud.securitycenter.v1.AdaptiveProtection adaptive_protection = 3;
*/
com.google.cloud.securitycenter.v1.AdaptiveProtectionOrBuilder getAdaptiveProtectionOrBuilder();
/**
*
*
*
* Information about DDoS attack volume and classification.
*
*
* .google.cloud.securitycenter.v1.Attack attack = 4;
*
* @return Whether the attack field is set.
*/
boolean hasAttack();
/**
*
*
*
* Information about DDoS attack volume and classification.
*
*
* .google.cloud.securitycenter.v1.Attack attack = 4;
*
* @return The attack.
*/
com.google.cloud.securitycenter.v1.Attack getAttack();
/**
*
*
*
* Information about DDoS attack volume and classification.
*
*
* .google.cloud.securitycenter.v1.Attack attack = 4;
*/
com.google.cloud.securitycenter.v1.AttackOrBuilder getAttackOrBuilder();
/**
*
*
*
* Distinguish between volumetric & protocol DDoS attack and
* application layer attacks. For example, “L3_4” for Layer 3 and Layer 4 DDoS
* attacks, or “L_7” for Layer 7 DDoS attacks.
*
*
* string threat_vector = 5;
*
* @return The threatVector.
*/
java.lang.String getThreatVector();
/**
*
*
*
* Distinguish between volumetric & protocol DDoS attack and
* application layer attacks. For example, “L3_4” for Layer 3 and Layer 4 DDoS
* attacks, or “L_7” for Layer 7 DDoS attacks.
*
*
* string threat_vector = 5;
*
* @return The bytes for threatVector.
*/
com.google.protobuf.ByteString getThreatVectorBytes();
/**
*
*
*
* Duration of attack from the start until the current moment (updated every 5
* minutes).
*
*
* .google.protobuf.Duration duration = 6;
*
* @return Whether the duration field is set.
*/
boolean hasDuration();
/**
*
*
*
* Duration of attack from the start until the current moment (updated every 5
* minutes).
*
*
* .google.protobuf.Duration duration = 6;
*
* @return The duration.
*/
com.google.protobuf.Duration getDuration();
/**
*
*
*
* Duration of attack from the start until the current moment (updated every 5
* minutes).
*
*
* .google.protobuf.Duration duration = 6;
*/
com.google.protobuf.DurationOrBuilder getDurationOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy