Interface OutputConfigOrBuilder (1.21.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataFormat()

public abstract DataFormat getDataFormat()

The output data format that used to store the results in Cloud Storage.

.google.cloud.optimization.v1.DataFormat data_format = 2;

Returns
TypeDescription
DataFormat

The dataFormat.

getDataFormatValue()

public abstract int getDataFormatValue()

The output data format that used to store the results in Cloud Storage.

.google.cloud.optimization.v1.DataFormat data_format = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dataFormat.

getDestinationCase()

public abstract OutputConfig.DestinationCase getDestinationCase()
Returns
TypeDescription
OutputConfig.DestinationCase

getGcsDestination()

public abstract GcsDestination getGcsDestination()

The Google Cloud Storage location to write the output to.

.google.cloud.optimization.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

The Google Cloud Storage location to write the output to.

.google.cloud.optimization.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

The Google Cloud Storage location to write the output to.

.google.cloud.optimization.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.