Interface AggregatedMetrics.ToolMetricsOrBuilder (0.3.0)

public static interface AggregatedMetrics.ToolMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailCount()

public abstract int getFailCount()

Output only. The number of times the tool failed.

int32 fail_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The failCount.

getPassCount()

public abstract int getPassCount()

Output only. The number of times the tool passed.

int32 pass_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The passCount.

getTool()

public abstract String getTool()

Output only. The name of the tool.

string tool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The tool.

getToolBytes()

public abstract ByteString getToolBytes()

Output only. The name of the tool.

string tool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for tool.