public static final class ProtoServerProtos.Status extends com.google.protobuf.GeneratedMessage implements ProtoServerProtos.StatusOrBuilder
Status
contains all environment variables and properties
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoServerProtos.Status.Builder
Protobuf type
Status |
static class |
ProtoServerProtos.Status.Environment
Protobuf type
Status.Environment |
static interface |
ProtoServerProtos.Status.EnvironmentOrBuilder |
static class |
ProtoServerProtos.Status.Property
Protobuf type
Status.Property |
static interface |
ProtoServerProtos.Status.PropertyOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CPU_TIME_FIELD_NUMBER |
static int |
ENVIRONMENTS_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtoServerProtos.Status> |
PARSER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
SYSTEM_TIME_FIELD_NUMBER |
static int |
USER_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getCpuTime()
optional string cpu_time = 1; |
com.google.protobuf.ByteString |
getCpuTimeBytes()
optional string cpu_time = 1; |
static ProtoServerProtos.Status |
getDefaultInstance() |
ProtoServerProtos.Status |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ProtoServerProtos.Status.Environment |
getEnvironments(int index)
repeated .Status.Environment environments = 5; |
int |
getEnvironmentsCount()
repeated .Status.Environment environments = 5; |
List<ProtoServerProtos.Status.Environment> |
getEnvironmentsList()
repeated .Status.Environment environments = 5; |
ProtoServerProtos.Status.EnvironmentOrBuilder |
getEnvironmentsOrBuilder(int index)
repeated .Status.Environment environments = 5; |
List<? extends ProtoServerProtos.Status.EnvironmentOrBuilder> |
getEnvironmentsOrBuilderList()
repeated .Status.Environment environments = 5; |
com.google.protobuf.Parser<ProtoServerProtos.Status> |
getParserForType() |
ProtoServerProtos.Status.Property |
getProperties(int index)
repeated .Status.Property properties = 4; |
int |
getPropertiesCount()
repeated .Status.Property properties = 4; |
List<ProtoServerProtos.Status.Property> |
getPropertiesList()
repeated .Status.Property properties = 4; |
ProtoServerProtos.Status.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .Status.Property properties = 4; |
List<? extends ProtoServerProtos.Status.PropertyOrBuilder> |
getPropertiesOrBuilderList()
repeated .Status.Property properties = 4; |
int |
getSerializedSize() |
String |
getSystemTime()
optional string system_time = 3; |
com.google.protobuf.ByteString |
getSystemTimeBytes()
optional string system_time = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUserTime()
optional string user_time = 2; |
com.google.protobuf.ByteString |
getUserTimeBytes()
optional string user_time = 2; |
boolean |
hasCpuTime()
optional string cpu_time = 1; |
boolean |
hasSystemTime()
optional string system_time = 3; |
boolean |
hasUserTime()
optional string user_time = 2; |
boolean |
isInitialized() |
static ProtoServerProtos.Status.Builder |
newBuilder() |
static ProtoServerProtos.Status.Builder |
newBuilder(ProtoServerProtos.Status prototype) |
ProtoServerProtos.Status.Builder |
newBuilderForType() |
static ProtoServerProtos.Status |
parseDelimitedFrom(InputStream input) |
static ProtoServerProtos.Status |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Status |
parseFrom(byte[] data) |
static ProtoServerProtos.Status |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Status |
parseFrom(com.google.protobuf.ByteString data) |
static ProtoServerProtos.Status |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Status |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoServerProtos.Status |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Status |
parseFrom(InputStream input) |
static ProtoServerProtos.Status |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoServerProtos.Status.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ProtoServerProtos.Status> PARSER
public static final int CPU_TIME_FIELD_NUMBER
public static final int USER_TIME_FIELD_NUMBER
public static final int SYSTEM_TIME_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
public static final int ENVIRONMENTS_FIELD_NUMBER
public static ProtoServerProtos.Status getDefaultInstance()
public ProtoServerProtos.Status getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ProtoServerProtos.Status> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasCpuTime()
optional string cpu_time = 1;hasCpuTime in interface ProtoServerProtos.StatusOrBuilderpublic String getCpuTime()
optional string cpu_time = 1;getCpuTime in interface ProtoServerProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getCpuTimeBytes()
optional string cpu_time = 1;getCpuTimeBytes in interface ProtoServerProtos.StatusOrBuilderpublic boolean hasUserTime()
optional string user_time = 2;hasUserTime in interface ProtoServerProtos.StatusOrBuilderpublic String getUserTime()
optional string user_time = 2;getUserTime in interface ProtoServerProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getUserTimeBytes()
optional string user_time = 2;getUserTimeBytes in interface ProtoServerProtos.StatusOrBuilderpublic boolean hasSystemTime()
optional string system_time = 3;hasSystemTime in interface ProtoServerProtos.StatusOrBuilderpublic String getSystemTime()
optional string system_time = 3;getSystemTime in interface ProtoServerProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getSystemTimeBytes()
optional string system_time = 3;getSystemTimeBytes in interface ProtoServerProtos.StatusOrBuilderpublic List<ProtoServerProtos.Status.Property> getPropertiesList()
repeated .Status.Property properties = 4;getPropertiesList in interface ProtoServerProtos.StatusOrBuilderpublic List<? extends ProtoServerProtos.Status.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .Status.Property properties = 4;getPropertiesOrBuilderList in interface ProtoServerProtos.StatusOrBuilderpublic int getPropertiesCount()
repeated .Status.Property properties = 4;getPropertiesCount in interface ProtoServerProtos.StatusOrBuilderpublic ProtoServerProtos.Status.Property getProperties(int index)
repeated .Status.Property properties = 4;getProperties in interface ProtoServerProtos.StatusOrBuilderpublic ProtoServerProtos.Status.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .Status.Property properties = 4;getPropertiesOrBuilder in interface ProtoServerProtos.StatusOrBuilderpublic List<ProtoServerProtos.Status.Environment> getEnvironmentsList()
repeated .Status.Environment environments = 5;getEnvironmentsList in interface ProtoServerProtos.StatusOrBuilderpublic List<? extends ProtoServerProtos.Status.EnvironmentOrBuilder> getEnvironmentsOrBuilderList()
repeated .Status.Environment environments = 5;getEnvironmentsOrBuilderList in interface ProtoServerProtos.StatusOrBuilderpublic int getEnvironmentsCount()
repeated .Status.Environment environments = 5;getEnvironmentsCount in interface ProtoServerProtos.StatusOrBuilderpublic ProtoServerProtos.Status.Environment getEnvironments(int index)
repeated .Status.Environment environments = 5;getEnvironments in interface ProtoServerProtos.StatusOrBuilderpublic ProtoServerProtos.Status.EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)
repeated .Status.Environment environments = 5;getEnvironmentsOrBuilder in interface ProtoServerProtos.StatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static ProtoServerProtos.Status parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Status parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Status parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Status parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Status parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Status parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Status parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Status parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Status.Builder newBuilder()
public ProtoServerProtos.Status.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoServerProtos.Status.Builder newBuilder(ProtoServerProtos.Status prototype)
public ProtoServerProtos.Status.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2015. All rights reserved.