Interface IndexDatapoint.RestrictionOrBuilder (3.42.0)

public static interface IndexDatapoint.RestrictionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the denyList.

getNamespace()

public abstract String getNamespace()

The namespace of this restriction. e.g.: color.

string namespace = 1;

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

The namespace of this restriction. e.g.: color.

string namespace = 1;

Returns
TypeDescription
ByteString

The bytes for namespace.