Interface OutputConfigOrBuilder (1.34.0)

publicinterface OutputConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataFormat()

publicabstractDataFormatgetDataFormat()

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

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

Returns
Type Description
DataFormat

The dataFormat.

getDataFormatValue()

publicabstractintgetDataFormatValue()

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

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

Returns
Type Description
int

The enum numeric value on the wire for dataFormat.

getDestinationCase()

publicabstractOutputConfig.DestinationCasegetDestinationCase()
Returns
Type Description
OutputConfig.DestinationCase

getGcsDestination()

publicabstractGcsDestinationgetGcsDestination()

The Google Cloud Storage location to write the output to.

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

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

publicabstractGcsDestinationOrBuildergetGcsDestinationOrBuilder()

The Google Cloud Storage location to write the output to.

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

Returns
Type Description
GcsDestinationOrBuilder

hasGcsDestination()

publicabstractbooleanhasGcsDestination()

The Google Cloud Storage location to write the output to.

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

Returns
Type Description
boolean

Whether the gcsDestination field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.