Package com.google.cloud.optimization.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormat
getDataFormat()
The output data format that used to store the results in Cloud Storage.int
getDataFormatValue()
The output data format that used to store the results in Cloud Storage.OutputConfig.DestinationCase
getDestinationCase()
GcsDestination
getGcsDestination()
The Google Cloud Storage location to write the output to.GcsDestinationOrBuilder
getGcsDestinationOrBuilder()
The Google Cloud Storage location to write the output to.boolean
hasGcsDestination()
The Google Cloud Storage location to write the output to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getDestinationCase
OutputConfig.DestinationCase getDestinationCase()
-
-