public static final class SessionRequestStats.Builder extends com.google.protobuf.GeneratedMessage.Builder<SessionRequestStats.Builder> implements SessionRequestStatsOrBuilder
Internal usage only.Protobuf type
google.bigtable.v2.SessionRequestStats| Modifier and Type | Method and Description |
|---|---|
SessionRequestStats |
build() |
SessionRequestStats |
buildPartial() |
SessionRequestStats.Builder |
clear() |
SessionRequestStats.Builder |
clearBackendLatency()
Backend (critical section) latency for the request.
|
com.google.protobuf.Duration |
getBackendLatency()
Backend (critical section) latency for the request.
|
com.google.protobuf.Duration.Builder |
getBackendLatencyBuilder()
Backend (critical section) latency for the request.
|
com.google.protobuf.DurationOrBuilder |
getBackendLatencyOrBuilder()
Backend (critical section) latency for the request.
|
SessionRequestStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasBackendLatency()
Backend (critical section) latency for the request.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SessionRequestStats.Builder |
mergeBackendLatency(com.google.protobuf.Duration value)
Backend (critical section) latency for the request.
|
SessionRequestStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionRequestStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
SessionRequestStats.Builder |
mergeFrom(SessionRequestStats other) |
SessionRequestStats.Builder |
setBackendLatency(com.google.protobuf.Duration.Builder builderForValue)
Backend (critical section) latency for the request.
|
SessionRequestStats.Builder |
setBackendLatency(com.google.protobuf.Duration value)
Backend (critical section) latency for the request.
|
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<SessionRequestStats.Builder>public SessionRequestStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<SessionRequestStats.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<SessionRequestStats.Builder>public SessionRequestStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionRequestStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionRequestStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionRequestStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionRequestStats.Builder>public SessionRequestStats.Builder mergeFrom(SessionRequestStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<SessionRequestStats.Builder>public SessionRequestStats.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<SessionRequestStats.Builder>IOExceptionpublic boolean hasBackendLatency()
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;hasBackendLatency in interface SessionRequestStatsOrBuilderpublic com.google.protobuf.Duration getBackendLatency()
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;getBackendLatency in interface SessionRequestStatsOrBuilderpublic SessionRequestStats.Builder setBackendLatency(com.google.protobuf.Duration value)
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;public SessionRequestStats.Builder setBackendLatency(com.google.protobuf.Duration.Builder builderForValue)
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;public SessionRequestStats.Builder mergeBackendLatency(com.google.protobuf.Duration value)
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;public SessionRequestStats.Builder clearBackendLatency()
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;public com.google.protobuf.Duration.Builder getBackendLatencyBuilder()
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;public com.google.protobuf.DurationOrBuilder getBackendLatencyOrBuilder()
Backend (critical section) latency for the request.
.google.protobuf.Duration backend_latency = 1;getBackendLatencyOrBuilder in interface SessionRequestStatsOrBuilderCopyright © 2026 Google LLC. All rights reserved.