Uses of Class
org.yamcs.protobuf.DatabaseInfo.Builder
Packages that use DatabaseInfo.Builder
-
Uses of DatabaseInfo.Builder in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return DatabaseInfo.BuilderModifier and TypeMethodDescriptionDatabaseInfo.Builder.addAllStreams(Iterable<String> values) Names of the streams in this databaseDatabaseInfo.Builder.addAllTables(Iterable<String> values) Names of the tables in this databaseListDatabasesResponse.Builder.addDatabasesBuilder()repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;ListDatabasesResponse.Builder.addDatabasesBuilder(int index) repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;DatabaseInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DatabaseInfo.Builder.addStreams(String value) Names of the streams in this databaseDatabaseInfo.Builder.addStreamsBytes(com.google.protobuf.ByteString value) Names of the streams in this databaseNames of the tables in this databaseDatabaseInfo.Builder.addTablesBytes(com.google.protobuf.ByteString value) Names of the tables in this databaseDatabaseInfo.Builder.clear()DatabaseInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DatabaseInfo.Builder.clearName()Database nameDatabaseInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DatabaseInfo.Builder.clearPath()Path on serverDatabaseInfo.Builder.clearStreams()Names of the streams in this databaseDatabaseInfo.Builder.clearTables()Names of the tables in this databaseDatabaseInfo.Builder.clearTablespace()optional string tablespace = 3;DatabaseInfo.Builder.clone()ListDatabasesResponse.Builder.getDatabasesBuilder(int index) repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;DatabaseInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DatabaseInfo.Builder.mergeFrom(com.google.protobuf.Message other) DatabaseInfo.Builder.mergeFrom(DatabaseInfo other) final DatabaseInfo.BuilderDatabaseInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DatabaseInfo.BuilderDatabaseInfo.newBuilder()static DatabaseInfo.BuilderDatabaseInfo.newBuilder(DatabaseInfo prototype) DatabaseInfo.newBuilderForType()protected DatabaseInfo.BuilderDatabaseInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Database nameDatabaseInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) Database namePath on serverDatabaseInfo.Builder.setPathBytes(com.google.protobuf.ByteString value) Path on serverDatabaseInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DatabaseInfo.Builder.setStreams(int index, String value) Names of the streams in this databaseNames of the tables in this databaseDatabaseInfo.Builder.setTablespace(String value) optional string tablespace = 3;DatabaseInfo.Builder.setTablespaceBytes(com.google.protobuf.ByteString value) optional string tablespace = 3;final DatabaseInfo.BuilderDatabaseInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DatabaseInfo.toBuilder()Methods in org.yamcs.protobuf that return types with arguments of type DatabaseInfo.BuilderModifier and TypeMethodDescriptionListDatabasesResponse.Builder.getDatabasesBuilderList()repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;Methods in org.yamcs.protobuf with parameters of type DatabaseInfo.BuilderModifier and TypeMethodDescriptionListDatabasesResponse.Builder.addDatabases(int index, DatabaseInfo.Builder builderForValue) repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;ListDatabasesResponse.Builder.addDatabases(DatabaseInfo.Builder builderForValue) repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;ListDatabasesResponse.Builder.setDatabases(int index, DatabaseInfo.Builder builderForValue) repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;