Class ApiConfigHandler.Builder (2.83.0)

public static final class ApiConfigHandler.Builder extends GeneratedMessage.Builder<ApiConfigHandler.Builder> implements ApiConfigHandlerOrBuilder

Google Cloud Endpoints configuration for API handlers.

Protobuf type google.appengine.v1.ApiConfigHandler

Static Methods

getDescriptor()

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

Methods

build()

public ApiConfigHandler build()
Returns
Type Description
ApiConfigHandler

buildPartial()

public ApiConfigHandler buildPartial()
Returns
Type Description
ApiConfigHandler

clear()

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

clearAuthFailAction()

public ApiConfigHandler.Builder clearAuthFailAction()

Action to take when users access resources that require authentication. Defaults to redirect.

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

clearLogin()

public ApiConfigHandler.Builder clearLogin()

Level of login required to access this resource. Defaults to optional.

.google.appengine.v1.LoginRequirement login = 2;

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

clearScript()

public ApiConfigHandler.Builder clearScript()

Path to the script from the application root directory.

string script = 3;

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

clearSecurityLevel()

public ApiConfigHandler.Builder clearSecurityLevel()

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

clearUrl()

public ApiConfigHandler.Builder clearUrl()

URL to serve the endpoint at.

string url = 5;

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

getAuthFailAction()

public AuthFailAction getAuthFailAction()

Action to take when users access resources that require authentication. Defaults to redirect.

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Returns
Type Description
AuthFailAction

The authFailAction.

getAuthFailActionValue()

public int getAuthFailActionValue()

Action to take when users access resources that require authentication. Defaults to redirect.

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Returns
Type Description
int

The enum numeric value on the wire for authFailAction.

getDefaultInstanceForType()

public ApiConfigHandler getDefaultInstanceForType()
Returns
Type Description
ApiConfigHandler

getDescriptorForType()

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

getLogin()

public LoginRequirement getLogin()

Level of login required to access this resource. Defaults to optional.

.google.appengine.v1.LoginRequirement login = 2;

Returns
Type Description
LoginRequirement

The login.

getLoginValue()

public int getLoginValue()

Level of login required to access this resource. Defaults to optional.

.google.appengine.v1.LoginRequirement login = 2;

Returns
Type Description
int

The enum numeric value on the wire for login.

getScript()

public String getScript()

Path to the script from the application root directory.

string script = 3;

Returns
Type Description
String

The script.

getScriptBytes()

public ByteString getScriptBytes()

Path to the script from the application root directory.

string script = 3;

Returns
Type Description
ByteString

The bytes for script.

getSecurityLevel()

public SecurityLevel getSecurityLevel()

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Returns
Type Description
SecurityLevel

The securityLevel.

getSecurityLevelValue()

public int getSecurityLevelValue()

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Returns
Type Description
int

The enum numeric value on the wire for securityLevel.

getUrl()

public String getUrl()

URL to serve the endpoint at.

string url = 5;

Returns
Type Description
String

The url.

getUrlBytes()

public ByteString getUrlBytes()

URL to serve the endpoint at.

string url = 5;

Returns
Type Description
ByteString

The bytes for url.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ApiConfigHandler other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAuthFailAction(AuthFailAction value)

public ApiConfigHandler.Builder setAuthFailAction(AuthFailAction value)

Action to take when users access resources that require authentication. Defaults to redirect.

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Parameter
Name Description
value AuthFailAction

The authFailAction to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setAuthFailActionValue(int value)

public ApiConfigHandler.Builder setAuthFailActionValue(int value)

Action to take when users access resources that require authentication. Defaults to redirect.

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for authFailAction to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setLogin(LoginRequirement value)

public ApiConfigHandler.Builder setLogin(LoginRequirement value)

Level of login required to access this resource. Defaults to optional.

.google.appengine.v1.LoginRequirement login = 2;

Parameter
Name Description
value LoginRequirement

The login to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setLoginValue(int value)

public ApiConfigHandler.Builder setLoginValue(int value)

Level of login required to access this resource. Defaults to optional.

.google.appengine.v1.LoginRequirement login = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for login to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setScript(String value)

public ApiConfigHandler.Builder setScript(String value)

Path to the script from the application root directory.

string script = 3;

Parameter
Name Description
value String

The script to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setScriptBytes(ByteString value)

public ApiConfigHandler.Builder setScriptBytes(ByteString value)

Path to the script from the application root directory.

string script = 3;

Parameter
Name Description
value ByteString

The bytes for script to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setSecurityLevel(SecurityLevel value)

public ApiConfigHandler.Builder setSecurityLevel(SecurityLevel value)

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Parameter
Name Description
value SecurityLevel

The securityLevel to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setSecurityLevelValue(int value)

public ApiConfigHandler.Builder setSecurityLevelValue(int value)

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Parameter
Name Description
value int

The enum numeric value on the wire for securityLevel to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setUrl(String value)

public ApiConfigHandler.Builder setUrl(String value)

URL to serve the endpoint at.

string url = 5;

Parameter
Name Description
value String

The url to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.

setUrlBytes(ByteString value)

public ApiConfigHandler.Builder setUrlBytes(ByteString value)

URL to serve the endpoint at.

string url = 5;

Parameter
Name Description
value ByteString

The bytes for url to set.

Returns
Type Description
ApiConfigHandler.Builder

This builder for chaining.