| Package | Description |
|---|---|
| com.google.appengine.tools.development.proto |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Library> |
Library.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Library |
Library.Builder.build() |
Library |
Library.Builder.buildPartial() |
static Library |
Library.getDefaultInstance() |
Library |
Library.getDefaultInstanceForType() |
Library |
Library.Builder.getDefaultInstanceForType() |
Library |
Config.getLibraries(int index)
Libraries enabled for the application.
|
Library |
Config.Builder.getLibraries(int index)
Libraries enabled for the application.
|
Library |
ConfigOrBuilder.getLibraries(int index)
Libraries enabled for 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(ByteBuffer data) |
static Library |
Library.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Library> |
Config.getLibrariesList()
Libraries enabled for the application.
|
List<Library> |
Config.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.addLibraries(int index,
Library value)
Libraries enabled for the application.
|
Config.Builder |
Config.Builder.addLibraries(Library value)
Libraries enabled for the application.
|
Library.Builder |
Library.Builder.mergeFrom(Library other) |
static Library.Builder |
Library.newBuilder(Library prototype) |
Config.Builder |
Config.Builder.setLibraries(int index,
Library value)
Libraries enabled for the application.
|
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.addAllLibraries(Iterable<? extends Library> values)
Libraries enabled for the application.
|
Copyright © 2022. All rights reserved.