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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApiEndpointHandler.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ApiEndpointHandler build()
buildPartial()
public ApiEndpointHandler buildPartial()
clear()
public ApiEndpointHandler.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ApiEndpointHandler.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ApiEndpointHandler.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearScriptPath()
public ApiEndpointHandler.Builder clearScriptPath()
Path to the script from the application root directory.
string script_path = 1;
clone()
public ApiEndpointHandler.Builder clone()
Overrides
getDefaultInstanceForType()
public ApiEndpointHandler getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ApiEndpointHandler other)
public ApiEndpointHandler.Builder mergeFrom(ApiEndpointHandler other)
public ApiEndpointHandler.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ApiEndpointHandler.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApiEndpointHandler.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ApiEndpointHandler.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApiEndpointHandler.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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.
|
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.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ApiEndpointHandler.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides