@Generated
public interface ErrorResponseOrBuilder
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.rpc.RetryInfo |
getRetryInfo()
.google.rpc.RetryInfo retry_info = 4; |
com.google.rpc.RetryInfoOrBuilder |
getRetryInfoOrBuilder()
.google.rpc.RetryInfo retry_info = 4; |
long |
getRpcId()
Which vRPC this response is for.
|
com.google.rpc.Status |
getStatus()
The error from the vRPC and any retry information to consider.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The error from the vRPC and any retry information to consider.
|
boolean |
hasClusterInfo()
.google.bigtable.v2.ClusterInformation cluster_info = 2; |
boolean |
hasRetryInfo()
.google.rpc.RetryInfo retry_info = 4; |
boolean |
hasStatus()
The error from the vRPC and any retry information to consider.
|
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 hasStatus()
The error from the vRPC and any retry information to consider.
.google.rpc.Status status = 3;com.google.rpc.Status getStatus()
The error from the vRPC and any retry information to consider.
.google.rpc.Status status = 3;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The error from the vRPC and any retry information to consider.
.google.rpc.Status status = 3;boolean hasRetryInfo()
.google.rpc.RetryInfo retry_info = 4;com.google.rpc.RetryInfo getRetryInfo()
.google.rpc.RetryInfo retry_info = 4;com.google.rpc.RetryInfoOrBuilder getRetryInfoOrBuilder()
.google.rpc.RetryInfo retry_info = 4;Copyright © 2026 Google LLC. All rights reserved.