| Package | Description |
|---|---|
| net.formicary.remoterun.common.proto |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<RemoteRun.StringStringKeyValuePair> |
RemoteRun.StringStringKeyValuePair.PARSER |
| Modifier and Type | Method and Description |
|---|---|
RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.Builder.build() |
RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.Builder.buildPartial() |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.getDefaultInstance() |
RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.getDefaultInstanceForType() |
RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.Builder.getDefaultInstanceForType() |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfoOrBuilder.getEnvironment(int index)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfo.getEnvironment(int index)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfo.Builder.getEnvironment(int index)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfoOrBuilder.getSystemProperty(int index)
repeated .StringStringKeyValuePair systemProperty = 4; |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfo.getSystemProperty(int index)
repeated .StringStringKeyValuePair systemProperty = 4; |
RemoteRun.StringStringKeyValuePair |
RemoteRun.AgentToMaster.AgentInfo.Builder.getSystemProperty(int index)
repeated .StringStringKeyValuePair systemProperty = 4; |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseDelimitedFrom(InputStream input) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(byte[] data) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(com.google.protobuf.ByteString data) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(InputStream input) |
static RemoteRun.StringStringKeyValuePair |
RemoteRun.StringStringKeyValuePair.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfoOrBuilder.getEnvironmentList()
repeated .StringStringKeyValuePair environment = 3; |
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfo.getEnvironmentList()
repeated .StringStringKeyValuePair environment = 3; |
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfo.Builder.getEnvironmentList()
repeated .StringStringKeyValuePair environment = 3; |
com.google.protobuf.Parser<RemoteRun.StringStringKeyValuePair> |
RemoteRun.StringStringKeyValuePair.getParserForType() |
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfoOrBuilder.getSystemPropertyList()
repeated .StringStringKeyValuePair systemProperty = 4; |
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfo.getSystemPropertyList()
repeated .StringStringKeyValuePair systemProperty = 4; |
List<RemoteRun.StringStringKeyValuePair> |
RemoteRun.AgentToMaster.AgentInfo.Builder.getSystemPropertyList()
repeated .StringStringKeyValuePair systemProperty = 4; |
| Modifier and Type | Method and Description |
|---|---|
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addEnvironment(int index,
RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addEnvironment(RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addSystemProperty(int index,
RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair systemProperty = 4; |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addSystemProperty(RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair systemProperty = 4; |
RemoteRun.StringStringKeyValuePair.Builder |
RemoteRun.StringStringKeyValuePair.Builder.mergeFrom(RemoteRun.StringStringKeyValuePair other) |
static RemoteRun.StringStringKeyValuePair.Builder |
RemoteRun.StringStringKeyValuePair.newBuilder(RemoteRun.StringStringKeyValuePair prototype) |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.setEnvironment(int index,
RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.setSystemProperty(int index,
RemoteRun.StringStringKeyValuePair value)
repeated .StringStringKeyValuePair systemProperty = 4; |
| Modifier and Type | Method and Description |
|---|---|
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addAllEnvironment(Iterable<? extends RemoteRun.StringStringKeyValuePair> values)
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.AgentToMaster.AgentInfo.Builder |
RemoteRun.AgentToMaster.AgentInfo.Builder.addAllSystemProperty(Iterable<? extends RemoteRun.StringStringKeyValuePair> values)
repeated .StringStringKeyValuePair systemProperty = 4; |
Copyright © 2015 Formicary. All rights reserved.