Class Library.Builder (2.83.0)

public static final class Library.Builder extends GeneratedMessage.Builder<Library.Builder> implements LibraryOrBuilder

Third-party Python runtime library that is required by the application.

Protobuf type google.appengine.v1.Library

Implements

LibraryOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Library build()
Returns
Type Description
Library

buildPartial()

public Library buildPartial()
Returns
Type Description
Library

clear()

public Library.Builder clear()
Returns
Type Description
Library.Builder
Overrides

clearName()

public Library.Builder clearName()

Name of the library. Example: "django".

string name = 1;

Returns
Type Description
Library.Builder

This builder for chaining.

clearVersion()

public Library.Builder clearVersion()

Version of the library to select, or "latest".

string version = 2;

Returns
Type Description
Library.Builder

This builder for chaining.

getDefaultInstanceForType()

public Library getDefaultInstanceForType()
Returns
Type Description
Library

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Name of the library. Example: "django".

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the library. Example: "django".

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getVersion()

public String getVersion()

Version of the library to select, or "latest".

string version = 2;

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Version of the library to select, or "latest".

string version = 2;

Returns
Type Description
ByteString

The bytes for version.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Library other)

public Library.Builder mergeFrom(Library other)
Parameter
Name Description
other Library
Returns
Type Description
Library.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Library.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Library.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Library.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Library.Builder
Overrides

setName(String value)

public Library.Builder setName(String value)

Name of the library. Example: "django".

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Library.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Library.Builder setNameBytes(ByteString value)

Name of the library. Example: "django".

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Library.Builder

This builder for chaining.

setVersion(String value)

public Library.Builder setVersion(String value)

Version of the library to select, or "latest".

string version = 2;

Parameter
Name Description
value String

The version to set.

Returns
Type Description
Library.Builder

This builder for chaining.

setVersionBytes(ByteString value)

public Library.Builder setVersionBytes(ByteString value)

Version of the library to select, or "latest".

string version = 2;

Parameter
Name Description
value ByteString

The bytes for version to set.

Returns
Type Description
Library.Builder

This builder for chaining.