Interface OutputInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OutputInfo, OutputInfo.Builder

@Generated public interface OutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
     
    boolean
    Output only.

    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

    • hasGcsOutputDirectory

      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];
      Returns:
      Whether the gcsOutputDirectory field is set.
    • getGcsOutputDirectory

      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];
      Returns:
      The gcsOutputDirectory.
    • getGcsOutputDirectoryBytes

      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];
      Returns:
      The bytes for gcsOutputDirectory.
    • getOutputLocationCase

      OutputInfo.OutputLocationCase getOutputLocationCase()