public static final class RemoteRun.AgentToMaster.AgentInfo extends com.google.protobuf.GeneratedMessage implements RemoteRun.AgentToMaster.AgentInfoOrBuilder
AgentToMaster.AgentInfo| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteRun.AgentToMaster.AgentInfo.Builder
Protobuf type
AgentToMaster.AgentInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, 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 |
ENVIRONMENT_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
IPADDRESS_FIELD_NUMBER |
static com.google.protobuf.Parser<RemoteRun.AgentToMaster.AgentInfo> |
PARSER |
static int |
SYSTEMPROPERTY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static RemoteRun.AgentToMaster.AgentInfo |
getDefaultInstance() |
RemoteRun.AgentToMaster.AgentInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RemoteRun.StringStringKeyValuePair |
getEnvironment(int index)
repeated .StringStringKeyValuePair environment = 3; |
int |
getEnvironmentCount()
repeated .StringStringKeyValuePair environment = 3; |
List<RemoteRun.StringStringKeyValuePair> |
getEnvironmentList()
repeated .StringStringKeyValuePair environment = 3; |
RemoteRun.StringStringKeyValuePairOrBuilder |
getEnvironmentOrBuilder(int index)
repeated .StringStringKeyValuePair environment = 3; |
List<? extends RemoteRun.StringStringKeyValuePairOrBuilder> |
getEnvironmentOrBuilderList()
repeated .StringStringKeyValuePair environment = 3; |
String |
getHostname()
optional string hostname = 1; |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 1; |
com.google.protobuf.ByteString |
getIpAddress()
optional bytes ipAddress = 2; |
com.google.protobuf.Parser<RemoteRun.AgentToMaster.AgentInfo> |
getParserForType() |
int |
getSerializedSize() |
RemoteRun.StringStringKeyValuePair |
getSystemProperty(int index)
repeated .StringStringKeyValuePair systemProperty = 4; |
int |
getSystemPropertyCount()
repeated .StringStringKeyValuePair systemProperty = 4; |
List<RemoteRun.StringStringKeyValuePair> |
getSystemPropertyList()
repeated .StringStringKeyValuePair systemProperty = 4; |
RemoteRun.StringStringKeyValuePairOrBuilder |
getSystemPropertyOrBuilder(int index)
repeated .StringStringKeyValuePair systemProperty = 4; |
List<? extends RemoteRun.StringStringKeyValuePairOrBuilder> |
getSystemPropertyOrBuilderList()
repeated .StringStringKeyValuePair systemProperty = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasHostname()
optional string hostname = 1; |
boolean |
hasIpAddress()
optional bytes ipAddress = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RemoteRun.AgentToMaster.AgentInfo.Builder |
newBuilder() |
static RemoteRun.AgentToMaster.AgentInfo.Builder |
newBuilder(RemoteRun.AgentToMaster.AgentInfo prototype) |
RemoteRun.AgentToMaster.AgentInfo.Builder |
newBuilderForType() |
protected RemoteRun.AgentToMaster.AgentInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RemoteRun.AgentToMaster.AgentInfo |
parseDelimitedFrom(InputStream input) |
static RemoteRun.AgentToMaster.AgentInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(byte[] data) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(com.google.protobuf.ByteString data) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(InputStream input) |
static RemoteRun.AgentToMaster.AgentInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoteRun.AgentToMaster.AgentInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<RemoteRun.AgentToMaster.AgentInfo> PARSER
public static final int HOSTNAME_FIELD_NUMBER
public static final int IPADDRESS_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
public static final int SYSTEMPROPERTY_FIELD_NUMBER
public static RemoteRun.AgentToMaster.AgentInfo getDefaultInstance()
public RemoteRun.AgentToMaster.AgentInfo 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()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RemoteRun.AgentToMaster.AgentInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasHostname()
optional string hostname = 1;hasHostname in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic String getHostname()
optional string hostname = 1;getHostname in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 1;getHostnameBytes in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic boolean hasIpAddress()
optional bytes ipAddress = 2;hasIpAddress in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic com.google.protobuf.ByteString getIpAddress()
optional bytes ipAddress = 2;getIpAddress in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic List<RemoteRun.StringStringKeyValuePair> getEnvironmentList()
repeated .StringStringKeyValuePair environment = 3;getEnvironmentList in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic List<? extends RemoteRun.StringStringKeyValuePairOrBuilder> getEnvironmentOrBuilderList()
repeated .StringStringKeyValuePair environment = 3;getEnvironmentOrBuilderList in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic int getEnvironmentCount()
repeated .StringStringKeyValuePair environment = 3;getEnvironmentCount in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic RemoteRun.StringStringKeyValuePair getEnvironment(int index)
repeated .StringStringKeyValuePair environment = 3;getEnvironment in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic RemoteRun.StringStringKeyValuePairOrBuilder getEnvironmentOrBuilder(int index)
repeated .StringStringKeyValuePair environment = 3;getEnvironmentOrBuilder in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic List<RemoteRun.StringStringKeyValuePair> getSystemPropertyList()
repeated .StringStringKeyValuePair systemProperty = 4;getSystemPropertyList in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic List<? extends RemoteRun.StringStringKeyValuePairOrBuilder> getSystemPropertyOrBuilderList()
repeated .StringStringKeyValuePair systemProperty = 4;getSystemPropertyOrBuilderList in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic int getSystemPropertyCount()
repeated .StringStringKeyValuePair systemProperty = 4;getSystemPropertyCount in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic RemoteRun.StringStringKeyValuePair getSystemProperty(int index)
repeated .StringStringKeyValuePair systemProperty = 4;getSystemProperty in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic RemoteRun.StringStringKeyValuePairOrBuilder getSystemPropertyOrBuilder(int index)
repeated .StringStringKeyValuePair systemProperty = 4;getSystemPropertyOrBuilder in interface RemoteRun.AgentToMaster.AgentInfoOrBuilderpublic 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.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.AgentToMaster.AgentInfo.Builder newBuilder()
public RemoteRun.AgentToMaster.AgentInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RemoteRun.AgentToMaster.AgentInfo.Builder newBuilder(RemoteRun.AgentToMaster.AgentInfo prototype)
public RemoteRun.AgentToMaster.AgentInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RemoteRun.AgentToMaster.AgentInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Formicary. All rights reserved.