PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addAllColumns(Iterable<? extends PlanProtocol.StatsColInfo> values) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addColumns(int index,
PlanProtocol.StatsColInfo value) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addColumns(int index,
PlanProtocol.StatsColInfo.Builder builderForValue) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addColumns(PlanProtocol.StatsColInfo value) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addColumns(PlanProtocol.StatsColInfo.Builder builderForValue) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsRequestInfo.Builder.addStatsTablesInfoBuilder() |
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsRequestInfo.Builder.addStatsTablesInfoBuilder(int index) |
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clear() |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clearColumns() |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clearStorageSpaceUuid() |
string storage_space_uuid = 2;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clearTableUuid() |
string table_uuid = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.clone() |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsRequestInfo.Builder.getStatsTablesInfoBuilder(int index) |
repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.mergeFrom(PlanProtocol.StatsTableInfo other) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.newBuilder() |
|
static PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.newBuilder(PlanProtocol.StatsTableInfo prototype) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.newBuilderForType() |
|
protected PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.removeColumns(int index) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setColumns(int index,
PlanProtocol.StatsColInfo value) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setColumns(int index,
PlanProtocol.StatsColInfo.Builder builderForValue) |
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setStorageSpaceUuid(String value) |
string storage_space_uuid = 2;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setStorageSpaceUuidBytes(com.google.protobuf.ByteString value) |
string storage_space_uuid = 2;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setTableUuid(String value) |
string table_uuid = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setTableUuidBytes(com.google.protobuf.ByteString value) |
string table_uuid = 1;
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PlanProtocol.StatsTableInfo.Builder |
PlanProtocol.StatsTableInfo.toBuilder() |
|