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