Interface ConditionContext.RequestOrBuilder (1.41.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
Type Description
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
Type Description
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
Type Description
boolean

Whether the receiveTime field is set.