Interface ExportOptionsOrBuilder (0.9.0)

public interface ExportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportFormat()

public abstract ExportOptions.ExportFormat getExportFormat()

Optional. The format to export the evaluation results in. Defaults to JSON if not specified.

.google.cloud.ces.v1beta.ExportOptions.ExportFormat export_format = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExportOptions.ExportFormat

The exportFormat.

getExportFormatValue()

public abstract int getExportFormatValue()

Optional. The format to export the evaluation results in. Defaults to JSON if not specified.

.google.cloud.ces.v1beta.ExportOptions.ExportFormat export_format = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for exportFormat.

getGcsUri()

public abstract String getGcsUri()

Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.

string gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The gcsUri.

getGcsUriBytes()

public abstract ByteString getGcsUriBytes()

Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.

string gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for gcsUri.