public static final class Node.NodeStatus.NodeSystemInfo extends com.google.protobuf.GeneratedMessageV3 implements Node.NodeStatus.NodeSystemInfoOrBuilder
appscode.kubernetes.v1beta2.Node.NodeStatus.NodeSystemInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Node.NodeStatus.NodeSystemInfo.Builder
Protobuf type
appscode.kubernetes.v1beta2.Node.NodeStatus.NodeSystemInfo |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ARCHITECTURE_FIELD_NUMBER |
static int |
BOOTID_FIELD_NUMBER |
static int |
CONTAINER_RUNTIME_VERSION_FIELD_NUMBER |
static int |
KERNEL_VERSION_FIELD_NUMBER |
static int |
KUBE_PROXY_VERSION_FIELD_NUMBER |
static int |
KUBELET_VERSION_FIELD_NUMBER |
static int |
MACHINEID_FIELD_NUMBER |
static int |
OPERATING_SYSTEM_FIELD_NUMBER |
static int |
OS_IMAGE_FIELD_NUMBER |
static int |
SYSTEMUUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArchitecture()
optional string architecture = 10; |
com.google.protobuf.ByteString |
getArchitectureBytes()
optional string architecture = 10; |
java.lang.String |
getBootID()
optional string bootID = 8; |
com.google.protobuf.ByteString |
getBootIDBytes()
optional string bootID = 8; |
java.lang.String |
getContainerRuntimeVersion()
optional string container_runtime_version = 3; |
com.google.protobuf.ByteString |
getContainerRuntimeVersionBytes()
optional string container_runtime_version = 3; |
static Node.NodeStatus.NodeSystemInfo |
getDefaultInstance() |
Node.NodeStatus.NodeSystemInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getKernelVersion()
optional string kernel_version = 1; |
com.google.protobuf.ByteString |
getKernelVersionBytes()
optional string kernel_version = 1; |
java.lang.String |
getKubeletVersion()
optional string kubelet_version = 4; |
com.google.protobuf.ByteString |
getKubeletVersionBytes()
optional string kubelet_version = 4; |
java.lang.String |
getKubeProxyVersion()
optional string kube_proxy_version = 5; |
com.google.protobuf.ByteString |
getKubeProxyVersionBytes()
optional string kube_proxy_version = 5; |
java.lang.String |
getMachineID()
optional string machineID = 6; |
com.google.protobuf.ByteString |
getMachineIDBytes()
optional string machineID = 6; |
java.lang.String |
getOperatingSystem()
optional string operating_system = 9; |
com.google.protobuf.ByteString |
getOperatingSystemBytes()
optional string operating_system = 9; |
java.lang.String |
getOsImage()
optional string os_image = 2; |
com.google.protobuf.ByteString |
getOsImageBytes()
optional string os_image = 2; |
com.google.protobuf.Parser<Node.NodeStatus.NodeSystemInfo> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getSystemUUID()
optional string systemUUID = 7; |
com.google.protobuf.ByteString |
getSystemUUIDBytes()
optional string systemUUID = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Node.NodeStatus.NodeSystemInfo.Builder |
newBuilder() |
static Node.NodeStatus.NodeSystemInfo.Builder |
newBuilder(Node.NodeStatus.NodeSystemInfo prototype) |
Node.NodeStatus.NodeSystemInfo.Builder |
newBuilderForType() |
protected Node.NodeStatus.NodeSystemInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Node.NodeStatus.NodeSystemInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Node.NodeStatus.NodeSystemInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(byte[] data) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(java.io.InputStream input) |
static Node.NodeStatus.NodeSystemInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Node.NodeStatus.NodeSystemInfo> |
parser() |
Node.NodeStatus.NodeSystemInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MACHINEID_FIELD_NUMBER
public static final int SYSTEMUUID_FIELD_NUMBER
public static final int BOOTID_FIELD_NUMBER
public static final int KERNEL_VERSION_FIELD_NUMBER
public static final int OS_IMAGE_FIELD_NUMBER
public static final int CONTAINER_RUNTIME_VERSION_FIELD_NUMBER
public static final int KUBELET_VERSION_FIELD_NUMBER
public static final int KUBE_PROXY_VERSION_FIELD_NUMBER
public static final int OPERATING_SYSTEM_FIELD_NUMBER
public static final int ARCHITECTURE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getMachineID()
optional string machineID = 6;getMachineID in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getMachineIDBytes()
optional string machineID = 6;getMachineIDBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getSystemUUID()
optional string systemUUID = 7;getSystemUUID in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getSystemUUIDBytes()
optional string systemUUID = 7;getSystemUUIDBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getBootID()
optional string bootID = 8;getBootID in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getBootIDBytes()
optional string bootID = 8;getBootIDBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getKernelVersion()
optional string kernel_version = 1;getKernelVersion in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getKernelVersionBytes()
optional string kernel_version = 1;getKernelVersionBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getOsImage()
optional string os_image = 2;getOsImage in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getOsImageBytes()
optional string os_image = 2;getOsImageBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getContainerRuntimeVersion()
optional string container_runtime_version = 3;getContainerRuntimeVersion in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getContainerRuntimeVersionBytes()
optional string container_runtime_version = 3;getContainerRuntimeVersionBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getKubeletVersion()
optional string kubelet_version = 4;getKubeletVersion in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getKubeletVersionBytes()
optional string kubelet_version = 4;getKubeletVersionBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getKubeProxyVersion()
optional string kube_proxy_version = 5;getKubeProxyVersion in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getKubeProxyVersionBytes()
optional string kube_proxy_version = 5;getKubeProxyVersionBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getOperatingSystem()
optional string operating_system = 9;getOperatingSystem in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getOperatingSystemBytes()
optional string operating_system = 9;getOperatingSystemBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic java.lang.String getArchitecture()
optional string architecture = 10;getArchitecture in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getArchitectureBytes()
optional string architecture = 10;getArchitectureBytes in interface Node.NodeStatus.NodeSystemInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Node.NodeStatus.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Node.NodeStatus.NodeSystemInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Node.NodeStatus.NodeSystemInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Node.NodeStatus.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Node.NodeStatus.NodeSystemInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Node.NodeStatus.NodeSystemInfo.Builder newBuilder()
public static Node.NodeStatus.NodeSystemInfo.Builder newBuilder(Node.NodeStatus.NodeSystemInfo prototype)
public Node.NodeStatus.NodeSystemInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Node.NodeStatus.NodeSystemInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Node.NodeStatus.NodeSystemInfo getDefaultInstance()
public static com.google.protobuf.Parser<Node.NodeStatus.NodeSystemInfo> parser()
public com.google.protobuf.Parser<Node.NodeStatus.NodeSystemInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Node.NodeStatus.NodeSystemInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder