public interface StructFieldValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the field in the struct feature.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the field in the struct feature.
|
FeatureValue |
getValue()
The value for this field.
|
FeatureValueOrBuilder |
getValueOrBuilder()
The value for this field.
|
boolean |
hasValue()
The value for this field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the field in the struct feature.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the field in the struct feature.
string name = 1;boolean hasValue()
The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;FeatureValue getValue()
The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;FeatureValueOrBuilder getValueOrBuilder()
The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;Copyright © 2025 Google LLC. All rights reserved.