Package com.google.cloud.compute.v1
Interface FirewallPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FirewallPolicy
,FirewallPolicy.Builder
public interface FirewallPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallPolicyAssociation
getAssociations(int index)
A list of associations that belong to this firewall policy.int
getAssociationsCount()
A list of associations that belong to this firewall policy.List<FirewallPolicyAssociation>
getAssociationsList()
A list of associations that belong to this firewall policy.FirewallPolicyAssociationOrBuilder
getAssociationsOrBuilder(int index)
A list of associations that belong to this firewall policy.List<? extends FirewallPolicyAssociationOrBuilder>
getAssociationsOrBuilderList()
A list of associations that belong to this firewall policy.String
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.com.google.protobuf.ByteString
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.String
getDescription()
An optional description of this resource.com.google.protobuf.ByteString
getDescriptionBytes()
An optional description of this resource.String
getDisplayName()
Deprecated, please use short name instead.com.google.protobuf.ByteString
getDisplayNameBytes()
Deprecated, please use short name instead.String
getFingerprint()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking.com.google.protobuf.ByteString
getFingerprintBytes()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking.long
getId()
[Output Only] The unique identifier for the resource.String
getKind()
[Output only] Type of the resource.com.google.protobuf.ByteString
getKindBytes()
[Output only] Type of the resource.String
getName()
Name of the resource.com.google.protobuf.ByteString
getNameBytes()
Name of the resource.String
getParent()
[Output Only] The parent of the firewall policy.com.google.protobuf.ByteString
getParentBytes()
[Output Only] The parent of the firewall policy.String
getRegion()
[Output Only] URL of the region where the regional firewall policy resides.com.google.protobuf.ByteString
getRegionBytes()
[Output Only] URL of the region where the regional firewall policy resides.FirewallPolicyRule
getRules(int index)
A list of rules that belong to this policy.int
getRulesCount()
A list of rules that belong to this policy.List<FirewallPolicyRule>
getRulesList()
A list of rules that belong to this policy.FirewallPolicyRuleOrBuilder
getRulesOrBuilder(int index)
A list of rules that belong to this policy.List<? extends FirewallPolicyRuleOrBuilder>
getRulesOrBuilderList()
A list of rules that belong to this policy.int
getRuleTupleCount()
[Output Only] Total count of all firewall policy rule tuples.String
getSelfLink()
[Output Only] Server-defined URL for the resource.com.google.protobuf.ByteString
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.String
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.com.google.protobuf.ByteString
getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.String
getShortName()
User-provided name of the Organization firewall policy.com.google.protobuf.ByteString
getShortNameBytes()
User-provided name of the Organization firewall policy.boolean
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.boolean
hasDescription()
An optional description of this resource.boolean
hasDisplayName()
Deprecated, please use short name instead.boolean
hasFingerprint()
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking.boolean
hasId()
[Output Only] The unique identifier for the resource.boolean
hasKind()
[Output only] Type of the resource.boolean
hasName()
Name of the resource.boolean
hasParent()
[Output Only] The parent of the firewall policy.boolean
hasRegion()
[Output Only] URL of the region where the regional firewall policy resides.boolean
hasRuleTupleCount()
[Output Only] Total count of all firewall policy rule tuples.boolean
hasSelfLink()
[Output Only] Server-defined URL for the resource.boolean
hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.boolean
hasShortName()
User-provided name of the Organization firewall policy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAssociationsList
List<FirewallPolicyAssociation> getAssociationsList()
A list of associations that belong to this firewall policy.
repeated .google.cloud.compute.v1.FirewallPolicyAssociation associations = 508736530;
-
getAssociations
FirewallPolicyAssociation getAssociations(int index)
A list of associations that belong to this firewall policy.
repeated .google.cloud.compute.v1.FirewallPolicyAssociation associations = 508736530;
-
getAssociationsCount
int getAssociationsCount()
A list of associations that belong to this firewall policy.
repeated .google.cloud.compute.v1.FirewallPolicyAssociation associations = 508736530;
-
getAssociationsOrBuilderList
List<? extends FirewallPolicyAssociationOrBuilder> getAssociationsOrBuilderList()
A list of associations that belong to this firewall policy.
repeated .google.cloud.compute.v1.FirewallPolicyAssociation associations = 508736530;
-
getAssociationsOrBuilder
FirewallPolicyAssociationOrBuilder getAssociationsOrBuilder(int index)
A list of associations that belong to this firewall policy.
repeated .google.cloud.compute.v1.FirewallPolicyAssociation associations = 508736530;
-
hasCreationTimestamp
boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Returns:
- Whether the creationTimestamp field is set.
-
getCreationTimestamp
String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Returns:
- The creationTimestamp.
-
getCreationTimestampBytes
com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Returns:
- The bytes for creationTimestamp.
-
hasDescription
boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- The bytes for description.
-
hasDisplayName
boolean hasDisplayName()
Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 display_name = 4473832;
- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()
Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 display_name = 4473832;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 display_name = 4473832;
- Returns:
- The bytes for displayName.
-
hasFingerprint
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 firewall policy.
optional string fingerprint = 234678500;
- Returns:
- Whether the fingerprint field is set.
-
getFingerprint
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 firewall policy.
optional string fingerprint = 234678500;
- Returns:
- The fingerprint.
-
getFingerprintBytes
com.google.protobuf.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 firewall policy.
optional string fingerprint = 234678500;
- Returns:
- The bytes for fingerprint.
-
hasId
boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
- Returns:
- Whether the id field is set.
-
getId
long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
- Returns:
- The id.
-
hasKind
boolean hasKind()
[Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
optional string kind = 3292052;
- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
[Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
optional string kind = 3292052;
- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
[Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
optional string kind = 3292052;
- Returns:
- The bytes for kind.
-
hasName
boolean hasName()
Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by Google Cloud which uniquely identifies the Organization Firewall Policy.
optional string name = 3373707;
- Returns:
- Whether the name field is set.
-
getName
String getName()
Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by Google Cloud which uniquely identifies the Organization Firewall Policy.
optional string name = 3373707;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by Google Cloud which uniquely identifies the Organization Firewall Policy.
optional string name = 3373707;
- Returns:
- The bytes for name.
-
hasParent
boolean hasParent()
[Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
optional string parent = 78317738;
- Returns:
- Whether the parent field is set.
-
getParent
String getParent()
[Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
optional string parent = 78317738;
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
[Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
optional string parent = 78317738;
- Returns:
- The bytes for parent.
-
hasRegion
boolean hasRegion()
[Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;
- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()
[Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;
- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
[Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;
- Returns:
- The bytes for region.
-
hasRuleTupleCount
boolean hasRuleTupleCount()
[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
optional int32 rule_tuple_count = 388342037;
- Returns:
- Whether the ruleTupleCount field is set.
-
getRuleTupleCount
int getRuleTupleCount()
[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
optional int32 rule_tuple_count = 388342037;
- Returns:
- The ruleTupleCount.
-
getRulesList
List<FirewallPolicyRule> 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 firewall policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRules
FirewallPolicyRule 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 firewall policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesCount
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 firewall policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesOrBuilderList
List<? extends FirewallPolicyRuleOrBuilder> 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 firewall policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesOrBuilder
FirewallPolicyRuleOrBuilder 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 firewall policy, a default rule with action "allow" will be added.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
hasSelfLink
boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Returns:
- Whether the selfLink field is set.
-
getSelfLink
String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Returns:
- The selfLink.
-
getSelfLinkBytes
com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Returns:
- The bytes for selfLink.
-
hasSelfLinkWithId
boolean hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
- Returns:
- Whether the selfLinkWithId field is set.
-
getSelfLinkWithId
String getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
- Returns:
- The selfLinkWithId.
-
getSelfLinkWithIdBytes
com.google.protobuf.ByteString getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
- Returns:
- The bytes for selfLinkWithId.
-
hasShortName
boolean hasShortName()
User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 short_name = 492051566;
- Returns:
- Whether the shortName field is set.
-
getShortName
String getShortName()
User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 short_name = 492051566;
- Returns:
- The shortName.
-
getShortNameBytes
com.google.protobuf.ByteString getShortNameBytes()
User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. 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]([-a-z0-9]*[a-z0-9])?` 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 short_name = 492051566;
- Returns:
- The bytes for shortName.
-
-