public static interface ServiceLatency.InternalServiceLatencyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompleteTime()
public abstract Timestamp getCompleteTime()The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The completeTime. |
getCompleteTimeOrBuilder()
public abstract TimestampOrBuilder getCompleteTimeOrBuilder()The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getLatencyMs()
public abstract float getLatencyMs()The latency of the internal service in milliseconds.
float latency_ms = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The latencyMs. |
getStartTime()
public abstract Timestamp getStartTime()The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStep()
public abstract String getStep()The name of the internal service.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The step. |
getStepBytes()
public abstract ByteString getStepBytes()The name of the internal service.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for step. |
hasCompleteTime()
public abstract boolean hasCompleteTime()The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the completeTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |