Class CustomOutputFormatConfig.Builder

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

public static final class CustomOutputFormatConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<CustomOutputFormatConfig.Builder> implements CustomOutputFormatConfigOrBuilder
 Spec for custom output format configuration.
 
Protobuf type google.cloud.aiplatform.v1.CustomOutputFormatConfig
  • 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<CustomOutputFormatConfig.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<CustomOutputFormatConfig.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<CustomOutputFormatConfig.Builder>
    • getDefaultInstanceForType

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

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

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

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

    • isInitialized

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

      public CustomOutputFormatConfig.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<CustomOutputFormatConfig.Builder>
      Throws:
      IOException
    • getCustomOutputFormatConfigCase

      public CustomOutputFormatConfig.CustomOutputFormatConfigCase getCustomOutputFormatConfigCase()
      Specified by:
      getCustomOutputFormatConfigCase in interface CustomOutputFormatConfigOrBuilder
    • clearCustomOutputFormatConfig

      public CustomOutputFormatConfig.Builder clearCustomOutputFormatConfig()
    • hasReturnRawOutput

      public boolean hasReturnRawOutput()
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasReturnRawOutput in interface CustomOutputFormatConfigOrBuilder
      Returns:
      Whether the returnRawOutput field is set.
    • getReturnRawOutput

      public boolean getReturnRawOutput()
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getReturnRawOutput in interface CustomOutputFormatConfigOrBuilder
      Returns:
      The returnRawOutput.
    • setReturnRawOutput

      public CustomOutputFormatConfig.Builder setReturnRawOutput(boolean value)
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The returnRawOutput to set.
      Returns:
      This builder for chaining.
    • clearReturnRawOutput

      public CustomOutputFormatConfig.Builder clearReturnRawOutput()
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.