Class CustomOutput.Builder

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

public static final class CustomOutput.Builder extends com.google.protobuf.GeneratedMessage.Builder<CustomOutput.Builder> implements CustomOutputOrBuilder
 Spec for custom output.
 
Protobuf type google.cloud.aiplatform.v1.CustomOutput
  • 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<CustomOutput.Builder>
    • clear

      public CustomOutput.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<CustomOutput.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<CustomOutput.Builder>
    • getDefaultInstanceForType

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

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

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

      public CustomOutput.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<CustomOutput.Builder>
    • mergeFrom

      public CustomOutput.Builder mergeFrom(CustomOutput other)
    • isInitialized

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

      public CustomOutput.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<CustomOutput.Builder>
      Throws:
      IOException
    • getCustomOutputCase

      public CustomOutput.CustomOutputCase getCustomOutputCase()
      Specified by:
      getCustomOutputCase in interface CustomOutputOrBuilder
    • clearCustomOutput

      public CustomOutput.Builder clearCustomOutput()
    • hasRawOutputs

      public boolean hasRawOutputs()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasRawOutputs in interface CustomOutputOrBuilder
      Returns:
      Whether the rawOutputs field is set.
    • getRawOutputs

      public RawOutput getRawOutputs()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRawOutputs in interface CustomOutputOrBuilder
      Returns:
      The rawOutputs.
    • setRawOutputs

      public CustomOutput.Builder setRawOutputs(RawOutput value)
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setRawOutputs

      public CustomOutput.Builder setRawOutputs(RawOutput.Builder builderForValue)
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeRawOutputs

      public CustomOutput.Builder mergeRawOutputs(RawOutput value)
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearRawOutputs

      public CustomOutput.Builder clearRawOutputs()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRawOutputsBuilder

      public RawOutput.Builder getRawOutputsBuilder()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRawOutputsOrBuilder

      public RawOutputOrBuilder getRawOutputsOrBuilder()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRawOutputsOrBuilder in interface CustomOutputOrBuilder