Class Rubric.Content.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder>
com.google.cloud.aiplatform.v1beta1.Rubric.Content.Builder
All Implemented Interfaces:
Rubric.ContentOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Rubric.Content

public static final class Rubric.Content.Builder extends com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder> implements Rubric.ContentOrBuilder
 Content of the rubric, defining the testable criteria.
 
Protobuf type google.cloud.aiplatform.v1beta1.Rubric.Content
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder>
    • clear

      public Rubric.Content.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder>
    • getDefaultInstanceForType

      public Rubric.Content getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Rubric.Content build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Rubric.Content buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Rubric.Content.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Rubric.Content.Builder>
    • mergeFrom

      public Rubric.Content.Builder mergeFrom(Rubric.Content other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Rubric.Content.Builder>
    • mergeFrom

      public Rubric.Content.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Rubric.Content.Builder>
      Throws:
      IOException
    • getContentTypeCase

      public Rubric.Content.ContentTypeCase getContentTypeCase()
      Specified by:
      getContentTypeCase in interface Rubric.ContentOrBuilder
    • clearContentType

      public Rubric.Content.Builder clearContentType()
    • hasProperty

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

      public Rubric.Content.Property getProperty()
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
      Specified by:
      getProperty in interface Rubric.ContentOrBuilder
      Returns:
      The property.
    • setProperty

      public Rubric.Content.Builder setProperty(Rubric.Content.Property value)
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
    • setProperty

      public Rubric.Content.Builder setProperty(Rubric.Content.Property.Builder builderForValue)
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
    • mergeProperty

      public Rubric.Content.Builder mergeProperty(Rubric.Content.Property value)
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
    • clearProperty

      public Rubric.Content.Builder clearProperty()
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
    • getPropertyBuilder

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

      public Rubric.Content.PropertyOrBuilder getPropertyOrBuilder()
       Evaluation criteria based on a specific property.
       
      .google.cloud.aiplatform.v1beta1.Rubric.Content.Property property = 1;
      Specified by:
      getPropertyOrBuilder in interface Rubric.ContentOrBuilder