public static interface Pdpb.ResponseHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
long |
getClusterId()
cluster_id is the ID of the cluster which sent the response.
|
Pdpb.Error |
getError()
.pdpb.Error error = 2; |
Pdpb.ErrorOrBuilder |
getErrorOrBuilder()
.pdpb.Error error = 2; |
boolean |
hasError()
.pdpb.Error error = 2; |
long getClusterId()
cluster_id is the ID of the cluster which sent the response.
uint64 cluster_id = 1;
boolean hasError()
.pdpb.Error error = 2;
Pdpb.Error getError()
.pdpb.Error error = 2;
Pdpb.ErrorOrBuilder getErrorOrBuilder()
.pdpb.Error error = 2;
Copyright © 2022 PingCAP. All rights reserved.