public interface PlatformInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBits()
e.g.
|
com.google.protobuf.ByteString |
getBitsBytes()
e.g.
|
String |
getLinkage()
e.g.
|
com.google.protobuf.ByteString |
getLinkageBytes()
e.g.
|
String |
getMachine()
e.g.
|
com.google.protobuf.ByteString |
getMachineBytes()
e.g.
|
String |
getRelease()
e.g.
|
com.google.protobuf.ByteString |
getReleaseBytes()
e.g.
|
String |
getSystem()
e.g.
|
com.google.protobuf.ByteString |
getSystemBytes()
e.g.
|
String |
getVersion()
e.g.
|
com.google.protobuf.ByteString |
getVersionBytes()
e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBits()
e.g. '64bit'
string bits = 1;com.google.protobuf.ByteString getBitsBytes()
e.g. '64bit'
string bits = 1;String getLinkage()
e.g. 'ELF'
string linkage = 2;com.google.protobuf.ByteString getLinkageBytes()
e.g. 'ELF'
string linkage = 2;String getMachine()
e.g. 'i386'
string machine = 3;com.google.protobuf.ByteString getMachineBytes()
e.g. 'i386'
string machine = 3;String getRelease()
e.g. '3.13.0-76-generic'
string release = 4;com.google.protobuf.ByteString getReleaseBytes()
e.g. '3.13.0-76-generic'
string release = 4;String getSystem()
e.g. 'Linux'
string system = 5;com.google.protobuf.ByteString getSystemBytes()
e.g. 'Linux'
string system = 5;String getVersion()
e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;com.google.protobuf.ByteString getVersionBytes()
e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;Copyright © 2015–2019. All rights reserved.