Uses of Class
com.google.appengine.tools.development.proto.Library
-
Packages that use Library Package Description com.google.appengine.tools.development.proto -
-
Uses of Library in com.google.appengine.tools.development.proto
Fields in com.google.appengine.tools.development.proto with type parameters of type Library Modifier and Type Field Description static com.google.protobuf.Parser<Library>Library. PARSERDeprecated.Methods in com.google.appengine.tools.development.proto that return Library Modifier and Type Method Description LibraryLibrary.Builder. build()LibraryLibrary.Builder. buildPartial()static LibraryLibrary. getDefaultInstance()LibraryLibrary.Builder. getDefaultInstanceForType()LibraryLibrary. getDefaultInstanceForType()LibraryConfig.Builder. getLibraries(int index)Libraries enabled for the application.LibraryConfig. getLibraries(int index)Libraries enabled for the application.LibraryConfigOrBuilder. getLibraries(int index)Libraries enabled for the application.static LibraryLibrary. parseDelimitedFrom(InputStream input)static LibraryLibrary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LibraryLibrary. parseFrom(byte[] data)static LibraryLibrary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LibraryLibrary. parseFrom(com.google.protobuf.ByteString data)static LibraryLibrary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LibraryLibrary. parseFrom(com.google.protobuf.CodedInputStream input)static LibraryLibrary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LibraryLibrary. parseFrom(InputStream input)static LibraryLibrary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LibraryLibrary. parseFrom(ByteBuffer data)static LibraryLibrary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.tools.development.proto that return types with arguments of type Library Modifier and Type Method Description List<Library>Config.Builder. getLibrariesList()Libraries enabled for the application.List<Library>Config. getLibrariesList()Libraries enabled for the application.List<Library>ConfigOrBuilder. getLibrariesList()Libraries enabled for the application.com.google.protobuf.Parser<Library>Library. getParserForType()static com.google.protobuf.Parser<Library>Library. parser()Methods in com.google.appengine.tools.development.proto with parameters of type Library Modifier and Type Method Description Config.BuilderConfig.Builder. addLibraries(int index, Library value)Libraries enabled for the application.Config.BuilderConfig.Builder. addLibraries(Library value)Libraries enabled for the application.Library.BuilderLibrary.Builder. mergeFrom(Library other)static Library.BuilderLibrary. newBuilder(Library prototype)Config.BuilderConfig.Builder. setLibraries(int index, Library value)Libraries enabled for the application.Method parameters in com.google.appengine.tools.development.proto with type arguments of type Library Modifier and Type Method Description Config.BuilderConfig.Builder. addAllLibraries(Iterable<? extends Library> values)Libraries enabled for the application.
-