Interface ConditionContext.RequestOrBuilder (1.35.0)

public static interface ConditionContext.RequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReceiveTime()

public abstract Timestamp getReceiveTime()

Optional. The timestamp when the destination service receives the first byte of the request.

.google.protobuf.Timestamp receive_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Timestamp

The receiveTime.

getReceiveTimeOrBuilder()

public abstract TimestampOrBuilder getReceiveTimeOrBuilder()

Optional. The timestamp when the destination service receives the first byte of the request.

.google.protobuf.Timestamp receive_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TimestampOrBuilder

hasReceiveTime()

public abstract boolean hasReceiveTime()

Optional. The timestamp when the destination service receives the first byte of the request.

.google.protobuf.Timestamp receive_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the receiveTime field is set.