Uses of Class
lgraph.Lgraph.ProtoDBConfig
-
Packages that use Lgraph.ProtoDBConfig Package Description lgraph -
-
Uses of Lgraph.ProtoDBConfig in lgraph
Fields in lgraph with type parameters of type Lgraph.ProtoDBConfig Modifier and Type Field Description static com.google.protobuf.Parser<Lgraph.ProtoDBConfig>Lgraph.ProtoDBConfig. PARSERDeprecated.Methods in lgraph that return Lgraph.ProtoDBConfig Modifier and Type Method Description Lgraph.ProtoDBConfigLgraph.ProtoDBConfig.Builder. build()Lgraph.ProtoDBConfigLgraph.ProtoDBConfig.Builder. buildPartial()Lgraph.ProtoDBConfigLgraph.AddGraphRequest.Builder. getConfig()required .lgraph.ProtoDBConfig config = 2;Lgraph.ProtoDBConfigLgraph.AddGraphRequest. getConfig()required .lgraph.ProtoDBConfig config = 2;Lgraph.ProtoDBConfigLgraph.AddGraphRequestOrBuilder. getConfig()required .lgraph.ProtoDBConfig config = 2;Lgraph.ProtoDBConfigLgraph.ListGraphsResponse.Builder. getConfigs(int index)repeated .lgraph.ProtoDBConfig configs = 2;Lgraph.ProtoDBConfigLgraph.ListGraphsResponse. getConfigs(int index)repeated .lgraph.ProtoDBConfig configs = 2;Lgraph.ProtoDBConfigLgraph.ListGraphsResponseOrBuilder. getConfigs(int index)repeated .lgraph.ProtoDBConfig configs = 2;static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. getDefaultInstance()Lgraph.ProtoDBConfigLgraph.ProtoDBConfig.Builder. getDefaultInstanceForType()Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. getDefaultInstanceForType()static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseDelimitedFrom(InputStream input)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(byte[] data)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(com.google.protobuf.ByteString data)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(InputStream input)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(ByteBuffer data)static Lgraph.ProtoDBConfigLgraph.ProtoDBConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in lgraph that return types with arguments of type Lgraph.ProtoDBConfig Modifier and Type Method Description List<Lgraph.ProtoDBConfig>Lgraph.ListGraphsResponse.Builder. getConfigsList()repeated .lgraph.ProtoDBConfig configs = 2;List<Lgraph.ProtoDBConfig>Lgraph.ListGraphsResponse. getConfigsList()repeated .lgraph.ProtoDBConfig configs = 2;List<Lgraph.ProtoDBConfig>Lgraph.ListGraphsResponseOrBuilder. getConfigsList()repeated .lgraph.ProtoDBConfig configs = 2;com.google.protobuf.Parser<Lgraph.ProtoDBConfig>Lgraph.ProtoDBConfig. getParserForType()static com.google.protobuf.Parser<Lgraph.ProtoDBConfig>Lgraph.ProtoDBConfig. parser()Methods in lgraph with parameters of type Lgraph.ProtoDBConfig Modifier and Type Method Description Lgraph.ListGraphsResponse.BuilderLgraph.ListGraphsResponse.Builder. addConfigs(int index, Lgraph.ProtoDBConfig value)repeated .lgraph.ProtoDBConfig configs = 2;Lgraph.ListGraphsResponse.BuilderLgraph.ListGraphsResponse.Builder. addConfigs(Lgraph.ProtoDBConfig value)repeated .lgraph.ProtoDBConfig configs = 2;Lgraph.AddGraphRequest.BuilderLgraph.AddGraphRequest.Builder. mergeConfig(Lgraph.ProtoDBConfig value)required .lgraph.ProtoDBConfig config = 2;Lgraph.ProtoDBConfig.BuilderLgraph.ProtoDBConfig.Builder. mergeFrom(Lgraph.ProtoDBConfig other)static Lgraph.ProtoDBConfig.BuilderLgraph.ProtoDBConfig. newBuilder(Lgraph.ProtoDBConfig prototype)Lgraph.AddGraphRequest.BuilderLgraph.AddGraphRequest.Builder. setConfig(Lgraph.ProtoDBConfig value)required .lgraph.ProtoDBConfig config = 2;Lgraph.ListGraphsResponse.BuilderLgraph.ListGraphsResponse.Builder. setConfigs(int index, Lgraph.ProtoDBConfig value)repeated .lgraph.ProtoDBConfig configs = 2;Method parameters in lgraph with type arguments of type Lgraph.ProtoDBConfig Modifier and Type Method Description Lgraph.ListGraphsResponse.BuilderLgraph.ListGraphsResponse.Builder. addAllConfigs(Iterable<? extends Lgraph.ProtoDBConfig> values)repeated .lgraph.ProtoDBConfig configs = 2;
-