Send feedback
  
   
 
  
    
      Class ApiConfigHandler (2.9.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 2.9.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ApiConfigHandler   extends   GeneratedMessageV3   implements   ApiConfigHandlerOrBuilder  
   
  
  
  
  
  Static Fields
   
  AUTH_FAIL_ACTION_FIELD_NUMBER 
  
    
public   static   final   int   AUTH_FAIL_ACTION_FIELD_NUMBER  
   
  Field Value 
  
  LOGIN_FIELD_NUMBER 
  
    
public   static   final   int   LOGIN_FIELD_NUMBER  
   
  Field Value 
  
  SCRIPT_FIELD_NUMBER 
  
    
public   static   final   int   SCRIPT_FIELD_NUMBER  
   
  Field Value 
  
  SECURITY_LEVEL_FIELD_NUMBER 
  
    
public   static   final   int   SECURITY_LEVEL_FIELD_NUMBER  
   
  Field Value 
  
  URL_FIELD_NUMBER 
  
    
public   static   final   int   URL_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   ApiConfigHandler   getDefaultInstance ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  newBuilder() 
  
    
public   static   ApiConfigHandler . Builder   newBuilder ()  
   
  Returns 
  
   
  newBuilder(ApiConfigHandler prototype) 
  
    
public   static   ApiConfigHandler . Builder   newBuilder ( ApiConfigHandler   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   ApiConfigHandler   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   ApiConfigHandler   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data) 
  
    
public   static   ApiConfigHandler   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ApiConfigHandler   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data) 
  
    
public   static   ApiConfigHandler   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ApiConfigHandler   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   ApiConfigHandler   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   ApiConfigHandler   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   ApiConfigHandler   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   ApiConfigHandler   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   ApiConfigHandler   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ApiConfigHandler   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parser() 
  
    
public   static   Parser<ApiConfigHandler>   parser ()  
   
  Returns 
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  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 
  
   
  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 
  
   
  getLogin() 
  
    
public   LoginRequirement   getLogin ()  
   
   Level of login required to access this resource. Defaults to
 optional.
 .google.appengine.v1.LoginRequirement login = 2;
 
  Returns 
  
   
  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.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<ApiConfigHandler>   getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  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 
  
   
  getSecurityLevel() 
  
    
public   SecurityLevel   getSecurityLevel ()  
   
   Security (HTTPS) enforcement for this URL.
 .google.appengine.v1.SecurityLevel security_level = 4;
 
  Returns 
  
   
  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.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  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 
  
   
  hashCode() 
  
  Returns 
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   ApiConfigHandler . Builder   newBuilderForType ()  
   
  Returns 
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ApiConfigHandler . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  toBuilder() 
  
    
public   ApiConfigHandler . Builder   toBuilder ()  
   
  Returns 
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]