Interface Rubric.ContentOrBuilder

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

public static interface Rubric.ContentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Evaluation criteria based on a specific property.
    Evaluation criteria based on a specific property.
    boolean
    Evaluation criteria based on a specific property.

    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

    • hasProperty

      boolean hasProperty()
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
      Returns:
      Whether the property field is set.
    • getProperty

       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
      Returns:
      The property.
    • getPropertyOrBuilder

      Rubric.Content.PropertyOrBuilder getPropertyOrBuilder()
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
    • getContentTypeCase

      Rubric.Content.ContentTypeCase getContentTypeCase()