Class ApiEndpointHandler.Builder (2.83.0)

public static final class ApiEndpointHandler.Builder extends GeneratedMessage.Builder<ApiEndpointHandler.Builder> implements ApiEndpointHandlerOrBuilder

Uses Google Cloud Endpoints to handle requests.

Protobuf type google.appengine.v1.ApiEndpointHandler

Static Methods

getDescriptor()

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

Methods

build()

public ApiEndpointHandler build()
Returns
Type Description
ApiEndpointHandler

buildPartial()

public ApiEndpointHandler buildPartial()
Returns
Type Description
ApiEndpointHandler

clear()

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

clearScriptPath()

public ApiEndpointHandler.Builder clearScriptPath()

Path to the script from the application root directory.

string script_path = 1;

Returns
Type Description
ApiEndpointHandler.Builder

This builder for chaining.

getDefaultInstanceForType()

public ApiEndpointHandler getDefaultInstanceForType()
Returns
Type Description
ApiEndpointHandler

getDescriptorForType()

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

getScriptPath()

public String getScriptPath()

Path to the script from the application root directory.

string script_path = 1;

Returns
Type Description
String

The scriptPath.

getScriptPathBytes()

public ByteString getScriptPathBytes()

Path to the script from the application root directory.

string script_path = 1;

Returns
Type Description
ByteString

The bytes for scriptPath.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ApiEndpointHandler other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScriptPath(String value)

public ApiEndpointHandler.Builder setScriptPath(String value)

Path to the script from the application root directory.

string script_path = 1;

Parameter
Name Description
value String

The scriptPath to set.

Returns
Type Description
ApiEndpointHandler.Builder

This builder for chaining.

setScriptPathBytes(ByteString value)

public ApiEndpointHandler.Builder setScriptPathBytes(ByteString value)

Path to the script from the application root directory.

string script_path = 1;

Parameter
Name Description
value ByteString

The bytes for scriptPath to set.

Returns
Type Description
ApiEndpointHandler.Builder

This builder for chaining.