public static interface IndexDatapoint.RestrictionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowList(int index)
public abstract String getAllowList(int index)The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The allowList at the given index. |
getAllowListBytes(int index)
public abstract ByteString getAllowListBytes(int index)The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the allowList at the given index. |
getAllowListCount()
public abstract int getAllowListCount()The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
| Type | Description |
| int | The count of allowList. |
getAllowListList()
public abstract List<String> getAllowListList()The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
| Type | Description |
| List<String> | A list containing the allowList. |
getDenyList(int index)
public abstract String getDenyList(int index)The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The denyList at the given index. |
getDenyListBytes(int index)
public abstract ByteString getDenyListBytes(int index)The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the denyList at the given index. |
getDenyListCount()
public abstract int getDenyListCount()The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
| Type | Description |
| int | The count of denyList. |
getDenyListList()
public abstract List<String> getDenyListList()The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
| Type | Description |
| List<String> | A list containing the denyList. |
getNamespace()
public abstract String getNamespace()The namespace of this restriction. eg: color.
string namespace = 1;
| Type | Description |
| String | The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()The namespace of this restriction. eg: color.
string namespace = 1;
| Type | Description |
| ByteString | The bytes for namespace. |