public static interface Messages.RoleInstanceStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppVersion()
optional string appVersion = 16; |
com.google.protobuf.ByteString |
getAppVersionBytes()
optional string appVersion = 16; |
String |
getCommand()
optional string command = 6; |
com.google.protobuf.ByteString |
getCommandBytes()
optional string command = 6; |
long |
getCreateTime()
required int64 createTime = 12; |
String |
getDiagnostics()
optional string diagnostics = 7; |
com.google.protobuf.ByteString |
getDiagnosticsBytes()
optional string diagnostics = 7; |
String |
getEnvironment(int index)
repeated string environment = 9; |
com.google.protobuf.ByteString |
getEnvironmentBytes(int index)
repeated string environment = 9; |
int |
getEnvironmentCount()
repeated string environment = 9; |
List<String> |
getEnvironmentList()
repeated string environment = 9; |
int |
getExitCode()
required uint32 exitCode = 5; |
String |
getHost()
required string host = 14; |
com.google.protobuf.ByteString |
getHostBytes()
required string host = 14; |
String |
getHostURL()
required string hostURL = 15; |
com.google.protobuf.ByteString |
getHostURLBytes()
required string hostURL = 15; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getOutput(int index)
repeated string output = 8; |
com.google.protobuf.ByteString |
getOutputBytes(int index)
repeated string output = 8; |
int |
getOutputCount()
repeated string output = 8; |
List<String> |
getOutputList()
repeated string output = 8; |
boolean |
getReleased()
required bool released = 11; |
String |
getRole()
optional string role = 2; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 2; |
int |
getRoleId()
required uint32 roleId = 10; |
long |
getStartTime()
required int64 startTime = 13; |
int |
getState()
required uint32 state = 4; |
boolean |
hasAppVersion()
optional string appVersion = 16; |
boolean |
hasCommand()
optional string command = 6; |
boolean |
hasCreateTime()
required int64 createTime = 12; |
boolean |
hasDiagnostics()
optional string diagnostics = 7; |
boolean |
hasExitCode()
required uint32 exitCode = 5; |
boolean |
hasHost()
required string host = 14; |
boolean |
hasHostURL()
required string hostURL = 15; |
boolean |
hasName()
required string name = 1; |
boolean |
hasReleased()
required bool released = 11; |
boolean |
hasRole()
optional string role = 2; |
boolean |
hasRoleId()
required uint32 roleId = 10; |
boolean |
hasStartTime()
required int64 startTime = 13; |
boolean |
hasState()
required uint32 state = 4; |
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasRole()
optional string role = 2;String getRole()
optional string role = 2;com.google.protobuf.ByteString getRoleBytes()
optional string role = 2;boolean hasState()
required uint32 state = 4;int getState()
required uint32 state = 4;boolean hasExitCode()
required uint32 exitCode = 5;int getExitCode()
required uint32 exitCode = 5;boolean hasCommand()
optional string command = 6;String getCommand()
optional string command = 6;com.google.protobuf.ByteString getCommandBytes()
optional string command = 6;boolean hasDiagnostics()
optional string diagnostics = 7;String getDiagnostics()
optional string diagnostics = 7;com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 7;int getOutputCount()
repeated string output = 8;String getOutput(int index)
repeated string output = 8;com.google.protobuf.ByteString getOutputBytes(int index)
repeated string output = 8;int getEnvironmentCount()
repeated string environment = 9;String getEnvironment(int index)
repeated string environment = 9;com.google.protobuf.ByteString getEnvironmentBytes(int index)
repeated string environment = 9;boolean hasRoleId()
required uint32 roleId = 10;int getRoleId()
required uint32 roleId = 10;boolean hasReleased()
required bool released = 11;boolean getReleased()
required bool released = 11;boolean hasCreateTime()
required int64 createTime = 12;long getCreateTime()
required int64 createTime = 12;boolean hasStartTime()
required int64 startTime = 13;long getStartTime()
required int64 startTime = 13;boolean hasHost()
required string host = 14;String getHost()
required string host = 14;com.google.protobuf.ByteString getHostBytes()
required string host = 14;boolean hasHostURL()
required string hostURL = 15;String getHostURL()
required string hostURL = 15;com.google.protobuf.ByteString getHostURLBytes()
required string hostURL = 15;boolean hasAppVersion()
optional string appVersion = 16;String getAppVersion()
optional string appVersion = 16;com.google.protobuf.ByteString getAppVersionBytes()
optional string appVersion = 16;Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.