public interface FirewallPolicyRuleSecureTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the secure tag, created with TagManager's TagValue API.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the secure tag, created with TagManager's TagValue API.
|
String |
getState()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`.
|
com.google.protobuf.ByteString |
getStateBytes()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`.
|
boolean |
hasName()
Name of the secure tag, created with TagManager's TagValue API.
|
boolean |
hasState()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the secure tag, created with TagManager's TagValue API.
optional string name = 3373707;String getName()
Name of the secure tag, created with TagManager's TagValue API.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name of the secure tag, created with TagManager's TagValue API.
optional string name = 3373707;boolean hasState()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted. Check the State enum for the list of possible values.
optional string state = 109757585;String getState()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted. Check the State enum for the list of possible values.
optional string state = 109757585;com.google.protobuf.ByteString getStateBytes()
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted. Check the State enum for the list of possible values.
optional string state = 109757585;Copyright © 2023 Google LLC. All rights reserved.