public interface FirewallPolicyAssociationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentTarget()
The target that the firewall policy is attached to.
|
com.google.protobuf.ByteString |
getAttachmentTargetBytes()
The target that the firewall policy is attached to.
|
String |
getDisplayName()
[Output Only] Deprecated, please use short name instead.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead.
|
String |
getFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
|
com.google.protobuf.ByteString |
getFirewallPolicyIdBytes()
[Output Only] The firewall policy ID of the association.
|
String |
getName()
The name for an association.
|
com.google.protobuf.ByteString |
getNameBytes()
The name for an association.
|
String |
getShortName()
[Output Only] The short name of the firewall policy of the association.
|
com.google.protobuf.ByteString |
getShortNameBytes()
[Output Only] The short name of the firewall policy of the association.
|
boolean |
hasAttachmentTarget()
The target that the firewall policy is attached to.
|
boolean |
hasDisplayName()
[Output Only] Deprecated, please use short name instead.
|
boolean |
hasFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
|
boolean |
hasName()
The name for an association.
|
boolean |
hasShortName()
[Output Only] The short name of the firewall policy of the association.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAttachmentTarget()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;String getAttachmentTarget()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;com.google.protobuf.ByteString getAttachmentTargetBytes()
The target that the firewall policy is attached to.
optional string attachment_target = 175773741;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;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;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;boolean hasFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;String getFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;com.google.protobuf.ByteString getFirewallPolicyIdBytes()
[Output Only] The firewall policy ID of the association.
optional string firewall_policy_id = 357211849;boolean hasName()
The name for an association.
optional string name = 3373707;String getName()
The name for an association.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name for an association.
optional string name = 3373707;boolean hasShortName()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;String getShortName()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;com.google.protobuf.ByteString getShortNameBytes()
[Output Only] The short name of the firewall policy of the association.
optional string short_name = 492051566;Copyright © 2023 Google LLC. All rights reserved.