Library.Builder |
Version.Builder.addLibrariesBuilder() |
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
Version.Builder.addLibrariesBuilder(int index) |
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
Library.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Library.Builder |
Library.Builder.clear() |
|
Library.Builder |
Library.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Library.Builder |
Library.Builder.clearName() |
Name of the library.
|
Library.Builder |
Library.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Library.Builder |
Library.Builder.clearVersion() |
Version of the library to select, or "latest".
|
Library.Builder |
Library.Builder.clone() |
|
Library.Builder |
Version.Builder.getLibrariesBuilder(int index) |
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
Library.Builder.mergeFrom(Library other) |
|
Library.Builder |
Library.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Library.Builder |
Library.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Library.Builder |
Library.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Library.Builder |
Library.newBuilder() |
|
static Library.Builder |
Library.newBuilder(Library prototype) |
|
Library.Builder |
Library.newBuilderForType() |
|
protected Library.Builder |
Library.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Library.Builder |
Library.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Library.Builder |
Library.Builder.setName(String value) |
Name of the library.
|
Library.Builder |
Library.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Name of the library.
|
Library.Builder |
Library.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Library.Builder |
Library.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Library.Builder |
Library.Builder.setVersion(String value) |
Version of the library to select, or "latest".
|
Library.Builder |
Library.Builder.setVersionBytes(com.google.protobuf.ByteString value) |
Version of the library to select, or "latest".
|
Library.Builder |
Library.toBuilder() |
|