Class ApiEndpointHandler.Builder (2.43.0)

public static final class ApiEndpointHandler.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ApiEndpointHandler.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ApiEndpointHandler.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public ApiEndpointHandler.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ApiEndpointHandler.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ApiEndpointHandler.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ApiEndpointHandler.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ApiEndpointHandler.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ApiEndpointHandler.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ApiEndpointHandler.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ApiEndpointHandler.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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.

setUnknownFields(UnknownFieldSet unknownFields)

public final ApiEndpointHandler.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ApiEndpointHandler.Builder
Overrides