Package com.google.cloud.aiplatform.v1
Interface StructValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructValue,StructValue.Builder
@Generated
public interface StructValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A list of field values.intA list of field values.A list of field values.getValuesOrBuilder(int index) A list of field values.List<? extends StructFieldValueOrBuilder>A list of field values.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<StructFieldValue> getValuesList()A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1; -
getValues
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1; -
getValuesCount
int getValuesCount()A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1; -
getValuesOrBuilderList
List<? extends StructFieldValueOrBuilder> getValuesOrBuilderList()A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1; -
getValuesOrBuilder
A list of field values.
repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
-