public static final class DAGClientAMProtocolRPC.SubmitDAGRequestProto extends com.google.protobuf.GeneratedMessage implements DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
SubmitDAGRequestProto| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
Protobuf type  
SubmitDAGRequestProto | 
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 | 
ADDITIONAL_AM_RESOURCES_FIELD_NUMBER  | 
static int | 
D_A_G_PLAN_FIELD_NUMBER  | 
static com.google.protobuf.Parser<DAGClientAMProtocolRPC.SubmitDAGRequestProto> | 
PARSER  | 
static int | 
SERIALIZEDREQUESTPATH_FIELD_NUMBER  | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<DAGClientAMProtocolRPC.SubmitDAGRequestProto> PARSER
public static final int D_A_G_PLAN_FIELD_NUMBER
public static final int ADDITIONAL_AM_RESOURCES_FIELD_NUMBER
public static final int SERIALIZEDREQUESTPATH_FIELD_NUMBER
public static DAGClientAMProtocolRPC.SubmitDAGRequestProto getDefaultInstance()
public DAGClientAMProtocolRPC.SubmitDAGRequestProto 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<DAGClientAMProtocolRPC.SubmitDAGRequestProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDAGPlan()
optional .DAGPlan d_a_g_plan = 1;hasDAGPlan in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic DAGProtos.DAGPlan getDAGPlan()
optional .DAGPlan d_a_g_plan = 1;getDAGPlan in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic DAGProtos.DAGPlanOrBuilder getDAGPlanOrBuilder()
optional .DAGPlan d_a_g_plan = 1;getDAGPlanOrBuilder in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic boolean hasAdditionalAmResources()
optional .PlanLocalResourcesProto additional_am_resources = 2;hasAdditionalAmResources in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic DAGProtos.PlanLocalResourcesProto getAdditionalAmResources()
optional .PlanLocalResourcesProto additional_am_resources = 2;getAdditionalAmResources in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic DAGProtos.PlanLocalResourcesProtoOrBuilder getAdditionalAmResourcesOrBuilder()
optional .PlanLocalResourcesProto additional_am_resources = 2;getAdditionalAmResourcesOrBuilder in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic boolean hasSerializedRequestPath()
optional string serializedRequestPath = 3;hasSerializedRequestPath in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic String getSerializedRequestPath()
optional string serializedRequestPath = 3;getSerializedRequestPath in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic com.google.protobuf.ByteString getSerializedRequestPathBytes()
optional string serializedRequestPath = 3;getSerializedRequestPathBytes in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilderpublic 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 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 DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder newBuilder()
public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder newBuilder(DAGClientAMProtocolRPC.SubmitDAGRequestProto prototype)
public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.