Interface StructFieldValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StructFieldValue, StructFieldValue.Builder

@Generated public interface StructFieldValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the field in the struct feature.
    com.google.protobuf.ByteString
    Name of the field in the struct feature.
    The value for this field.
    The value for this field.
    boolean
    The value for this field.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       Name of the field in the struct feature.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the field in the struct feature.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasValue

      boolean hasValue()
       The value for this field.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      FeatureValue getValue()
       The value for this field.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      FeatureValueOrBuilder getValueOrBuilder()
       The value for this field.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;