public static final class SessionParametersResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<SessionParametersResponse.Builder> implements SessionParametersResponseOrBuilder
Internal usage only.Protobuf type
google.bigtable.v2.SessionParametersResponse| Modifier and Type | Method and Description |
|---|---|
SessionParametersResponse |
build() |
SessionParametersResponse |
buildPartial() |
SessionParametersResponse.Builder |
clear() |
SessionParametersResponse.Builder |
clearKeepAlive()
Maximum time between messages that the AFE will send to the client.
|
SessionParametersResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getKeepAlive()
Maximum time between messages that the AFE will send to the client.
|
com.google.protobuf.Duration.Builder |
getKeepAliveBuilder()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SessionParametersResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionParametersResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
SessionParametersResponse.Builder |
mergeFrom(SessionParametersResponse other) |
SessionParametersResponse.Builder |
mergeKeepAlive(com.google.protobuf.Duration value)
Maximum time between messages that the AFE will send to the client.
|
SessionParametersResponse.Builder |
setKeepAlive(com.google.protobuf.Duration.Builder builderForValue)
Maximum time between messages that the AFE will send to the client.
|
SessionParametersResponse.Builder |
setKeepAlive(com.google.protobuf.Duration value)
Maximum time between messages that the AFE will send to the client.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SessionParametersResponse.Builder>public SessionParametersResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<SessionParametersResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SessionParametersResponse.Builder>public SessionParametersResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionParametersResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionParametersResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionParametersResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionParametersResponse.Builder>public SessionParametersResponse.Builder mergeFrom(SessionParametersResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<SessionParametersResponse.Builder>public SessionParametersResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionParametersResponse.Builder>IOExceptionpublic boolean 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;hasKeepAlive in interface SessionParametersResponseOrBuilderpublic 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;getKeepAlive in interface SessionParametersResponseOrBuilderpublic SessionParametersResponse.Builder setKeepAlive(com.google.protobuf.Duration value)
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;public SessionParametersResponse.Builder setKeepAlive(com.google.protobuf.Duration.Builder builderForValue)
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;public SessionParametersResponse.Builder mergeKeepAlive(com.google.protobuf.Duration value)
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;public SessionParametersResponse.Builder clearKeepAlive()
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;public com.google.protobuf.Duration.Builder getKeepAliveBuilder()
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;public 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;getKeepAliveOrBuilder in interface SessionParametersResponseOrBuilderCopyright © 2026 Google LLC. All rights reserved.