public interface ExamplesRestrictionsNamespaceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllow(int index)
public abstract String getAllow(int index)
The list of allowed tags.
repeated string allow = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The count of allow. |
getAllowList()
public abstract List<String> getAllowList()
The list of allowed tags.
repeated string allow = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The count of deny. |
getDenyList()
public abstract List<String> getDenyList()
The list of deny tags.
repeated string deny = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the deny. |
getNamespaceName()
public abstract String getNamespaceName()
The namespace name.
string namespace_name = 1;
Returns | |
---|---|
Type | Description |
String |
The namespaceName. |
getNamespaceNameBytes()
public abstract ByteString getNamespaceNameBytes()
The namespace name.
string namespace_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespaceName. |