- 2.86.0 (latest)
- 2.84.0
- 2.83.0
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.72.0
- 2.71.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public static final class CloudArmor.Builder extends GeneratedMessageV3.Builder<CloudArmor.Builder> implements CloudArmorOrBuilderFields related to Google Cloud Armor findings.
Protobuf type google.cloud.securitycenter.v2.CloudArmor
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudArmor.BuilderImplements
CloudArmorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudArmor.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
build()
public CloudArmor build()| Returns | |
|---|---|
| Type | Description |
CloudArmor |
|
buildPartial()
public CloudArmor buildPartial()| Returns | |
|---|---|
| Type | Description |
CloudArmor |
|
clear()
public CloudArmor.Builder clear()| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearAdaptiveProtection()
public CloudArmor.Builder clearAdaptiveProtection()Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearAttack()
public CloudArmor.Builder clearAttack()Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearDuration()
public CloudArmor.Builder clearDuration()Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public CloudArmor.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudArmor.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearRequests()
public CloudArmor.Builder clearRequests()Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearSecurityPolicy()
public CloudArmor.Builder clearSecurityPolicy()Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
clearThreatVector()
public CloudArmor.Builder clearThreatVector()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;
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
This builder for chaining. |
clone()
public CloudArmor.Builder clone()| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
getAdaptiveProtection()
public AdaptiveProtection getAdaptiveProtection()Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Returns | |
|---|---|
| Type | Description |
AdaptiveProtection |
The adaptiveProtection. |
getAdaptiveProtectionBuilder()
public AdaptiveProtection.Builder getAdaptiveProtectionBuilder()Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Returns | |
|---|---|
| Type | Description |
AdaptiveProtection.Builder |
|
getAdaptiveProtectionOrBuilder()
public AdaptiveProtectionOrBuilder getAdaptiveProtectionOrBuilder()Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Returns | |
|---|---|
| Type | Description |
AdaptiveProtectionOrBuilder |
|
getAttack()
public Attack getAttack()Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Returns | |
|---|---|
| Type | Description |
Attack |
The attack. |
getAttackBuilder()
public Attack.Builder getAttackBuilder()Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Returns | |
|---|---|
| Type | Description |
Attack.Builder |
|
getAttackOrBuilder()
public AttackOrBuilder getAttackOrBuilder()Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Returns | |
|---|---|
| Type | Description |
AttackOrBuilder |
|
getDefaultInstanceForType()
public CloudArmor getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CloudArmor |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDuration()
public Duration getDuration()Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Returns | |
|---|---|
| Type | Description |
Duration |
The duration. |
getDurationBuilder()
public Duration.Builder getDurationBuilder()Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getRequests()
public Requests getRequests()Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Returns | |
|---|---|
| Type | Description |
Requests |
The requests. |
getRequestsBuilder()
public Requests.Builder getRequestsBuilder()Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Returns | |
|---|---|
| Type | Description |
Requests.Builder |
|
getRequestsOrBuilder()
public RequestsOrBuilder getRequestsOrBuilder()Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Returns | |
|---|---|
| Type | Description |
RequestsOrBuilder |
|
getSecurityPolicy()
public SecurityPolicy getSecurityPolicy()Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Returns | |
|---|---|
| Type | Description |
SecurityPolicy |
The securityPolicy. |
getSecurityPolicyBuilder()
public SecurityPolicy.Builder getSecurityPolicyBuilder()Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Returns | |
|---|---|
| Type | Description |
SecurityPolicy.Builder |
|
getSecurityPolicyOrBuilder()
public SecurityPolicyOrBuilder getSecurityPolicyOrBuilder()Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Returns | |
|---|---|
| Type | Description |
SecurityPolicyOrBuilder |
|
getThreatVector()
public 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;
| Returns | |
|---|---|
| Type | Description |
String |
The threatVector. |
getThreatVectorBytes()
public ByteString getThreatVectorBytes()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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for threatVector. |
hasAdaptiveProtection()
public boolean hasAdaptiveProtection()Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the adaptiveProtection field is set. |
hasAttack()
public boolean hasAttack()Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the attack field is set. |
hasDuration()
public boolean hasDuration()Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the duration field is set. |
hasRequests()
public boolean hasRequests()Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the requests field is set. |
hasSecurityPolicy()
public boolean hasSecurityPolicy()Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the securityPolicy field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAdaptiveProtection(AdaptiveProtection value)
public CloudArmor.Builder mergeAdaptiveProtection(AdaptiveProtection value)Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
AdaptiveProtection |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeAttack(Attack value)
public CloudArmor.Builder mergeAttack(Attack value)Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Attack |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeDuration(Duration value)
public CloudArmor.Builder mergeDuration(Duration value)Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeFrom(CloudArmor other)
public CloudArmor.Builder mergeFrom(CloudArmor other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudArmor |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudArmor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CloudArmor.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeRequests(Requests value)
public CloudArmor.Builder mergeRequests(Requests value)Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Requests |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeSecurityPolicy(SecurityPolicy value)
public CloudArmor.Builder mergeSecurityPolicy(SecurityPolicy value)Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SecurityPolicy |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudArmor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setAdaptiveProtection(AdaptiveProtection value)
public CloudArmor.Builder setAdaptiveProtection(AdaptiveProtection value)Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
AdaptiveProtection |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setAdaptiveProtection(AdaptiveProtection.Builder builderForValue)
public CloudArmor.Builder setAdaptiveProtection(AdaptiveProtection.Builder builderForValue)Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
.google.cloud.securitycenter.v2.AdaptiveProtection adaptive_protection = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AdaptiveProtection.Builder |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setAttack(Attack value)
public CloudArmor.Builder setAttack(Attack value)Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Attack |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setAttack(Attack.Builder builderForValue)
public CloudArmor.Builder setAttack(Attack.Builder builderForValue)Information about DDoS attack volume and classification.
.google.cloud.securitycenter.v2.Attack attack = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Attack.Builder |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setDuration(Duration value)
public CloudArmor.Builder setDuration(Duration value)Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setDuration(Duration.Builder builderForValue)
public CloudArmor.Builder setDuration(Duration.Builder builderForValue)Duration of attack from the start until the current moment (updated every 5 minutes).
.google.protobuf.Duration duration = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public CloudArmor.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudArmor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setRequests(Requests value)
public CloudArmor.Builder setRequests(Requests value)Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Requests |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setRequests(Requests.Builder builderForValue)
public CloudArmor.Builder setRequests(Requests.Builder builderForValue)Information about incoming requests evaluated by Google Cloud Armor security policies.
.google.cloud.securitycenter.v2.Requests requests = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Requests.Builder |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setSecurityPolicy(SecurityPolicy value)
public CloudArmor.Builder setSecurityPolicy(SecurityPolicy value)Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SecurityPolicy |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setSecurityPolicy(SecurityPolicy.Builder builderForValue)
public CloudArmor.Builder setSecurityPolicy(SecurityPolicy.Builder builderForValue)Information about the Google Cloud Armor security policy relevant to the finding.
.google.cloud.securitycenter.v2.SecurityPolicy security_policy = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SecurityPolicy.Builder |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|
setThreatVector(String value)
public CloudArmor.Builder setThreatVector(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe threatVector to set. |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
This builder for chaining. |
setThreatVectorBytes(ByteString value)
public CloudArmor.Builder setThreatVectorBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for threatVector to set. |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudArmor.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CloudArmor.Builder |
|