Interfaccia SchemaOrBuilder (0.5.0)

public interface SchemaOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

containsProperties(String key)

public abstract boolean containsProperties(String key)

Facoltativo. Proprietà di Type.OBJECT.

map<string, .google.cloud.vertexai.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametro
Nome Description
key String
Restituisce
Tipo Description
boolean

getDescription()

public abstract String getDescription()

Facoltativo. La descrizione dei dati.

string description = 8 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
String

La descrizione.

getDescriptionBytes()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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];

Restituisce
Tipo Description
List<String>

Un elenco contenente l'enum.

getExample()

public abstract 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 abstract 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];

Restituisce
Tipo Description
ValueOrBuilder

getFormat()

public abstract 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.

getFormatBytes()

public abstract 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()

public abstract Schema getItems()

Facoltativo. Schema degli elementi di Type.ARRAY.

.google.cloud.vertexai.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
Schema

Gli elementi.

getItemsOrBuilder()

public abstract SchemaOrBuilder getItemsOrBuilder()

Facoltativo. Schema degli elementi di Type.ARRAY.

.google.cloud.vertexai.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
SchemaOrBuilder

getNullable()

public abstract 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.

getProperties() (deprecated)

public abstract Map<String,Schema> getProperties()

Al suo posto, utilizza #getPropertiesMap().

Restituisce
Tipo Description
Map<String,Schema>

getPropertiesCount()

public abstract int getPropertiesCount()

Facoltativo. Proprietà di Type.OBJECT.

map<string, .google.cloud.vertexai.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
int

getPropertiesMap()

public abstract Map<String,Schema> getPropertiesMap()

Facoltativo. Proprietà di Type.OBJECT.

map<string, .google.cloud.vertexai.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
Map<String,Schema>

getPropertiesOrDefault(String key, Schema defaultValue)

public abstract Schema getPropertiesOrDefault(String key, Schema defaultValue)

Facoltativo. Proprietà di Type.OBJECT.

map<string, .google.cloud.vertexai.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametri
Nome Description
key String
defaultValue Schema
Restituisce
Tipo Description
Schema

getPropertiesOrThrow(String key)

public abstract Schema getPropertiesOrThrow(String key)

Facoltativo. Proprietà di Type.OBJECT.

map<string, .google.cloud.vertexai.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametro
Nome Description
key String
Restituisce
Tipo Description
Schema

getRequired(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> getRequiredList()

Facoltativo. Proprietà obbligatorie di Type.OBJECT.

repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
List<String>

Un elenco contenente i requisiti obbligatori.

getType()

public abstract Type getType()

Facoltativo. Il tipo di dati.

.google.cloud.vertexai.v1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
Type

Il tipo.

getTypeValue()

public abstract int getTypeValue()

Facoltativo. Il tipo di dati.

.google.cloud.vertexai.v1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
int

Il valore numerico enum sul cavo per il tipo.

hasExample()

public abstract 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 abstract boolean hasItems()

Facoltativo. Schema degli elementi di Type.ARRAY.

.google.cloud.vertexai.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
boolean

Indica se il campo items è impostato.