public interface StructValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StructFieldValue |
getValues(int index)
A list of field values.
|
int |
getValuesCount()
A list of field values.
|
List<StructFieldValue> |
getValuesList()
A list of field values.
|
StructFieldValueOrBuilder |
getValuesOrBuilder(int index)
A list of field values.
|
List<? extends StructFieldValueOrBuilder> |
getValuesOrBuilderList()
A list of field values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<StructFieldValue> getValuesList()
A list of field values.
repeated .google.cloud.aiplatform.v1beta1.StructFieldValue values = 1;StructFieldValue getValues(int index)
A list of field values.
repeated .google.cloud.aiplatform.v1beta1.StructFieldValue values = 1;int getValuesCount()
A list of field values.
repeated .google.cloud.aiplatform.v1beta1.StructFieldValue values = 1;List<? extends StructFieldValueOrBuilder> getValuesOrBuilderList()
A list of field values.
repeated .google.cloud.aiplatform.v1beta1.StructFieldValue values = 1;StructFieldValueOrBuilder getValuesOrBuilder(int index)
A list of field values.
repeated .google.cloud.aiplatform.v1beta1.StructFieldValue values = 1;Copyright © 2024 Google LLC. All rights reserved.