public interface StructValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract StructFieldValue getValues(int index)
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StructFieldValue |
getValuesCount()
public abstract int getValuesCount()
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
Returns | |
---|---|
Type | Description |
int |
getValuesList()
public abstract List<StructFieldValue> getValuesList()
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
Returns | |
---|---|
Type | Description |
List<StructFieldValue> |
getValuesOrBuilder(int index)
public abstract StructFieldValueOrBuilder getValuesOrBuilder(int index)
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StructFieldValueOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends StructFieldValueOrBuilder> getValuesOrBuilderList()
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.StructFieldValueOrBuilder> |