public static final class JrzProtos.Status extends com.google.protobuf.GeneratedMessage implements JrzProtos.StatusOrBuilder
Status
contains all environment variables and properties
| Modifier and Type | Class and Description |
|---|---|
static class |
JrzProtos.Status.Builder
Protobuf type
Status |
static class |
JrzProtos.Status.Environment
Protobuf type
Status.Environment |
static interface |
JrzProtos.Status.EnvironmentOrBuilder |
static class |
JrzProtos.Status.Property
Protobuf type
Status.Property |
static interface |
JrzProtos.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<JrzProtos.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 JrzProtos.Status |
getDefaultInstance() |
JrzProtos.Status |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
JrzProtos.Status.Environment |
getEnvironments(int index)
repeated .Status.Environment environments = 5; |
int |
getEnvironmentsCount()
repeated .Status.Environment environments = 5; |
List<JrzProtos.Status.Environment> |
getEnvironmentsList()
repeated .Status.Environment environments = 5; |
JrzProtos.Status.EnvironmentOrBuilder |
getEnvironmentsOrBuilder(int index)
repeated .Status.Environment environments = 5; |
List<? extends JrzProtos.Status.EnvironmentOrBuilder> |
getEnvironmentsOrBuilderList()
repeated .Status.Environment environments = 5; |
com.google.protobuf.Parser<JrzProtos.Status> |
getParserForType() |
JrzProtos.Status.Property |
getProperties(int index)
repeated .Status.Property properties = 4; |
int |
getPropertiesCount()
repeated .Status.Property properties = 4; |
List<JrzProtos.Status.Property> |
getPropertiesList()
repeated .Status.Property properties = 4; |
JrzProtos.Status.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .Status.Property properties = 4; |
List<? extends JrzProtos.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 JrzProtos.Status.Builder |
newBuilder() |
static JrzProtos.Status.Builder |
newBuilder(JrzProtos.Status prototype) |
JrzProtos.Status.Builder |
newBuilderForType() |
static JrzProtos.Status |
parseDelimitedFrom(InputStream input) |
static JrzProtos.Status |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.Status |
parseFrom(byte[] data) |
static JrzProtos.Status |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.Status |
parseFrom(com.google.protobuf.ByteString data) |
static JrzProtos.Status |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.Status |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JrzProtos.Status |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.Status |
parseFrom(InputStream input) |
static JrzProtos.Status |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JrzProtos.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<JrzProtos.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 JrzProtos.Status getDefaultInstance()
public JrzProtos.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<JrzProtos.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 JrzProtos.StatusOrBuilderpublic String getCpuTime()
optional string cpu_time = 1;getCpuTime in interface JrzProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getCpuTimeBytes()
optional string cpu_time = 1;getCpuTimeBytes in interface JrzProtos.StatusOrBuilderpublic boolean hasUserTime()
optional string user_time = 2;hasUserTime in interface JrzProtos.StatusOrBuilderpublic String getUserTime()
optional string user_time = 2;getUserTime in interface JrzProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getUserTimeBytes()
optional string user_time = 2;getUserTimeBytes in interface JrzProtos.StatusOrBuilderpublic boolean hasSystemTime()
optional string system_time = 3;hasSystemTime in interface JrzProtos.StatusOrBuilderpublic String getSystemTime()
optional string system_time = 3;getSystemTime in interface JrzProtos.StatusOrBuilderpublic com.google.protobuf.ByteString getSystemTimeBytes()
optional string system_time = 3;getSystemTimeBytes in interface JrzProtos.StatusOrBuilderpublic List<JrzProtos.Status.Property> getPropertiesList()
repeated .Status.Property properties = 4;getPropertiesList in interface JrzProtos.StatusOrBuilderpublic List<? extends JrzProtos.Status.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .Status.Property properties = 4;getPropertiesOrBuilderList in interface JrzProtos.StatusOrBuilderpublic int getPropertiesCount()
repeated .Status.Property properties = 4;getPropertiesCount in interface JrzProtos.StatusOrBuilderpublic JrzProtos.Status.Property getProperties(int index)
repeated .Status.Property properties = 4;getProperties in interface JrzProtos.StatusOrBuilderpublic JrzProtos.Status.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .Status.Property properties = 4;getPropertiesOrBuilder in interface JrzProtos.StatusOrBuilderpublic List<JrzProtos.Status.Environment> getEnvironmentsList()
repeated .Status.Environment environments = 5;getEnvironmentsList in interface JrzProtos.StatusOrBuilderpublic List<? extends JrzProtos.Status.EnvironmentOrBuilder> getEnvironmentsOrBuilderList()
repeated .Status.Environment environments = 5;getEnvironmentsOrBuilderList in interface JrzProtos.StatusOrBuilderpublic int getEnvironmentsCount()
repeated .Status.Environment environments = 5;getEnvironmentsCount in interface JrzProtos.StatusOrBuilderpublic JrzProtos.Status.Environment getEnvironments(int index)
repeated .Status.Environment environments = 5;getEnvironments in interface JrzProtos.StatusOrBuilderpublic JrzProtos.Status.EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)
repeated .Status.Environment environments = 5;getEnvironmentsOrBuilder in interface JrzProtos.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 JrzProtos.Status parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.Status parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.Status parseFrom(InputStream input) throws IOException
IOExceptionpublic static JrzProtos.Status parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.Status parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JrzProtos.Status parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.Status parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JrzProtos.Status parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.Status.Builder newBuilder()
public JrzProtos.Status.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JrzProtos.Status.Builder newBuilder(JrzProtos.Status prototype)
public JrzProtos.Status.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2014. All rights reserved.