public interface IpAccessRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIp(int index)
repeated string Ip = 1; |
com.google.protobuf.ByteString |
getIpBytes(int index)
repeated string Ip = 1; |
int |
getIpCount()
repeated string Ip = 1; |
List<String> |
getIpList()
repeated string Ip = 1; |
String |
getRuleType()
optional string RuleType = 2; |
com.google.protobuf.ByteString |
getRuleTypeBytes()
optional string RuleType = 2; |
boolean |
getSwitch()
optional bool Switch = 4; |
boolean |
hasRuleType()
optional string RuleType = 2; |
boolean |
hasSwitch()
optional bool Switch = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getIpCount()
repeated string Ip = 1;String getIp(int index)
repeated string Ip = 1;index - The index of the element to return.com.google.protobuf.ByteString getIpBytes(int index)
repeated string Ip = 1;index - The index of the value to return.boolean hasRuleType()
optional string RuleType = 2;String getRuleType()
optional string RuleType = 2;com.google.protobuf.ByteString getRuleTypeBytes()
optional string RuleType = 2;boolean hasSwitch()
optional bool Switch = 4;boolean getSwitch()
optional bool Switch = 4;Copyright © 2025. All rights reserved.