public final class Schema extends GeneratedMessageV3 implements SchemaOrBuilder
Lo schema viene utilizzato per definire il formato dei dati di input/output. Rappresenta un sottoinsieme selezionato di un oggetto schema OpenAPI 3.0. In futuro è possibile aggiungere altri campi in base alle esigenze.
Tipo di protobuf google.cloud.vertexai.v1beta1.Schema
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
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
ENUM_FIELD_NUMBER
public static final int ENUM_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
EXAMPLE_FIELD_NUMBER
public static final int EXAMPLE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
public static final int FORMAT_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
NULLABLE_FIELD_NUMBER
public static final int NULLABLE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
REQUIRED_FIELD_NUMBER
public static final int REQUIRED_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
Metodi statici
getDefaultInstance()
public static Schema getDefaultInstance()
Restituisce |
Tipo |
Description |
Schema |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Schema.Builder newBuilder()
newBuilder(Schema prototype)
public static Schema.Builder newBuilder(Schema prototype)
Parametro |
Nome |
Description |
prototype |
Schema
|
public static Schema parseDelimitedFrom(InputStream input)
Restituisce |
Tipo |
Description |
Schema |
|
public static Schema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(byte[] data)
public static Schema parseFrom(byte[] data)
Parametro |
Nome |
Description |
data |
byte[]
|
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Schema parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(ByteString data)
public static Schema parseFrom(ByteString data)
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Schema parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
public static Schema parseFrom(CodedInputStream input)
Restituisce |
Tipo |
Description |
Schema |
|
public static Schema parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
public static Schema parseFrom(InputStream input)
Restituisce |
Tipo |
Description |
Schema |
|
public static Schema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(ByteBuffer data)
public static Schema parseFrom(ByteBuffer data)
Restituisce |
Tipo |
Description |
Schema |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Schema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Schema |
|
parser()
public static Parser<Schema> parser()
Metodi
containsProperties(String key)
public boolean containsProperties(String key)
Facoltativo. Proprietà di Type.OBJECT.
map<string, .google.cloud.vertexai.v1beta1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
key |
String
|
Restituisce |
Tipo |
Description |
boolean |
|
è uguale a(obj oggetto)
public boolean equals(Object obj)
Parametro |
Nome |
Description |
obj |
Object
|
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
getDefaultInstanceForType()
public Schema getDefaultInstanceForType()
Restituisce |
Tipo |
Description |
Schema |
|
getDescription()
public String getDescription()
Facoltativo. La descrizione dei dati.
string description = 8 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
String |
La descrizione.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
Facoltativo. La descrizione dei dati.
string description = 8 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
ByteString |
I byte per la descrizione.
|
getEnum(int index)
public String getEnum(int index)
Facoltativo. Valori possibili dell'elemento di Type.STRING con formato enum.
Ad esempio, possiamo definire un'istruzione Enum come:
{type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
String |
L'enum nell'indice specificato.
|
getEnumBytes(int index)
public ByteString getEnumBytes(int index)
Facoltativo. Valori possibili dell'elemento di Type.STRING con formato enum.
Ad esempio, possiamo definire un'istruzione Enum come:
{type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
index |
int
L'indice del valore da restituire.
|
Restituisce |
Tipo |
Description |
ByteString |
I byte dell'enum nell'indice specificato.
|
getEnumCount()
public int getEnumCount()
Facoltativo. Valori possibili dell'elemento di Type.STRING con formato enum.
Ad esempio, possiamo definire un'istruzione Enum come:
{type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
int |
Il conteggio delle enum.
|
getEnumList()
public ProtocolStringList getEnumList()
Facoltativo. Valori possibili dell'elemento di Type.STRING con formato enum.
Ad esempio, possiamo definire un'istruzione Enum come:
{type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
getExample()
public Value getExample()
Facoltativo. Esempio dell'oggetto. Viene compilato solo quando l'oggetto è l'oggetto principale.
.google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
Value |
Esempio.
|
getExampleOrBuilder()
public ValueOrBuilder getExampleOrBuilder()
Facoltativo. Esempio dell'oggetto. Viene compilato solo quando l'oggetto è l'oggetto principale.
.google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
public String getFormat()
Facoltativo. Il formato dei dati.
Formati supportati:
per tipo NUMERO: float, doppio
per tipo INTEGER: int32, int64
string format = 7 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
String |
Il formato.
|
public ByteString getFormatBytes()
Facoltativo. Il formato dei dati.
Formati supportati:
per tipo NUMERO: float, doppio
per tipo INTEGER: int32, int64
string format = 7 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
ByteString |
I byte per il formato.
|
getItems()
Facoltativo. Schema degli elementi di Type.ARRAY.
.google.cloud.vertexai.v1beta1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
Schema |
Gli elementi.
|
getItemsOrBuilder()
public SchemaOrBuilder getItemsOrBuilder()
Facoltativo. Schema degli elementi di Type.ARRAY.
.google.cloud.vertexai.v1beta1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
getNullable()
public boolean getNullable()
Facoltativo. Indica se il valore può essere nullo.
bool nullable = 6 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
boolean |
Il valore null.
|
getParserForType()
public Parser<Schema> getParserForType()
Sostituzioni
getProperties() (deprecated)
public Map<String,Schema> getProperties()
getPropertiesCount()
public int getPropertiesCount()
Facoltativo. Proprietà di Type.OBJECT.
map<string, .google.cloud.vertexai.v1beta1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
int |
|
getPropertiesMap()
public Map<String,Schema> getPropertiesMap()
Facoltativo. Proprietà di Type.OBJECT.
map<string, .google.cloud.vertexai.v1beta1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
getPropertiesOrDefault(String key, Schema defaultValue)
public Schema getPropertiesOrDefault(String key, Schema defaultValue)
Facoltativo. Proprietà di Type.OBJECT.
map<string, .google.cloud.vertexai.v1beta1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
Schema |
|
getPropertiesOrThrow(String key)
public Schema getPropertiesOrThrow(String key)
Facoltativo. Proprietà di Type.OBJECT.
map<string, .google.cloud.vertexai.v1beta1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
key |
String
|
Restituisce |
Tipo |
Description |
Schema |
|
getRequired(int index)
public String getRequired(int index)
Facoltativo. Proprietà obbligatorie di Type.OBJECT.
repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
String |
Il campo obbligatorio nell'indice specificato.
|
getRequiredBytes(int index)
public ByteString getRequiredBytes(int index)
Facoltativo. Proprietà obbligatorie di Type.OBJECT.
repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
Parametro |
Nome |
Description |
index |
int
L'indice del valore da restituire.
|
Restituisce |
Tipo |
Description |
ByteString |
I byte del valore richiesto all'indice specificato.
|
getRequiredCount()
public int getRequiredCount()
Facoltativo. Proprietà obbligatorie di Type.OBJECT.
repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
int |
Il conteggio dei campi obbligatori.
|
getRequiredList()
public ProtocolStringList getRequiredList()
Facoltativo. Proprietà obbligatorie di Type.OBJECT.
repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
ProtocolStringList |
Un elenco contenente i requisiti obbligatori.
|
getSerializedSize()
public int getSerializedSize()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
getType()
Facoltativo. Il tipo di dati.
.google.cloud.vertexai.v1beta1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
Type |
Il tipo.
|
getTypeValue()
public int getTypeValue()
Facoltativo. Il tipo di dati.
.google.cloud.vertexai.v1beta1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
int |
Il valore numerico enum sul cavo per il tipo.
|
hasExample()
public boolean hasExample()
Facoltativo. Esempio dell'oggetto. Viene compilato solo quando l'oggetto è l'oggetto principale.
.google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
boolean |
Indica se è impostato il campo di esempio.
|
hasItems()
public boolean hasItems()
Facoltativo. Schema degli elementi di Type.ARRAY.
.google.cloud.vertexai.v1beta1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
boolean |
Indica se il campo items è impostato.
|
hashCode()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parametro |
Nome |
Description |
number |
int
|
Sostituzioni
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
newBuilderForType()
public Schema.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Schema.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Sostituzioni
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Restituisce |
Tipo |
Description |
Object |
|
Sostituzioni
toBuilder()
public Schema.Builder toBuilder()
writeTo(output di CodedOutputStream)
public void writeTo(CodedOutputStream output)
Sostituzioni