- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class SecurityPolicy.Builder extends GeneratedMessageV3.Builder<SecurityPolicy.Builder> implements SecurityPolicyOrBuilder
Represents a Google Cloud Armor security policy resource. Only external backend services that use load balancers can reference a security policy. For more information, see Google Cloud Armor security policy overview.
Protobuf type google.cloud.compute.v1.SecurityPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SecurityPolicy.BuilderImplements
SecurityPolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllRules(Iterable<? extends SecurityPolicyRule> values)
public SecurityPolicy.Builder addAllRules(Iterable<? extends SecurityPolicyRule> values)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.SecurityPolicyRule> |
Type | Description |
SecurityPolicy.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SecurityPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SecurityPolicy.Builder |
addRules(SecurityPolicyRule value)
public SecurityPolicy.Builder addRules(SecurityPolicyRule value)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
value | SecurityPolicyRule |
Type | Description |
SecurityPolicy.Builder |
addRules(SecurityPolicyRule.Builder builderForValue)
public SecurityPolicy.Builder addRules(SecurityPolicyRule.Builder builderForValue)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
builderForValue | SecurityPolicyRule.Builder |
Type | Description |
SecurityPolicy.Builder |
addRules(int index, SecurityPolicyRule value)
public SecurityPolicy.Builder addRules(int index, SecurityPolicyRule value)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
value | SecurityPolicyRule |
Type | Description |
SecurityPolicy.Builder |
addRules(int index, SecurityPolicyRule.Builder builderForValue)
public SecurityPolicy.Builder addRules(int index, SecurityPolicyRule.Builder builderForValue)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
builderForValue | SecurityPolicyRule.Builder |
Type | Description |
SecurityPolicy.Builder |
addRulesBuilder()
public SecurityPolicyRule.Builder addRulesBuilder()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
SecurityPolicyRule.Builder |
addRulesBuilder(int index)
public SecurityPolicyRule.Builder addRulesBuilder(int index)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
SecurityPolicyRule.Builder |
build()
public SecurityPolicy build()
Type | Description |
SecurityPolicy |
buildPartial()
public SecurityPolicy buildPartial()
Type | Description |
SecurityPolicy |
clear()
public SecurityPolicy.Builder clear()
Type | Description |
SecurityPolicy.Builder |
clearAdaptiveProtectionConfig()
public SecurityPolicy.Builder clearAdaptiveProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Type | Description |
SecurityPolicy.Builder |
clearAdvancedOptionsConfig()
public SecurityPolicy.Builder clearAdvancedOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Type | Description |
SecurityPolicy.Builder |
clearCreationTimestamp()
public SecurityPolicy.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearDdosProtectionConfig()
public SecurityPolicy.Builder clearDdosProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Type | Description |
SecurityPolicy.Builder |
clearDescription()
public SecurityPolicy.Builder clearDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SecurityPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SecurityPolicy.Builder |
clearFingerprint()
public SecurityPolicy.Builder clearFingerprint()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearId()
public SecurityPolicy.Builder clearId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearKind()
public SecurityPolicy.Builder clearKind()
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearName()
public SecurityPolicy.Builder clearName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SecurityPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SecurityPolicy.Builder |
clearRecaptchaOptionsConfig()
public SecurityPolicy.Builder clearRecaptchaOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Type | Description |
SecurityPolicy.Builder |
clearRegion()
public SecurityPolicy.Builder clearRegion()
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearRules()
public SecurityPolicy.Builder clearRules()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
SecurityPolicy.Builder |
clearSelfLink()
public SecurityPolicy.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clearType()
public SecurityPolicy.Builder clearType()
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
clone()
public SecurityPolicy.Builder clone()
Type | Description |
SecurityPolicy.Builder |
getAdaptiveProtectionConfig()
public SecurityPolicyAdaptiveProtectionConfig getAdaptiveProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Type | Description |
SecurityPolicyAdaptiveProtectionConfig | The adaptiveProtectionConfig. |
getAdaptiveProtectionConfigBuilder()
public SecurityPolicyAdaptiveProtectionConfig.Builder getAdaptiveProtectionConfigBuilder()
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Type | Description |
SecurityPolicyAdaptiveProtectionConfig.Builder |
getAdaptiveProtectionConfigOrBuilder()
public SecurityPolicyAdaptiveProtectionConfigOrBuilder getAdaptiveProtectionConfigOrBuilder()
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Type | Description |
SecurityPolicyAdaptiveProtectionConfigOrBuilder |
getAdvancedOptionsConfig()
public SecurityPolicyAdvancedOptionsConfig getAdvancedOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Type | Description |
SecurityPolicyAdvancedOptionsConfig | The advancedOptionsConfig. |
getAdvancedOptionsConfigBuilder()
public SecurityPolicyAdvancedOptionsConfig.Builder getAdvancedOptionsConfigBuilder()
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Type | Description |
SecurityPolicyAdvancedOptionsConfig.Builder |
getAdvancedOptionsConfigOrBuilder()
public SecurityPolicyAdvancedOptionsConfigOrBuilder getAdvancedOptionsConfigOrBuilder()
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Type | Description |
SecurityPolicyAdvancedOptionsConfigOrBuilder |
getCreationTimestamp()
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Type | Description |
String | The creationTimestamp. |
getCreationTimestampBytes()
public ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Type | Description |
ByteString | The bytes for creationTimestamp. |
getDdosProtectionConfig()
public SecurityPolicyDdosProtectionConfig getDdosProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Type | Description |
SecurityPolicyDdosProtectionConfig | The ddosProtectionConfig. |
getDdosProtectionConfigBuilder()
public SecurityPolicyDdosProtectionConfig.Builder getDdosProtectionConfigBuilder()
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Type | Description |
SecurityPolicyDdosProtectionConfig.Builder |
getDdosProtectionConfigOrBuilder()
public SecurityPolicyDdosProtectionConfigOrBuilder getDdosProtectionConfigOrBuilder()
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Type | Description |
SecurityPolicyDdosProtectionConfigOrBuilder |
getDefaultInstanceForType()
public SecurityPolicy getDefaultInstanceForType()
Type | Description |
SecurityPolicy |
getDescription()
public String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFingerprint()
public String getFingerprint()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Type | Description |
String | The fingerprint. |
getFingerprintBytes()
public ByteString getFingerprintBytes()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Type | Description |
ByteString | The bytes for fingerprint. |
getId()
public long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Type | Description |
long | The id. |
getKind()
public String getKind()
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Type | Description |
String | The kind. |
getKindBytes()
public ByteString getKindBytes()
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Type | Description |
ByteString | The bytes for kind. |
getName()
public String getName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Type | Description |
ByteString | The bytes for name. |
getRecaptchaOptionsConfig()
public SecurityPolicyRecaptchaOptionsConfig getRecaptchaOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Type | Description |
SecurityPolicyRecaptchaOptionsConfig | The recaptchaOptionsConfig. |
getRecaptchaOptionsConfigBuilder()
public SecurityPolicyRecaptchaOptionsConfig.Builder getRecaptchaOptionsConfigBuilder()
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Type | Description |
SecurityPolicyRecaptchaOptionsConfig.Builder |
getRecaptchaOptionsConfigOrBuilder()
public SecurityPolicyRecaptchaOptionsConfigOrBuilder getRecaptchaOptionsConfigOrBuilder()
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Type | Description |
SecurityPolicyRecaptchaOptionsConfigOrBuilder |
getRegion()
public String getRegion()
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Type | Description |
String | The region. |
getRegionBytes()
public ByteString getRegionBytes()
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Type | Description |
ByteString | The bytes for region. |
getRules(int index)
public SecurityPolicyRule getRules(int index)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
SecurityPolicyRule |
getRulesBuilder(int index)
public SecurityPolicyRule.Builder getRulesBuilder(int index)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
SecurityPolicyRule.Builder |
getRulesBuilderList()
public List<SecurityPolicyRule.Builder> getRulesBuilderList()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
List<Builder> |
getRulesCount()
public int getRulesCount()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
int |
getRulesList()
public List<SecurityPolicyRule> getRulesList()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
List<SecurityPolicyRule> |
getRulesOrBuilder(int index)
public SecurityPolicyRuleOrBuilder getRulesOrBuilder(int index)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
SecurityPolicyRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends SecurityPolicyRuleOrBuilder> getRulesOrBuilderList()
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Type | Description |
List<? extends com.google.cloud.compute.v1.SecurityPolicyRuleOrBuilder> |
getSelfLink()
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Type | Description |
String | The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Type | Description |
ByteString | The bytes for selfLink. |
getType()
public String getType()
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Type | Description |
String | The type. |
getTypeBytes()
public ByteString getTypeBytes()
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Type | Description |
ByteString | The bytes for type. |
hasAdaptiveProtectionConfig()
public boolean hasAdaptiveProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Type | Description |
boolean | Whether the adaptiveProtectionConfig field is set. |
hasAdvancedOptionsConfig()
public boolean hasAdvancedOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Type | Description |
boolean | Whether the advancedOptionsConfig field is set. |
hasCreationTimestamp()
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Type | Description |
boolean | Whether the creationTimestamp field is set. |
hasDdosProtectionConfig()
public boolean hasDdosProtectionConfig()
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Type | Description |
boolean | Whether the ddosProtectionConfig field is set. |
hasDescription()
public boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
boolean | Whether the description field is set. |
hasFingerprint()
public boolean hasFingerprint()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Type | Description |
boolean | Whether the fingerprint field is set. |
hasId()
public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Type | Description |
boolean | Whether the id field is set. |
hasKind()
public boolean hasKind()
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Type | Description |
boolean | Whether the kind field is set. |
hasName()
public boolean hasName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Type | Description |
boolean | Whether the name field is set. |
hasRecaptchaOptionsConfig()
public boolean hasRecaptchaOptionsConfig()
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Type | Description |
boolean | Whether the recaptchaOptionsConfig field is set. |
hasRegion()
public boolean hasRegion()
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Type | Description |
boolean | Whether the region field is set. |
hasSelfLink()
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Type | Description |
boolean | Whether the selfLink field is set. |
hasType()
public boolean hasType()
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Type | Description |
boolean | Whether the type field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig value)
public SecurityPolicy.Builder mergeAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig value)
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Name | Description |
value | SecurityPolicyAdaptiveProtectionConfig |
Type | Description |
SecurityPolicy.Builder |
mergeAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig value)
public SecurityPolicy.Builder mergeAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig value)
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Name | Description |
value | SecurityPolicyAdvancedOptionsConfig |
Type | Description |
SecurityPolicy.Builder |
mergeDdosProtectionConfig(SecurityPolicyDdosProtectionConfig value)
public SecurityPolicy.Builder mergeDdosProtectionConfig(SecurityPolicyDdosProtectionConfig value)
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Name | Description |
value | SecurityPolicyDdosProtectionConfig |
Type | Description |
SecurityPolicy.Builder |
mergeFrom(SecurityPolicy other)
public SecurityPolicy.Builder mergeFrom(SecurityPolicy other)
Name | Description |
other | SecurityPolicy |
Type | Description |
SecurityPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecurityPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecurityPolicy.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SecurityPolicy.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SecurityPolicy.Builder |
mergeRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig value)
public SecurityPolicy.Builder mergeRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig value)
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Name | Description |
value | SecurityPolicyRecaptchaOptionsConfig |
Type | Description |
SecurityPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SecurityPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SecurityPolicy.Builder |
removeRules(int index)
public SecurityPolicy.Builder removeRules(int index)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
SecurityPolicy.Builder |
setAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig value)
public SecurityPolicy.Builder setAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig value)
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Name | Description |
value | SecurityPolicyAdaptiveProtectionConfig |
Type | Description |
SecurityPolicy.Builder |
setAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig.Builder builderForValue)
public SecurityPolicy.Builder setAdaptiveProtectionConfig(SecurityPolicyAdaptiveProtectionConfig.Builder builderForValue)
optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig adaptive_protection_config = 150240735;
Name | Description |
builderForValue | SecurityPolicyAdaptiveProtectionConfig.Builder |
Type | Description |
SecurityPolicy.Builder |
setAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig value)
public SecurityPolicy.Builder setAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig value)
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Name | Description |
value | SecurityPolicyAdvancedOptionsConfig |
Type | Description |
SecurityPolicy.Builder |
setAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig.Builder builderForValue)
public SecurityPolicy.Builder setAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig.Builder builderForValue)
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig advanced_options_config = 449276352;
Name | Description |
builderForValue | SecurityPolicyAdvancedOptionsConfig.Builder |
Type | Description |
SecurityPolicy.Builder |
setCreationTimestamp(String value)
public SecurityPolicy.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Name | Description |
value | String The creationTimestamp to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setCreationTimestampBytes(ByteString value)
public SecurityPolicy.Builder setCreationTimestampBytes(ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Name | Description |
value | ByteString The bytes for creationTimestamp to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setDdosProtectionConfig(SecurityPolicyDdosProtectionConfig value)
public SecurityPolicy.Builder setDdosProtectionConfig(SecurityPolicyDdosProtectionConfig value)
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Name | Description |
value | SecurityPolicyDdosProtectionConfig |
Type | Description |
SecurityPolicy.Builder |
setDdosProtectionConfig(SecurityPolicyDdosProtectionConfig.Builder builderForValue)
public SecurityPolicy.Builder setDdosProtectionConfig(SecurityPolicyDdosProtectionConfig.Builder builderForValue)
optional .google.cloud.compute.v1.SecurityPolicyDdosProtectionConfig ddos_protection_config = 50315853;
Name | Description |
builderForValue | SecurityPolicyDdosProtectionConfig.Builder |
Type | Description |
SecurityPolicy.Builder |
setDescription(String value)
public SecurityPolicy.Builder setDescription(String value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Name | Description |
value | String The description to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public SecurityPolicy.Builder setDescriptionBytes(ByteString value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SecurityPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SecurityPolicy.Builder |
setFingerprint(String value)
public SecurityPolicy.Builder setFingerprint(String value)
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Name | Description |
value | String The fingerprint to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setFingerprintBytes(ByteString value)
public SecurityPolicy.Builder setFingerprintBytes(ByteString value)
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
optional string fingerprint = 234678500;
Name | Description |
value | ByteString The bytes for fingerprint to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setId(long value)
public SecurityPolicy.Builder setId(long value)
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Name | Description |
value | long The id to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setKind(String value)
public SecurityPolicy.Builder setKind(String value)
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Name | Description |
value | String The kind to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setKindBytes(ByteString value)
public SecurityPolicy.Builder setKindBytes(ByteString value)
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
optional string kind = 3292052;
Name | Description |
value | ByteString The bytes for kind to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setName(String value)
public SecurityPolicy.Builder setName(String value)
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Name | Description |
value | String The name to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public SecurityPolicy.Builder setNameBytes(ByteString value)
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig value)
public SecurityPolicy.Builder setRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig value)
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Name | Description |
value | SecurityPolicyRecaptchaOptionsConfig |
Type | Description |
SecurityPolicy.Builder |
setRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig.Builder builderForValue)
public SecurityPolicy.Builder setRecaptchaOptionsConfig(SecurityPolicyRecaptchaOptionsConfig.Builder builderForValue)
optional .google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig recaptcha_options_config = 519006811;
Name | Description |
builderForValue | SecurityPolicyRecaptchaOptionsConfig.Builder |
Type | Description |
SecurityPolicy.Builder |
setRegion(String value)
public SecurityPolicy.Builder setRegion(String value)
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Name | Description |
value | String The region to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public SecurityPolicy.Builder setRegionBytes(ByteString value)
[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
optional string region = 138946292;
Name | Description |
value | ByteString The bytes for region to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SecurityPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SecurityPolicy.Builder |
setRules(int index, SecurityPolicyRule value)
public SecurityPolicy.Builder setRules(int index, SecurityPolicyRule value)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
value | SecurityPolicyRule |
Type | Description |
SecurityPolicy.Builder |
setRules(int index, SecurityPolicyRule.Builder builderForValue)
public SecurityPolicy.Builder setRules(int index, SecurityPolicyRule.Builder builderForValue)
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.SecurityPolicyRule rules = 108873975;
Name | Description |
index | int |
builderForValue | SecurityPolicyRule.Builder |
Type | Description |
SecurityPolicy.Builder |
setSelfLink(String value)
public SecurityPolicy.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Name | Description |
value | String The selfLink to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setSelfLinkBytes(ByteString value)
public SecurityPolicy.Builder setSelfLinkBytes(ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Name | Description |
value | ByteString The bytes for selfLink to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setType(String value)
public SecurityPolicy.Builder setType(String value)
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Name | Description |
value | String The type to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public SecurityPolicy.Builder setTypeBytes(ByteString value)
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time. Check the Type enum for the list of possible values.
optional string type = 3575610;
Name | Description |
value | ByteString The bytes for type to set. |
Type | Description |
SecurityPolicy.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SecurityPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SecurityPolicy.Builder |