@Generated
public interface SessionParametersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getKeepAlive()
Maximum time between messages that the AFE will send to the client.
|
com.google.protobuf.DurationOrBuilder |
getKeepAliveOrBuilder()
Maximum time between messages that the AFE will send to the client.
|
boolean |
hasKeepAlive()
Maximum time between messages that the AFE will send to the client.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeepAlive()
Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive. See also Heartbeats.
.google.protobuf.Duration keep_alive = 1;com.google.protobuf.Duration getKeepAlive()
Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive. See also Heartbeats.
.google.protobuf.Duration keep_alive = 1;com.google.protobuf.DurationOrBuilder getKeepAliveOrBuilder()
Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive. See also Heartbeats.
.google.protobuf.Duration keep_alive = 1;Copyright © 2026 Google LLC. All rights reserved.