Class OutputInfo.Builder

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

public static final class OutputInfo.Builder extends com.google.protobuf.GeneratedMessage.Builder<OutputInfo.Builder> implements OutputInfoOrBuilder
 Describes the info for output of EvaluationService.
 
Protobuf type google.cloud.aiplatform.v1.OutputInfo
  • 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<OutputInfo.Builder>
    • clear

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

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

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

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

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

      public OutputInfo.Builder mergeFrom(OutputInfo other)
    • isInitialized

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

      public OutputInfo.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<OutputInfo.Builder>
      Throws:
      IOException
    • getOutputLocationCase

      public OutputInfo.OutputLocationCase getOutputLocationCase()
      Specified by:
      getOutputLocationCase in interface OutputInfoOrBuilder
    • clearOutputLocation

      public OutputInfo.Builder clearOutputLocation()
    • hasGcsOutputDirectory

      public boolean hasGcsOutputDirectory()
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasGcsOutputDirectory in interface OutputInfoOrBuilder
      Returns:
      Whether the gcsOutputDirectory field is set.
    • getGcsOutputDirectory

      public String getGcsOutputDirectory()
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGcsOutputDirectory in interface OutputInfoOrBuilder
      Returns:
      The gcsOutputDirectory.
    • getGcsOutputDirectoryBytes

      public com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGcsOutputDirectoryBytes in interface OutputInfoOrBuilder
      Returns:
      The bytes for gcsOutputDirectory.
    • setGcsOutputDirectory

      public OutputInfo.Builder setGcsOutputDirectory(String value)
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The gcsOutputDirectory to set.
      Returns:
      This builder for chaining.
    • clearGcsOutputDirectory

      public OutputInfo.Builder clearGcsOutputDirectory()
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setGcsOutputDirectoryBytes

      public OutputInfo.Builder setGcsOutputDirectoryBytes(com.google.protobuf.ByteString value)
       Output only. The full path of the Cloud Storage directory created, into
       which the evaluation results and aggregation results are written.
       
      string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for gcsOutputDirectory to set.
      Returns:
      This builder for chaining.