Interface ExamplesRestrictionsNamespaceOrBuilder (3.42.0)

public interface ExamplesRestrictionsNamespaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllow(int index)

public abstract String getAllow(int index)

The list of allowed tags.

repeated string allow = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The allow at the given index.

getAllowBytes(int index)

public abstract ByteString getAllowBytes(int index)

The list of allowed tags.

repeated string allow = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the allow at the given index.

getAllowCount()

public abstract int getAllowCount()

The list of allowed tags.

repeated string allow = 2;

Returns
TypeDescription
int

The count of allow.

getAllowList()

public abstract List<String> getAllowList()

The list of allowed tags.

repeated string allow = 2;

Returns
TypeDescription
List<String>

A list containing the allow.

getDeny(int index)

public abstract String getDeny(int index)

The list of deny tags.

repeated string deny = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The deny at the given index.

getDenyBytes(int index)

public abstract ByteString getDenyBytes(int index)

The list of deny tags.

repeated string deny = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the deny at the given index.

getDenyCount()

public abstract int getDenyCount()

The list of deny tags.

repeated string deny = 3;

Returns
TypeDescription
int

The count of deny.

getDenyList()

public abstract List<String> getDenyList()

The list of deny tags.

repeated string deny = 3;

Returns
TypeDescription
List<String>

A list containing the deny.

getNamespaceName()

public abstract String getNamespaceName()

The namespace name.

string namespace_name = 1;

Returns
TypeDescription
String

The namespaceName.

getNamespaceNameBytes()

public abstract ByteString getNamespaceNameBytes()

The namespace name.

string namespace_name = 1;

Returns
TypeDescription
ByteString

The bytes for namespaceName.