public static final class DriverRuntimeProtocol.ResourceLaunchProto extends com.google.protobuf.GeneratedMessage implements DriverRuntimeProtocol.ResourceLaunchProtoOrBuilder
ResourceLaunchProto| Modifier and Type | Class and Description |
|---|---|
static class |
DriverRuntimeProtocol.ResourceLaunchProto.Builder
Protobuf type
ResourceLaunchProto |
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 |
EVALUATOR_CONF_FIELD_NUMBER |
static int |
FILE_FIELD_NUMBER |
static int |
IDENTIFIER_FIELD_NUMBER |
static com.google.protobuf.Parser<DriverRuntimeProtocol.ResourceLaunchProto> |
PARSER |
static int |
REMOTE_ID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DriverRuntimeProtocol.ResourceLaunchProto |
getDefaultInstance() |
DriverRuntimeProtocol.ResourceLaunchProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEvaluatorConf()
required string evaluator_conf = 3; |
com.google.protobuf.ByteString |
getEvaluatorConfBytes()
required string evaluator_conf = 3; |
ReefServiceProtos.FileResourceProto |
getFile(int index)
repeated .FileResourceProto file = 10; |
int |
getFileCount()
repeated .FileResourceProto file = 10; |
List<ReefServiceProtos.FileResourceProto> |
getFileList()
repeated .FileResourceProto file = 10; |
ReefServiceProtos.FileResourceProtoOrBuilder |
getFileOrBuilder(int index)
repeated .FileResourceProto file = 10; |
List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> |
getFileOrBuilderList()
repeated .FileResourceProto file = 10; |
String |
getIdentifier()
required string identifier = 1; |
com.google.protobuf.ByteString |
getIdentifierBytes()
required string identifier = 1; |
com.google.protobuf.Parser<DriverRuntimeProtocol.ResourceLaunchProto> |
getParserForType() |
String |
getRemoteId()
required string remote_id = 2; |
com.google.protobuf.ByteString |
getRemoteIdBytes()
required string remote_id = 2; |
int |
getSerializedSize() |
ReefServiceProtos.ProcessType |
getType()
required .ProcessType type = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEvaluatorConf()
required string evaluator_conf = 3; |
int |
hashCode() |
boolean |
hasIdentifier()
required string identifier = 1; |
boolean |
hasRemoteId()
required string remote_id = 2; |
boolean |
hasType()
required .ProcessType type = 4; |
boolean |
isInitialized() |
static DriverRuntimeProtocol.ResourceLaunchProto.Builder |
newBuilder() |
static DriverRuntimeProtocol.ResourceLaunchProto.Builder |
newBuilder(DriverRuntimeProtocol.ResourceLaunchProto prototype) |
DriverRuntimeProtocol.ResourceLaunchProto.Builder |
newBuilderForType() |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseDelimitedFrom(InputStream input) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(byte[] data) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(com.google.protobuf.ByteString data) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(InputStream input) |
static DriverRuntimeProtocol.ResourceLaunchProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DriverRuntimeProtocol.ResourceLaunchProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionfindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<DriverRuntimeProtocol.ResourceLaunchProto> PARSER
public static final int IDENTIFIER_FIELD_NUMBER
public static final int REMOTE_ID_FIELD_NUMBER
public static final int EVALUATOR_CONF_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
public static DriverRuntimeProtocol.ResourceLaunchProto getDefaultInstance()
public DriverRuntimeProtocol.ResourceLaunchProto 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<DriverRuntimeProtocol.ResourceLaunchProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasIdentifier()
required string identifier = 1;hasIdentifier in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic String getIdentifier()
required string identifier = 1;getIdentifier in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic com.google.protobuf.ByteString getIdentifierBytes()
required string identifier = 1;getIdentifierBytes in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic boolean hasRemoteId()
required string remote_id = 2;hasRemoteId in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic String getRemoteId()
required string remote_id = 2;getRemoteId in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic com.google.protobuf.ByteString getRemoteIdBytes()
required string remote_id = 2;getRemoteIdBytes in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic boolean hasEvaluatorConf()
required string evaluator_conf = 3;hasEvaluatorConf in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic String getEvaluatorConf()
required string evaluator_conf = 3;getEvaluatorConf in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic com.google.protobuf.ByteString getEvaluatorConfBytes()
required string evaluator_conf = 3;getEvaluatorConfBytes in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic boolean hasType()
required .ProcessType type = 4;hasType in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic ReefServiceProtos.ProcessType getType()
required .ProcessType type = 4;getType in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic List<ReefServiceProtos.FileResourceProto> getFileList()
repeated .FileResourceProto file = 10;getFileList in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> getFileOrBuilderList()
repeated .FileResourceProto file = 10;getFileOrBuilderList in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic int getFileCount()
repeated .FileResourceProto file = 10;getFileCount in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic ReefServiceProtos.FileResourceProto getFile(int index)
repeated .FileResourceProto file = 10;getFile in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic ReefServiceProtos.FileResourceProtoOrBuilder getFileOrBuilder(int index)
repeated .FileResourceProto file = 10;getFileOrBuilder in interface DriverRuntimeProtocol.ResourceLaunchProtoOrBuilderpublic 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 boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DriverRuntimeProtocol.ResourceLaunchProto.Builder newBuilder()
public DriverRuntimeProtocol.ResourceLaunchProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DriverRuntimeProtocol.ResourceLaunchProto.Builder newBuilder(DriverRuntimeProtocol.ResourceLaunchProto prototype)
public DriverRuntimeProtocol.ResourceLaunchProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2015 The Apache Software Foundation. All rights reserved.