public interface ExamplesRestrictionsNamespaceOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getAllow(int index)
public abstract String getAllow(int index)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice dell'elemento da restituire. |
Restituisce | |
---|---|
Tipo | Description |
String |
L'autorizzazione nell'indice specificato. |
getAllowBytes(int index)
public abstract ByteString getAllowBytes(int index)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice del valore da restituire. |
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte dell'autorizzazione all'indice specificato. |
getAllowCount()
public abstract int getAllowCount()
L'elenco dei tag consentiti.
repeated string allow = 2;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio dei valori consentiti. |
getAllowList()
public abstract List<String> getAllowList()
L'elenco dei tag consentiti.
repeated string allow = 2;
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente l'autorizzazione. |
getDeny(int index)
public abstract String getDeny(int index)
L'elenco dei tag negati.
repeated string deny = 3;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice dell'elemento da restituire. |
Restituisce | |
---|---|
Tipo | Description |
String |
Il rifiuto nell'indice specificato. |
getDenyBytes(int index)
public abstract ByteString getDenyBytes(int index)
L'elenco dei tag negati.
repeated string deny = 3;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice del valore da restituire. |
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte del rifiuto nell'indice specificato. |
getDenyCount()
public abstract int getDenyCount()
L'elenco dei tag negati.
repeated string deny = 3;
Restituisce | |
---|---|
Tipo | Description |
int |
Il numero di rifiuti. |
getDenyList()
public abstract List<String> getDenyList()
L'elenco dei tag negati.
repeated string deny = 3;
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente il rifiuto. |
getNamespaceName()
public abstract String getNamespaceName()
Il nome dello spazio dei nomi.
string namespace_name = 1;
Restituisce | |
---|---|
Tipo | Description |
String |
Lo spazio dei nomi. |
getNamespaceNameBytes()
public abstract ByteString getNamespaceNameBytes()
Il nome dello spazio dei nomi.
string namespace_name = 1;
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per namespaceName. |