public static final class DAGProtos.PlanVertexGroupInfo extends com.google.protobuf.GeneratedMessage implements DAGProtos.PlanVertexGroupInfoOrBuilder
PlanVertexGroupInfo| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGProtos.PlanVertexGroupInfo.Builder
Protobuf type  
PlanVertexGroupInfo | 
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 | 
EDGE_MERGED_INPUTS_FIELD_NUMBER  | 
static int | 
GROUP_MEMBERS_FIELD_NUMBER  | 
static int | 
GROUP_NAME_FIELD_NUMBER  | 
static int | 
OUTPUTS_FIELD_NUMBER  | 
static com.google.protobuf.Parser<DAGProtos.PlanVertexGroupInfo> | 
PARSER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static DAGProtos.PlanVertexGroupInfo | 
getDefaultInstance()  | 
DAGProtos.PlanVertexGroupInfo | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
DAGProtos.PlanGroupInputEdgeInfo | 
getEdgeMergedInputs(int index)
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4; | 
int | 
getEdgeMergedInputsCount()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4; | 
List<DAGProtos.PlanGroupInputEdgeInfo> | 
getEdgeMergedInputsList()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4; | 
DAGProtos.PlanGroupInputEdgeInfoOrBuilder | 
getEdgeMergedInputsOrBuilder(int index)
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4; | 
List<? extends DAGProtos.PlanGroupInputEdgeInfoOrBuilder> | 
getEdgeMergedInputsOrBuilderList()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4; | 
String | 
getGroupMembers(int index)
repeated string group_members = 2; | 
com.google.protobuf.ByteString | 
getGroupMembersBytes(int index)
repeated string group_members = 2; | 
int | 
getGroupMembersCount()
repeated string group_members = 2; | 
List<String> | 
getGroupMembersList()
repeated string group_members = 2; | 
String | 
getGroupName()
optional string group_name = 1; | 
com.google.protobuf.ByteString | 
getGroupNameBytes()
optional string group_name = 1; | 
String | 
getOutputs(int index)
repeated string outputs = 3; | 
com.google.protobuf.ByteString | 
getOutputsBytes(int index)
repeated string outputs = 3; | 
int | 
getOutputsCount()
repeated string outputs = 3; | 
List<String> | 
getOutputsList()
repeated string outputs = 3; | 
com.google.protobuf.Parser<DAGProtos.PlanVertexGroupInfo> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasGroupName()
optional string group_name = 1; | 
int | 
hashCode()  | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static DAGProtos.PlanVertexGroupInfo.Builder | 
newBuilder()  | 
static DAGProtos.PlanVertexGroupInfo.Builder | 
newBuilder(DAGProtos.PlanVertexGroupInfo prototype)  | 
DAGProtos.PlanVertexGroupInfo.Builder | 
newBuilderForType()  | 
protected DAGProtos.PlanVertexGroupInfo.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseDelimitedFrom(InputStream input)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(byte[] data)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(com.google.protobuf.ByteString data)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(InputStream input)  | 
static DAGProtos.PlanVertexGroupInfo | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.PlanVertexGroupInfo.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
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<DAGProtos.PlanVertexGroupInfo> PARSER
public static final int GROUP_NAME_FIELD_NUMBER
public static final int GROUP_MEMBERS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER
public static final int EDGE_MERGED_INPUTS_FIELD_NUMBER
public static DAGProtos.PlanVertexGroupInfo getDefaultInstance()
public DAGProtos.PlanVertexGroupInfo 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<DAGProtos.PlanVertexGroupInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasGroupName()
optional string group_name = 1;hasGroupName in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic String getGroupName()
optional string group_name = 1;getGroupName in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic com.google.protobuf.ByteString getGroupNameBytes()
optional string group_name = 1;getGroupNameBytes in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic List<String> getGroupMembersList()
repeated string group_members = 2;getGroupMembersList in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic int getGroupMembersCount()
repeated string group_members = 2;getGroupMembersCount in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic String getGroupMembers(int index)
repeated string group_members = 2;getGroupMembers in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic com.google.protobuf.ByteString getGroupMembersBytes(int index)
repeated string group_members = 2;getGroupMembersBytes in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic List<String> getOutputsList()
repeated string outputs = 3;getOutputsList in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic int getOutputsCount()
repeated string outputs = 3;getOutputsCount in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic String getOutputs(int index)
repeated string outputs = 3;getOutputs in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic com.google.protobuf.ByteString getOutputsBytes(int index)
repeated string outputs = 3;getOutputsBytes in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic List<DAGProtos.PlanGroupInputEdgeInfo> getEdgeMergedInputsList()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;getEdgeMergedInputsList in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic List<? extends DAGProtos.PlanGroupInputEdgeInfoOrBuilder> getEdgeMergedInputsOrBuilderList()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;getEdgeMergedInputsOrBuilderList in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic int getEdgeMergedInputsCount()
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;getEdgeMergedInputsCount in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic DAGProtos.PlanGroupInputEdgeInfo getEdgeMergedInputs(int index)
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;getEdgeMergedInputs in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic DAGProtos.PlanGroupInputEdgeInfoOrBuilder getEdgeMergedInputsOrBuilder(int index)
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;getEdgeMergedInputsOrBuilder in interface DAGProtos.PlanVertexGroupInfoOrBuilderpublic 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 DAGProtos.PlanVertexGroupInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.PlanVertexGroupInfo.Builder newBuilder()
public DAGProtos.PlanVertexGroupInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.PlanVertexGroupInfo.Builder newBuilder(DAGProtos.PlanVertexGroupInfo prototype)
public DAGProtos.PlanVertexGroupInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.PlanVertexGroupInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.