类 GraphAlgebra.GroupBy.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
- com.alibaba.graphscope.gaia.proto.GraphAlgebra.GroupBy.Builder
-
- 所有已实现的接口:
GraphAlgebra.GroupByOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- 封闭类:
- GraphAlgebra.GroupBy
public static final class GraphAlgebra.GroupBy.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder> implements GraphAlgebra.GroupByOrBuilder
Protobuf typealgebra.GroupBy
-
-
方法概要
-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
clear
public GraphAlgebra.GroupBy.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
getDefaultInstanceForType
public GraphAlgebra.GroupBy getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public GraphAlgebra.GroupBy build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public GraphAlgebra.GroupBy buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
mergeFrom
public GraphAlgebra.GroupBy.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebra.GroupBy.Builder>
-
mergeFrom
public GraphAlgebra.GroupBy.Builder mergeFrom(GraphAlgebra.GroupBy other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
mergeFrom
public GraphAlgebra.GroupBy.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebra.GroupBy.Builder>- 抛出:
IOException
-
getMappingsList
public List<GraphAlgebra.GroupBy.KeyAlias> getMappingsList()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;- 指定者:
getMappingsList在接口中GraphAlgebra.GroupByOrBuilder
-
getMappingsCount
public int getMappingsCount()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappings
public GraphAlgebra.GroupBy.KeyAlias getMappings(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;- 指定者:
getMappings在接口中GraphAlgebra.GroupByOrBuilder
-
setMappings
public GraphAlgebra.GroupBy.Builder setMappings(int index, GraphAlgebra.GroupBy.KeyAlias value)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
setMappings
public GraphAlgebra.GroupBy.Builder setMappings(int index, GraphAlgebra.GroupBy.KeyAlias.Builder builderForValue)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappings
public GraphAlgebra.GroupBy.Builder addMappings(GraphAlgebra.GroupBy.KeyAlias value)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappings
public GraphAlgebra.GroupBy.Builder addMappings(int index, GraphAlgebra.GroupBy.KeyAlias value)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappings
public GraphAlgebra.GroupBy.Builder addMappings(GraphAlgebra.GroupBy.KeyAlias.Builder builderForValue)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappings
public GraphAlgebra.GroupBy.Builder addMappings(int index, GraphAlgebra.GroupBy.KeyAlias.Builder builderForValue)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addAllMappings
public GraphAlgebra.GroupBy.Builder addAllMappings(Iterable<? extends GraphAlgebra.GroupBy.KeyAlias> values)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
clearMappings
public GraphAlgebra.GroupBy.Builder clearMappings()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
removeMappings
public GraphAlgebra.GroupBy.Builder removeMappings(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappingsBuilder
public GraphAlgebra.GroupBy.KeyAlias.Builder getMappingsBuilder(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappingsOrBuilder
public GraphAlgebra.GroupBy.KeyAliasOrBuilder getMappingsOrBuilder(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappingsOrBuilderList
public List<? extends GraphAlgebra.GroupBy.KeyAliasOrBuilder> getMappingsOrBuilderList()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappingsBuilder
public GraphAlgebra.GroupBy.KeyAlias.Builder addMappingsBuilder()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
addMappingsBuilder
public GraphAlgebra.GroupBy.KeyAlias.Builder addMappingsBuilder(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappingsBuilderList
public List<GraphAlgebra.GroupBy.KeyAlias.Builder> getMappingsBuilderList()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getFunctionsList
public List<GraphAlgebra.GroupBy.AggFunc> getFunctionsList()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsCount
public int getFunctionsCount()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctions
public GraphAlgebra.GroupBy.AggFunc getFunctions(int index)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;- 指定者:
getFunctions在接口中GraphAlgebra.GroupByOrBuilder
-
setFunctions
public GraphAlgebra.GroupBy.Builder setFunctions(int index, GraphAlgebra.GroupBy.AggFunc value)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
setFunctions
public GraphAlgebra.GroupBy.Builder setFunctions(int index, GraphAlgebra.GroupBy.AggFunc.Builder builderForValue)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctions
public GraphAlgebra.GroupBy.Builder addFunctions(GraphAlgebra.GroupBy.AggFunc value)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctions
public GraphAlgebra.GroupBy.Builder addFunctions(int index, GraphAlgebra.GroupBy.AggFunc value)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctions
public GraphAlgebra.GroupBy.Builder addFunctions(GraphAlgebra.GroupBy.AggFunc.Builder builderForValue)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctions
public GraphAlgebra.GroupBy.Builder addFunctions(int index, GraphAlgebra.GroupBy.AggFunc.Builder builderForValue)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addAllFunctions
public GraphAlgebra.GroupBy.Builder addAllFunctions(Iterable<? extends GraphAlgebra.GroupBy.AggFunc> values)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
clearFunctions
public GraphAlgebra.GroupBy.Builder clearFunctions()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
removeFunctions
public GraphAlgebra.GroupBy.Builder removeFunctions(int index)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsBuilder
public GraphAlgebra.GroupBy.AggFunc.Builder getFunctionsBuilder(int index)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsOrBuilder
public GraphAlgebra.GroupBy.AggFuncOrBuilder getFunctionsOrBuilder(int index)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsOrBuilderList
public List<? extends GraphAlgebra.GroupBy.AggFuncOrBuilder> getFunctionsOrBuilderList()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctionsBuilder
public GraphAlgebra.GroupBy.AggFunc.Builder addFunctionsBuilder()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
addFunctionsBuilder
public GraphAlgebra.GroupBy.AggFunc.Builder addFunctionsBuilder(int index)
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsBuilderList
public List<GraphAlgebra.GroupBy.AggFunc.Builder> getFunctionsBuilderList()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getMetaDataList
public List<GraphAlgebra.MetaData> getMetaDataList()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;- 指定者:
getMetaDataList在接口中GraphAlgebra.GroupByOrBuilder
-
getMetaDataCount
public int getMetaDataCount()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
getMetaData
public GraphAlgebra.MetaData getMetaData(int index)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;- 指定者:
getMetaData在接口中GraphAlgebra.GroupByOrBuilder
-
setMetaData
public GraphAlgebra.GroupBy.Builder setMetaData(int index, GraphAlgebra.MetaData value)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
setMetaData
public GraphAlgebra.GroupBy.Builder setMetaData(int index, GraphAlgebra.MetaData.Builder builderForValue)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaData
public GraphAlgebra.GroupBy.Builder addMetaData(GraphAlgebra.MetaData value)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaData
public GraphAlgebra.GroupBy.Builder addMetaData(int index, GraphAlgebra.MetaData value)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaData
public GraphAlgebra.GroupBy.Builder addMetaData(GraphAlgebra.MetaData.Builder builderForValue)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaData
public GraphAlgebra.GroupBy.Builder addMetaData(int index, GraphAlgebra.MetaData.Builder builderForValue)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addAllMetaData
public GraphAlgebra.GroupBy.Builder addAllMetaData(Iterable<? extends GraphAlgebra.MetaData> values)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
clearMetaData
public GraphAlgebra.GroupBy.Builder clearMetaData()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
removeMetaData
public GraphAlgebra.GroupBy.Builder removeMetaData(int index)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
getMetaDataBuilder
public GraphAlgebra.MetaData.Builder getMetaDataBuilder(int index)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
getMetaDataOrBuilder
public GraphAlgebra.MetaDataOrBuilder getMetaDataOrBuilder(int index)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
getMetaDataOrBuilderList
public List<? extends GraphAlgebra.MetaDataOrBuilder> getMetaDataOrBuilderList()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaDataBuilder
public GraphAlgebra.MetaData.Builder addMetaDataBuilder()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
addMetaDataBuilder
public GraphAlgebra.MetaData.Builder addMetaDataBuilder(int index)
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
getMetaDataBuilderList
public List<GraphAlgebra.MetaData.Builder> getMetaDataBuilderList()
The datatype of output results
repeated .algebra.MetaData meta_data = 3;
-
setUnknownFields
public final GraphAlgebra.GroupBy.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
mergeUnknownFields
public final GraphAlgebra.GroupBy.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.GroupBy.Builder>
-
-