Interface OutputConfigOrBuilder

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

    public interface OutputConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGcsDestination

        boolean hasGcsDestination()
         The Google Cloud Storage location to write the output to.
         
        .google.cloud.optimization.v1.GcsDestination gcs_destination = 1;
        Returns:
        Whether the gcsDestination field is set.
      • getGcsDestination

        GcsDestination getGcsDestination()
         The Google Cloud Storage location to write the output to.
         
        .google.cloud.optimization.v1.GcsDestination gcs_destination = 1;
        Returns:
        The gcsDestination.
      • getGcsDestinationOrBuilder

        GcsDestinationOrBuilder getGcsDestinationOrBuilder()
         The Google Cloud Storage location to write the output to.
         
        .google.cloud.optimization.v1.GcsDestination gcs_destination = 1;
      • getDataFormatValue

        int getDataFormatValue()
         The output data format that used to store the results in Cloud Storage.
         
        .google.cloud.optimization.v1.DataFormat data_format = 2;
        Returns:
        The enum numeric value on the wire for dataFormat.
      • getDataFormat

        DataFormat getDataFormat()
         The output data format that used to store the results in Cloud Storage.
         
        .google.cloud.optimization.v1.DataFormat data_format = 2;
        Returns:
        The dataFormat.