public static interface StatusProto.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSystem(String key)
map<string, .Response.Status> system = 1; |
ServerIdentityProto.ServerIdentity |
getServer()
required .ServerIdentity server = 2; |
ServerIdentityProto.ServerIdentityOrBuilder |
getServerOrBuilder()
required .ServerIdentity server = 2; |
Map<String,StatusProto.Response.Status> |
getSystem()
Deprecated.
|
int |
getSystemCount()
map<string, .Response.Status> system = 1; |
Map<String,StatusProto.Response.Status> |
getSystemMap()
map<string, .Response.Status> system = 1; |
StatusProto.Response.Status |
getSystemOrDefault(String key,
StatusProto.Response.Status defaultValue)
map<string, .Response.Status> system = 1; |
StatusProto.Response.Status |
getSystemOrThrow(String key)
map<string, .Response.Status> system = 1; |
boolean |
hasServer()
required .ServerIdentity server = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSystemCount()
map<string, .Response.Status> system = 1;boolean containsSystem(String key)
map<string, .Response.Status> system = 1;@Deprecated Map<String,StatusProto.Response.Status> getSystem()
getSystemMap() instead.Map<String,StatusProto.Response.Status> getSystemMap()
map<string, .Response.Status> system = 1;StatusProto.Response.Status getSystemOrDefault(String key, StatusProto.Response.Status defaultValue)
map<string, .Response.Status> system = 1;StatusProto.Response.Status getSystemOrThrow(String key)
map<string, .Response.Status> system = 1;boolean hasServer()
required .ServerIdentity server = 2;ServerIdentityProto.ServerIdentity getServer()
required .ServerIdentity server = 2;ServerIdentityProto.ServerIdentityOrBuilder getServerOrBuilder()
required .ServerIdentity server = 2;Copyright © 2018. All rights reserved.