public interface UserAgentAccessRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowEmpty()
optional bool AllowEmpty = 1; |
boolean |
getIgnoreCase()
optional bool IgnoreCase = 2; |
String |
getRuleType()
optional string RuleType = 3; |
com.google.protobuf.ByteString |
getRuleTypeBytes()
optional string RuleType = 3; |
boolean |
getSwitch()
optional bool Switch = 4; |
String |
getUserAgent(int index)
repeated string UserAgent = 5; |
com.google.protobuf.ByteString |
getUserAgentBytes(int index)
repeated string UserAgent = 5; |
int |
getUserAgentCount()
repeated string UserAgent = 5; |
List<String> |
getUserAgentList()
repeated string UserAgent = 5; |
boolean |
hasAllowEmpty()
optional bool AllowEmpty = 1; |
boolean |
hasIgnoreCase()
optional bool IgnoreCase = 2; |
boolean |
hasRuleType()
optional string RuleType = 3; |
boolean |
hasSwitch()
optional bool Switch = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAllowEmpty()
optional bool AllowEmpty = 1;boolean getAllowEmpty()
optional bool AllowEmpty = 1;boolean hasIgnoreCase()
optional bool IgnoreCase = 2;boolean getIgnoreCase()
optional bool IgnoreCase = 2;boolean hasRuleType()
optional string RuleType = 3;String getRuleType()
optional string RuleType = 3;com.google.protobuf.ByteString getRuleTypeBytes()
optional string RuleType = 3;boolean hasSwitch()
optional bool Switch = 4;boolean getSwitch()
optional bool Switch = 4;List<String> getUserAgentList()
repeated string UserAgent = 5;int getUserAgentCount()
repeated string UserAgent = 5;String getUserAgent(int index)
repeated string UserAgent = 5;index - The index of the element to return.com.google.protobuf.ByteString getUserAgentBytes(int index)
repeated string UserAgent = 5;index - The index of the value to return.Copyright © 2025. All rights reserved.