public final class ExamplesRestrictionsNamespace extends GeneratedMessageV3 implements ExamplesRestrictionsNamespaceOrBuilder
Lo spazio dei nomi delle restrizioni per gli override delle spiegazioni basate su esempi.
Tipo di protobuf google.cloud.vertexai.v1.ExamplesRestrictionsNamespace
Membri ereditati
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Campi statici
ALLOW_FIELD_NUMBER
public static final int ALLOW_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
DENY_FIELD_NUMBER
public static final int DENY_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
NAMESPACE_NAME_FIELD_NUMBER
public static final int NAMESPACE_NAME_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
Metodi statici
getDefaultInstance()
public static ExamplesRestrictionsNamespace getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExamplesRestrictionsNamespace.Builder newBuilder()
newBuilder(ExamplesRestrictionsNamespace prototype)
public static ExamplesRestrictionsNamespace.Builder newBuilder(ExamplesRestrictionsNamespace prototype)
public static ExamplesRestrictionsNamespace parseDelimitedFrom(InputStream input)
public static ExamplesRestrictionsNamespace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExamplesRestrictionsNamespace parseFrom(byte[] data)
Parametro |
Nome |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExamplesRestrictionsNamespace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExamplesRestrictionsNamespace parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExamplesRestrictionsNamespace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExamplesRestrictionsNamespace parseFrom(CodedInputStream input)
public static ExamplesRestrictionsNamespace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExamplesRestrictionsNamespace parseFrom(InputStream input)
public static ExamplesRestrictionsNamespace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExamplesRestrictionsNamespace parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExamplesRestrictionsNamespace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExamplesRestrictionsNamespace> parser()
Metodi
è uguale a(obj oggetto)
public boolean equals(Object obj)
Parametro |
Nome |
Description |
obj |
Object
|
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
getAllow(int index)
public 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 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 int getAllowCount()
L'elenco dei tag consentiti.
repeated string allow = 2;
Restituisce |
Tipo |
Description |
int |
Il conteggio dei valori consentiti.
|
getAllowList()
public ProtocolStringList getAllowList()
L'elenco dei tag consentiti.
repeated string allow = 2;
getDefaultInstanceForType()
public ExamplesRestrictionsNamespace getDefaultInstanceForType()
getDeny(int index)
public 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 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 int getDenyCount()
L'elenco dei tag negati.
repeated string deny = 3;
Restituisce |
Tipo |
Description |
int |
Il numero di rifiuti.
|
getDenyList()
public ProtocolStringList getDenyList()
L'elenco dei tag negati.
repeated string deny = 3;
getNamespaceName()
public String getNamespaceName()
Il nome dello spazio dei nomi.
string namespace_name = 1;
Restituisce |
Tipo |
Description |
String |
Lo spazio dei nomi.
|
getNamespaceNameBytes()
public ByteString getNamespaceNameBytes()
Il nome dello spazio dei nomi.
string namespace_name = 1;
Restituisce |
Tipo |
Description |
ByteString |
I byte per namespaceName.
|
getParserForType()
public Parser<ExamplesRestrictionsNamespace> getParserForType()
Sostituzioni
getSerializedSize()
public int getSerializedSize()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
hashCode()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
newBuilderForType()
public ExamplesRestrictionsNamespace.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExamplesRestrictionsNamespace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Sostituzioni
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Restituisce |
Tipo |
Description |
Object |
|
Sostituzioni
toBuilder()
public ExamplesRestrictionsNamespace.Builder toBuilder()
writeTo(output di CodedOutputStream)
public void writeTo(CodedOutputStream output)
Sostituzioni