Package com.google.cloud.compute.v1
Interface FirewallPolicyAssociationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FirewallPolicyAssociation,FirewallPolicyAssociation.Builder
public interface FirewallPolicyAssociationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAttachmentTarget()The target that the firewall policy is attached to.com.google.protobuf.ByteStringgetAttachmentTargetBytes()The target that the firewall policy is attached to.StringgetDisplayName()[Output Only] Deprecated, please use short name instead.com.google.protobuf.ByteStringgetDisplayNameBytes()[Output Only] Deprecated, please use short name instead.StringgetFirewallPolicyId()[Output Only] The firewall policy ID of the association.com.google.protobuf.ByteStringgetFirewallPolicyIdBytes()[Output Only] The firewall policy ID of the association.StringgetName()The name for an association.com.google.protobuf.ByteStringgetNameBytes()The name for an association.StringgetShortName()[Output Only] The short name of the firewall policy of the association.com.google.protobuf.ByteStringgetShortNameBytes()[Output Only] The short name of the firewall policy of the association.booleanhasAttachmentTarget()The target that the firewall policy is attached to.booleanhasDisplayName()[Output Only] Deprecated, please use short name instead.booleanhasFirewallPolicyId()[Output Only] The firewall policy ID of the association.booleanhasName()The name for an association.booleanhasShortName()[Output Only] The short name of the firewall policy of the association.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAttachmentTarget
boolean hasAttachmentTarget()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;- Returns:
- Whether the attachmentTarget field is set.
-
getAttachmentTarget
String getAttachmentTarget()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;- Returns:
- The attachmentTarget.
-
getAttachmentTargetBytes
com.google.protobuf.ByteString getAttachmentTargetBytes()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;- Returns:
- The bytes for attachmentTarget.
-
hasDisplayName
boolean hasDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
optional string display_name = 4473832;- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
optional string display_name = 4473832;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
optional string display_name = 4473832;- Returns:
- The bytes for displayName.
-
hasFirewallPolicyId
boolean hasFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;- Returns:
- Whether the firewallPolicyId field is set.
-
getFirewallPolicyId
String getFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;- Returns:
- The firewallPolicyId.
-
getFirewallPolicyIdBytes
com.google.protobuf.ByteString getFirewallPolicyIdBytes()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;- Returns:
- The bytes for firewallPolicyId.
-
hasName
boolean hasName()
The name for an association.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
The name for an association.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name for an association.
optional string name = 3373707;- Returns:
- The bytes for name.
-
hasShortName
boolean hasShortName()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;- Returns:
- Whether the shortName field is set.
-
getShortName
String getShortName()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;- Returns:
- The shortName.
-
getShortNameBytes
com.google.protobuf.ByteString getShortNameBytes()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;- Returns:
- The bytes for shortName.
-
-