public static final class ExamplesRestrictionsNamespace.Builder extends GeneratedMessageV3.Builder<ExamplesRestrictionsNamespace.Builder> implements ExamplesRestrictionsNamespaceOrBuilder
Lo spazio dei nomi delle restrizioni per gli override delle spiegazioni basate su esempi.
Tipo di protobuf google.cloud.vertexai.v1.ExamplesRestrictionsNamespace
Ereditarietà
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExamplesRestrictionsNamespace.BuilderImplementa
ExamplesRestrictionsNamespaceOrBuilderMetodi statici
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Restituisce | |
---|---|
Tipo | Description |
Descriptor |
Metodi
addAllAllow(Iterable<String> values)
public ExamplesRestrictionsNamespace.Builder addAllAllow(Iterable<String> values)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametro | |
---|---|
Nome | Description |
values |
Iterable<String> Consenti di aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addAllDeny(Iterable<String> values)
public ExamplesRestrictionsNamespace.Builder addAllDeny(Iterable<String> values)
L'elenco dei tag negati.
repeated string deny = 3;
Parametro | |
---|---|
Nome | Description |
values |
Iterable<String> Indica il rifiuto da aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addAllow(String value)
public ExamplesRestrictionsNamespace.Builder addAllow(String value)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametro | |
---|---|
Nome | Description |
value |
String Consenti di aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addAllowBytes(ByteString value)
public ExamplesRestrictionsNamespace.Builder addAllowBytes(ByteString value)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametro | |
---|---|
Nome | Description |
value |
ByteString I byte da aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addDeny(String value)
public ExamplesRestrictionsNamespace.Builder addDeny(String value)
L'elenco dei tag negati.
repeated string deny = 3;
Parametro | |
---|---|
Nome | Description |
value |
String Indica il rifiuto da aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addDenyBytes(ByteString value)
public ExamplesRestrictionsNamespace.Builder addDenyBytes(ByteString value)
L'elenco dei tag negati.
repeated string deny = 3;
Parametro | |
---|---|
Nome | Description |
value |
ByteString I byte del rifiuto da aggiungere. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExamplesRestrictionsNamespace.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parametri | |
---|---|
Nome | Description |
field |
FieldDescriptor |
value |
Object |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
build()
public ExamplesRestrictionsNamespace build()
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace |
buildPartial()
public ExamplesRestrictionsNamespace buildPartial()
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace |
Clear()
public ExamplesRestrictionsNamespace.Builder clear()
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
clearAllow()
public ExamplesRestrictionsNamespace.Builder clearAllow()
L'elenco dei tag consentiti.
repeated string allow = 2;
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
clearDeny()
public ExamplesRestrictionsNamespace.Builder clearDeny()
L'elenco dei tag negati.
repeated string deny = 3;
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
clearField(Descriptors.FieldDescriptor field)
public ExamplesRestrictionsNamespace.Builder clearField(Descriptors.FieldDescriptor field)
Parametro | |
---|---|
Nome | Description |
field |
FieldDescriptor |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
clearNamespaceName()
public ExamplesRestrictionsNamespace.Builder clearNamespaceName()
Il nome dello spazio dei nomi.
string namespace_name = 1;
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExamplesRestrictionsNamespace.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parametro | |
---|---|
Nome | Description |
oneof |
OneofDescriptor |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
clone()
public ExamplesRestrictionsNamespace.Builder clone()
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
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;
Restituisce | |
---|---|
Tipo | Description |
ProtocolStringList |
Un elenco contenente l'autorizzazione. |
getDefaultInstanceForType()
public ExamplesRestrictionsNamespace getDefaultInstanceForType()
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace |
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;
Restituisce | |
---|---|
Tipo | Description |
ProtocolStringList |
Un elenco contenente il rifiuto. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Restituisce | |
---|---|
Tipo | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Restituisce | |
---|---|
Tipo | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Restituisce | |
---|---|
Tipo | Description |
boolean |
mergeFrom(ExamplesRestrictionsNamespace other)
public ExamplesRestrictionsNamespace.Builder mergeFrom(ExamplesRestrictionsNamespace other)
Parametro | |
---|---|
Nome | Description |
other |
ExamplesRestrictionsNamespace |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExamplesRestrictionsNamespace.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parametri | |
---|---|
Nome | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Eccezioni | |
---|---|
Tipo | Description |
IOException |
mergeFrom(Message other)
public ExamplesRestrictionsNamespace.Builder mergeFrom(Message other)
Parametro | |
---|---|
Nome | Description |
other |
Message |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExamplesRestrictionsNamespace.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parametro | |
---|---|
Nome | Description |
unknownFields |
UnknownFieldSet |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
setAllow(int index, String value)
public ExamplesRestrictionsNamespace.Builder setAllow(int index, String value)
L'elenco dei tag consentiti.
repeated string allow = 2;
Parametri | |
---|---|
Nome | Description |
index |
int L'indice su cui impostare il valore. |
value |
String Consenti di impostare. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
setDeny(int index, String value)
public ExamplesRestrictionsNamespace.Builder setDeny(int index, String value)
L'elenco dei tag negati.
repeated string deny = 3;
Parametri | |
---|---|
Nome | Description |
index |
int L'indice su cui impostare il valore. |
value |
String Il rifiuto da impostare. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
setField(Descriptors.FieldDescriptor field, Object value)
public ExamplesRestrictionsNamespace.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parametri | |
---|---|
Nome | Description |
field |
FieldDescriptor |
value |
Object |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
setNamespaceName(String value)
public ExamplesRestrictionsNamespace.Builder setNamespaceName(String value)
Il nome dello spazio dei nomi.
string namespace_name = 1;
Parametro | |
---|---|
Nome | Description |
value |
String Il valore dello spazio dei nomi da impostare. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
setNamespaceNameBytes(ByteString value)
public ExamplesRestrictionsNamespace.Builder setNamespaceNameBytes(ByteString value)
Il nome dello spazio dei nomi.
string namespace_name = 1;
Parametro | |
---|---|
Nome | Description |
value |
ByteString I byte per lo spazio dei nomi da impostare. |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
Questo strumento per il concatenamento. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExamplesRestrictionsNamespace.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parametri | |
---|---|
Nome | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExamplesRestrictionsNamespace.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parametro | |
---|---|
Nome | Description |
unknownFields |
UnknownFieldSet |
Restituisce | |
---|---|
Tipo | Description |
ExamplesRestrictionsNamespace.Builder |