public interface OutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| int | The enum numeric value on the wire for dataFormat. |
getDestinationCase()
public abstract OutputConfig.DestinationCase getDestinationCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| GcsDestinationOrBuilder |
hasGcsDestination()
public abstract boolean hasGcsDestination()The Google Cloud Storage location to write the output to.
.google.cloud.optimization.v1.GcsDestination gcs_destination = 1;
| Type | Description |
| boolean | Whether the gcsDestination field is set. |