public final class ApiConfigHandler extends GeneratedMessageV3 implements ApiConfigHandlerOrBuilder
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.Protobuf type
google.appengine.v1.ApiConfigHandler| Modifier and Type | Class and Description |
|---|---|
static class |
ApiConfigHandler.Builder
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/)
configuration for API handlers.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_FAIL_ACTION_FIELD_NUMBER |
static int |
LOGIN_FIELD_NUMBER |
static int |
SCRIPT_FIELD_NUMBER |
static int |
SECURITY_LEVEL_FIELD_NUMBER |
static int |
URL_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int AUTH_FAIL_ACTION_FIELD_NUMBER
public static final int LOGIN_FIELD_NUMBER
public static final int SCRIPT_FIELD_NUMBER
public static final int SECURITY_LEVEL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public int getAuthFailActionValue()
Action to take when users access resources that require authentication. Defaults to `redirect`.
.google.appengine.v1.AuthFailAction auth_fail_action = 1;getAuthFailActionValue in interface ApiConfigHandlerOrBuilderpublic AuthFailAction getAuthFailAction()
Action to take when users access resources that require authentication. Defaults to `redirect`.
.google.appengine.v1.AuthFailAction auth_fail_action = 1;getAuthFailAction in interface ApiConfigHandlerOrBuilderpublic int getLoginValue()
Level of login required to access this resource. Defaults to `optional`.
.google.appengine.v1.LoginRequirement login = 2;getLoginValue in interface ApiConfigHandlerOrBuilderpublic LoginRequirement getLogin()
Level of login required to access this resource. Defaults to `optional`.
.google.appengine.v1.LoginRequirement login = 2;getLogin in interface ApiConfigHandlerOrBuilderpublic java.lang.String getScript()
Path to the script from the application root directory.
string script = 3;getScript in interface ApiConfigHandlerOrBuilderpublic ByteString getScriptBytes()
Path to the script from the application root directory.
string script = 3;getScriptBytes in interface ApiConfigHandlerOrBuilderpublic int getSecurityLevelValue()
Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 4;getSecurityLevelValue in interface ApiConfigHandlerOrBuilderpublic SecurityLevel getSecurityLevel()
Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 4;getSecurityLevel in interface ApiConfigHandlerOrBuilderpublic java.lang.String getUrl()
URL to serve the endpoint at.
string url = 5;getUrl in interface ApiConfigHandlerOrBuilderpublic ByteString getUrlBytes()
URL to serve the endpoint at.
string url = 5;getUrlBytes in interface ApiConfigHandlerOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static ApiConfigHandler parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ApiConfigHandler parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ApiConfigHandler parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ApiConfigHandler parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ApiConfigHandler parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ApiConfigHandler parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ApiConfigHandler parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ApiConfigHandler.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static ApiConfigHandler.Builder newBuilder()
public static ApiConfigHandler.Builder newBuilder(ApiConfigHandler prototype)
public ApiConfigHandler.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected ApiConfigHandler.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static ApiConfigHandler getDefaultInstance()
public static Parser<ApiConfigHandler> parser()
public Parser<ApiConfigHandler> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public ApiConfigHandler getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder