Package org.bdware.bdledger.api.grpc.pb
Interface NodeProto.ClientVersionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeProto.ClientVersionResponse,NodeProto.ClientVersionResponse.Builder
- Enclosing class:
NodeProto
public static interface NodeProto.ClientVersionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionClient version 节点客户端版本com.google.protobuf.ByteStringClient version 节点客户端版本Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVersion
String getVersion()Client version 节点客户端版本
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Client version 节点客户端版本
string version = 1;- Returns:
- The bytes for version.
-