Interface RagMetadataSchemaDetails.ListConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagMetadataSchemaDetails.ListConfig, RagMetadataSchemaDetails.ListConfig.Builder
Enclosing class:
RagMetadataSchemaDetails

public static interface RagMetadataSchemaDetails.ListConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The value's data type in the list.
    The value's data type in the list.
    boolean
    The value's data type in the list.

    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

    • hasValueSchema

      boolean hasValueSchema()
       The value's data type in the list.
       
      .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails value_schema = 1;
      Returns:
      Whether the valueSchema field is set.
    • getValueSchema

      RagMetadataSchemaDetails getValueSchema()
       The value's data type in the list.
       
      .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails value_schema = 1;
      Returns:
      The valueSchema.
    • getValueSchemaOrBuilder

      RagMetadataSchemaDetailsOrBuilder getValueSchemaOrBuilder()
       The value's data type in the list.
       
      .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails value_schema = 1;