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 Library
Library.Builder. build()
Library
Library.Builder. buildPartial()
static Library
Library. getDefaultInstance()
Library
Library.Builder. getDefaultInstanceForType()
Library
Library. getDefaultInstanceForType()
Library
Version.Builder. getLibraries(int index)
Configuration for third-party Python runtime libraries that are required by the application.Library
Version. getLibraries(int index)
Configuration for third-party Python runtime libraries that are required by the application.Library
VersionOrBuilder. getLibraries(int index)
Configuration for third-party Python runtime libraries that are required by the application.static Library
Library. parseDelimitedFrom(InputStream input)
static Library
Library. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Library
Library. parseFrom(byte[] data)
static Library
Library. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Library
Library. parseFrom(com.google.protobuf.ByteString data)
static Library
Library. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Library
Library. parseFrom(com.google.protobuf.CodedInputStream input)
static Library
Library. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Library
Library. parseFrom(InputStream input)
static Library
Library. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Library
Library. parseFrom(ByteBuffer data)
static Library
Library. 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.Builder
Version.Builder. addLibraries(int index, Library value)
Configuration for third-party Python runtime libraries that are required by the application.Version.Builder
Version.Builder. addLibraries(Library value)
Configuration for third-party Python runtime libraries that are required by the application.Library.Builder
Library.Builder. mergeFrom(Library other)
static Library.Builder
Library. newBuilder(Library prototype)
Version.Builder
Version.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.Builder
Version.Builder. addAllLibraries(Iterable<? extends Library> values)
Configuration for third-party Python runtime libraries that are required by the application.
-