Interface ExportEvaluationsResponseOrBuilder (0.9.0)

public interface ExportEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsFailedEvaluations(String key)

public abstract boolean containsFailedEvaluations(String key)

Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

map<string, string> failed_evaluations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
boolean

getEvaluationsCase()

public abstract ExportEvaluationsResponse.EvaluationsCase getEvaluationsCase()
Returns
Type Description
ExportEvaluationsResponse.EvaluationsCase

getEvaluationsContent()

public abstract ByteString getEvaluationsContent()

The content of the exported Evaluations. This will be populated if gcs_uri was not specified in the request.

bytes evaluations_content = 1;

Returns
Type Description
ByteString

The evaluationsContent.

getEvaluationsUri()

public abstract String getEvaluationsUri()

The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request.

string evaluations_uri = 2;

Returns
Type Description
String

The evaluationsUri.

getEvaluationsUriBytes()

public abstract ByteString getEvaluationsUriBytes()

The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request.

string evaluations_uri = 2;

Returns
Type Description
ByteString

The bytes for evaluationsUri.

getFailedEvaluations() (deprecated)

public abstract Map<String,String> getFailedEvaluations()
Returns
Type Description
Map<String,String>

getFailedEvaluationsCount()

public abstract int getFailedEvaluationsCount()

Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

map<string, string> failed_evaluations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getFailedEvaluationsMap()

public abstract Map<String,String> getFailedEvaluationsMap()

Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

map<string, string> failed_evaluations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<String,String>

getFailedEvaluationsOrDefault(String key, String defaultValue)

public abstract String getFailedEvaluationsOrDefault(String key, String defaultValue)

Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

map<string, string> failed_evaluations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getFailedEvaluationsOrThrow(String key)

public abstract String getFailedEvaluationsOrThrow(String key)

Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

map<string, string> failed_evaluations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
String

hasEvaluationsContent()

public abstract boolean hasEvaluationsContent()

The content of the exported Evaluations. This will be populated if gcs_uri was not specified in the request.

bytes evaluations_content = 1;

Returns
Type Description
boolean

Whether the evaluationsContent field is set.

hasEvaluationsUri()

public abstract boolean hasEvaluationsUri()

The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request.

string evaluations_uri = 2;

Returns
Type Description
boolean

Whether the evaluationsUri field is set.