Uses of Class
com.google.appengine.v1.Library
-
Packages that use Library Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of Library in com.google.appengine.v1
Methods in com.google.appengine.v1 that return Library Modifier and Type Method Description LibraryLibrary.Builder. build()LibraryLibrary.Builder. buildPartial()static LibraryLibrary. getDefaultInstance()LibraryLibrary.Builder. getDefaultInstanceForType()LibraryLibrary. getDefaultInstanceForType()LibraryVersion.Builder. getLibraries(int index)Configuration for third-party Python runtime libraries that are required by the application.LibraryVersion. getLibraries(int index)Configuration for third-party Python runtime libraries that are required by the application.LibraryVersionOrBuilder. getLibraries(int index)Configuration for third-party Python runtime libraries that are required by 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.v1 that return types with arguments of type Library Modifier and Type Method Description List<Library>Version.Builder. getLibrariesList()Configuration for third-party Python runtime libraries that are required by the application.List<Library>Version. getLibrariesList()Configuration for third-party Python runtime libraries that are required by the application.List<Library>VersionOrBuilder. getLibrariesList()Configuration for third-party Python runtime libraries that are required by the application.com.google.protobuf.Parser<Library>Library. getParserForType()static com.google.protobuf.Parser<Library>Library. parser()Methods in com.google.appengine.v1 with parameters of type Library Modifier and Type Method Description Version.BuilderVersion.Builder. addLibraries(int index, Library value)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderVersion.Builder. addLibraries(Library value)Configuration for third-party Python runtime libraries that are required by the application.Library.BuilderLibrary.Builder. mergeFrom(Library other)static Library.BuilderLibrary. newBuilder(Library prototype)Version.BuilderVersion.Builder. setLibraries(int index, Library value)Configuration for third-party Python runtime libraries that are required by the application.Method parameters in com.google.appengine.v1 with type arguments of type Library Modifier and Type Method Description Version.BuilderVersion.Builder. addAllLibraries(Iterable<? extends Library> values)Configuration for third-party Python runtime libraries that are required by the application.
-