@Generated
public interface VirtualRpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClusterInformation |
getClusterInfo()
.google.bigtable.v2.ClusterInformation cluster_info = 2; |
ClusterInformationOrBuilder |
getClusterInfoOrBuilder()
.google.bigtable.v2.ClusterInformation cluster_info = 2; |
com.google.protobuf.ByteString |
getPayload()
Could be TableResponse (or in post-V1, SqlResponse)
bytes payload = 3; |
long |
getRpcId()
Which vRPC this response is for.
|
SessionRequestStats |
getStats()
.google.bigtable.v2.SessionRequestStats stats = 4; |
SessionRequestStatsOrBuilder |
getStatsOrBuilder()
.google.bigtable.v2.SessionRequestStats stats = 4; |
boolean |
hasClusterInfo()
.google.bigtable.v2.ClusterInformation cluster_info = 2; |
boolean |
hasStats()
.google.bigtable.v2.SessionRequestStats stats = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getRpcId()
Which vRPC this response is for.
int64 rpc_id = 1;boolean hasClusterInfo()
.google.bigtable.v2.ClusterInformation cluster_info = 2;ClusterInformation getClusterInfo()
.google.bigtable.v2.ClusterInformation cluster_info = 2;ClusterInformationOrBuilder getClusterInfoOrBuilder()
.google.bigtable.v2.ClusterInformation cluster_info = 2;boolean hasStats()
.google.bigtable.v2.SessionRequestStats stats = 4;SessionRequestStats getStats()
.google.bigtable.v2.SessionRequestStats stats = 4;SessionRequestStatsOrBuilder getStatsOrBuilder()
.google.bigtable.v2.SessionRequestStats stats = 4;com.google.protobuf.ByteString getPayload()
Could be TableResponse (or in post-V1, SqlResponse)
bytes payload = 3;Copyright © 2026 Google LLC. All rights reserved.