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 Type
    Method
    Description
    getValues(int index)
    A list of field values.
    int
    A list of field values.
    A list of field values.
    getValuesOrBuilder(int index)
    A list of field values.
    A list of field values.

    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

    • getValuesList

      List<StructFieldValue> getValuesList()
       A list of field values.
       
      repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;
    • getValues

      StructFieldValue getValues(int index)
       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

      StructFieldValueOrBuilder getValuesOrBuilder(int index)
       A list of field values.
       
      repeated .google.cloud.aiplatform.v1.StructFieldValue values = 1;