public interface InfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArch()
string arch = 5 [json_name = "arch"]; |
com.google.protobuf.ByteString |
getArchBytes()
string arch = 5 [json_name = "arch"]; |
String |
getCommit()
string commit = 2 [json_name = "commit"]; |
com.google.protobuf.ByteString |
getCommitBytes()
string commit = 2 [json_name = "commit"]; |
String |
getDate()
string date = 3 [json_name = "date"]; |
com.google.protobuf.ByteString |
getDateBytes()
string date = 3 [json_name = "date"]; |
String |
getOs()
string os = 4 [json_name = "os"]; |
com.google.protobuf.ByteString |
getOsBytes()
string os = 4 [json_name = "os"]; |
String |
getVersion()
string version = 1 [json_name = "version"]; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 1 [json_name = "version"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
string version = 1 [json_name = "version"];com.google.protobuf.ByteString getVersionBytes()
string version = 1 [json_name = "version"];String getCommit()
string commit = 2 [json_name = "commit"];com.google.protobuf.ByteString getCommitBytes()
string commit = 2 [json_name = "commit"];String getDate()
string date = 3 [json_name = "date"];com.google.protobuf.ByteString getDateBytes()
string date = 3 [json_name = "date"];String getOs()
string os = 4 [json_name = "os"];com.google.protobuf.ByteString getOsBytes()
string os = 4 [json_name = "os"];String getArch()
string arch = 5 [json_name = "arch"];com.google.protobuf.ByteString getArchBytes()
string arch = 5 [json_name = "arch"];Copyright © 2023. All rights reserved.