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