Package com.ocient.jdbc.proto
Class PlanProtocol.StatsRequestInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
- com.ocient.jdbc.proto.PlanProtocol.StatsRequestInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.StatsRequestInfoOrBuilder,Cloneable
- Enclosing class:
- PlanProtocol.StatsRequestInfo
public static final class PlanProtocol.StatsRequestInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder> implements PlanProtocol.StatsRequestInfoOrBuilder
Info used for stats requests
Protobuf typexg.db.sqlPlans.StatsRequestInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanProtocol.StatsRequestInfo.BuilderaddAllStatsTablesInfo(Iterable<? extends PlanProtocol.StatsTableInfo> values)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.StatsRequestInfo.BuilderaddStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuilderaddStatsTablesInfo(int index, PlanProtocol.StatsTableInfo.Builder builderForValue)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuilderaddStatsTablesInfo(PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuilderaddStatsTablesInfo(PlanProtocol.StatsTableInfo.Builder builderForValue)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfo.BuilderaddStatsTablesInfoBuilder()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfo.BuilderaddStatsTablesInfoBuilder(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfobuild()PlanProtocol.StatsRequestInfobuildPartial()PlanProtocol.StatsRequestInfo.Builderclear()PlanProtocol.StatsRequestInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlanProtocol.StatsRequestInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlanProtocol.StatsRequestInfo.BuilderclearStatsTablesInfo()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.Builderclone()PlanProtocol.StatsRequestInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()PlanProtocol.StatsTableInfogetStatsTablesInfo(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfo.BuildergetStatsTablesInfoBuilder(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;List<PlanProtocol.StatsTableInfo.Builder>getStatsTablesInfoBuilderList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;intgetStatsTablesInfoCount()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;List<PlanProtocol.StatsTableInfo>getStatsTablesInfoList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfoOrBuildergetStatsTablesInfoOrBuilder(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;List<? extends PlanProtocol.StatsTableInfoOrBuilder>getStatsTablesInfoOrBuilderList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlanProtocol.StatsRequestInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlanProtocol.StatsRequestInfo.BuildermergeFrom(com.google.protobuf.Message other)PlanProtocol.StatsRequestInfo.BuildermergeFrom(PlanProtocol.StatsRequestInfo other)PlanProtocol.StatsRequestInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.StatsRequestInfo.BuilderremoveStatsTablesInfo(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.StatsRequestInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PlanProtocol.StatsRequestInfo.BuildersetStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuildersetStatsTablesInfo(int index, PlanProtocol.StatsTableInfo.Builder builderForValue)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
clear
public PlanProtocol.StatsRequestInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
getDefaultInstanceForType
public PlanProtocol.StatsRequestInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PlanProtocol.StatsRequestInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PlanProtocol.StatsRequestInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PlanProtocol.StatsRequestInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
setField
public PlanProtocol.StatsRequestInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
clearField
public PlanProtocol.StatsRequestInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
clearOneof
public PlanProtocol.StatsRequestInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
setRepeatedField
public PlanProtocol.StatsRequestInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
addRepeatedField
public PlanProtocol.StatsRequestInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
mergeFrom
public PlanProtocol.StatsRequestInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
mergeFrom
public PlanProtocol.StatsRequestInfo.Builder mergeFrom(PlanProtocol.StatsRequestInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
mergeFrom
public PlanProtocol.StatsRequestInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.StatsRequestInfo.Builder>- Throws:
IOException
-
getStatsTablesInfoList
public List<PlanProtocol.StatsTableInfo> getStatsTablesInfoList()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;- Specified by:
getStatsTablesInfoListin interfacePlanProtocol.StatsRequestInfoOrBuilder
-
getStatsTablesInfoCount
public int getStatsTablesInfoCount()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;- Specified by:
getStatsTablesInfoCountin interfacePlanProtocol.StatsRequestInfoOrBuilder
-
getStatsTablesInfo
public PlanProtocol.StatsTableInfo getStatsTablesInfo(int index)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;- Specified by:
getStatsTablesInfoin interfacePlanProtocol.StatsRequestInfoOrBuilder
-
setStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder setStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
setStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder setStatsTablesInfo(int index, PlanProtocol.StatsTableInfo.Builder builderForValue)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder addStatsTablesInfo(PlanProtocol.StatsTableInfo value)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder addStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder addStatsTablesInfo(PlanProtocol.StatsTableInfo.Builder builderForValue)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder addStatsTablesInfo(int index, PlanProtocol.StatsTableInfo.Builder builderForValue)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addAllStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder addAllStatsTablesInfo(Iterable<? extends PlanProtocol.StatsTableInfo> values)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
clearStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder clearStatsTablesInfo()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
removeStatsTablesInfo
public PlanProtocol.StatsRequestInfo.Builder removeStatsTablesInfo(int index)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
getStatsTablesInfoBuilder
public PlanProtocol.StatsTableInfo.Builder getStatsTablesInfoBuilder(int index)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
getStatsTablesInfoOrBuilder
public PlanProtocol.StatsTableInfoOrBuilder getStatsTablesInfoOrBuilder(int index)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;- Specified by:
getStatsTablesInfoOrBuilderin interfacePlanProtocol.StatsRequestInfoOrBuilder
-
getStatsTablesInfoOrBuilderList
public List<? extends PlanProtocol.StatsTableInfoOrBuilder> getStatsTablesInfoOrBuilderList()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;- Specified by:
getStatsTablesInfoOrBuilderListin interfacePlanProtocol.StatsRequestInfoOrBuilder
-
addStatsTablesInfoBuilder
public PlanProtocol.StatsTableInfo.Builder addStatsTablesInfoBuilder()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
addStatsTablesInfoBuilder
public PlanProtocol.StatsTableInfo.Builder addStatsTablesInfoBuilder(int index)
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
getStatsTablesInfoBuilderList
public List<PlanProtocol.StatsTableInfo.Builder> getStatsTablesInfoBuilderList()
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-
setUnknownFields
public final PlanProtocol.StatsRequestInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
mergeUnknownFields
public final PlanProtocol.StatsRequestInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.StatsRequestInfo.Builder>
-
-