Interface ExamplesRestrictionsNamespaceOrBuilder (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ExamplesRestrictionsNamespaceOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getAllow(int index)
publicabstractStringgetAllow(intindex)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)
publicabstractByteStringgetAllowBytes(intindex)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()
publicabstractintgetAllowCount()The list of allowed tags.
repeated string allow = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of allow. |
getAllowList()
publicabstractList<String>getAllowList()The list of allowed tags.
repeated string allow = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the allow. |
getDeny(int index)
publicabstractStringgetDeny(intindex)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)
publicabstractByteStringgetDenyBytes(intindex)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()
publicabstractintgetDenyCount()The list of deny tags.
repeated string deny = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of deny. |
getDenyList()
publicabstractList<String>getDenyList()The list of deny tags.
repeated string deny = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the deny. |
getNamespaceName()
publicabstractStringgetNamespaceName()The namespace name.
string namespace_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The namespaceName. |
getNamespaceNameBytes()
publicabstractByteStringgetNamespaceNameBytes()The namespace name.
string namespace_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for namespaceName. |