Class Tool.EndUserAuthConfig (0.87.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.87.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Tool . EndUserAuthConfig   extends   GeneratedMessageV3   implements   Tool . EndUserAuthConfigOrBuilder  
   End-user authentication configuration used for Connection calls.
 The field values can either be hardcoded authentication values or the names
 of session
 parameters 
 or request
 parameters .
 If parameter names are provided, then those parameters can be used to pass
 the authentication values dynamically, through $session.params.param-id
 or $request.payload.param-id.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   OAUTH2_AUTH_CODE_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   OAUTH2_JWT_BEARER_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   Tool . EndUserAuthConfig   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   Tool . EndUserAuthConfig . Builder   newBuilder ()  
  
  
    
public   static   Tool . EndUserAuthConfig . Builder   newBuilder ( Tool . EndUserAuthConfig   prototype )  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   Tool . EndUserAuthConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<Tool . EndUserAuthConfig >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   Tool . EndUserAuthConfig   getDefaultInstanceForType ()  
  
  
    
public   Tool . EndUserAuthConfig . EndUserAuthConfigCase   getEndUserAuthConfigCase ()  
  
  
    
public   Tool . EndUserAuthConfig . Oauth2AuthCodeConfig   getOauth2AuthCodeConfig ()  
   Oauth 2.0 Authorization Code authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
 
    
public   Tool . EndUserAuthConfig . Oauth2AuthCodeConfigOrBuilder   getOauth2AuthCodeConfigOrBuilder ()  
   Oauth 2.0 Authorization Code authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
 
    
public   Tool . EndUserAuthConfig . Oauth2JwtBearerConfig   getOauth2JwtBearerConfig ()  
   JWT Profile Oauth 2.0 Authorization Grant authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
 
    
public   Tool . EndUserAuthConfig . Oauth2JwtBearerConfigOrBuilder   getOauth2JwtBearerConfigOrBuilder ()  
   JWT Profile Oauth 2.0 Authorization Grant authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
 
    
public   Parser<Tool . EndUserAuthConfig >  getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   boolean   hasOauth2AuthCodeConfig ()  
   Oauth 2.0 Authorization Code authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the oauth2AuthCodeConfig field is set.
 
     
  
  
    
public   boolean   hasOauth2JwtBearerConfig ()  
   JWT Profile Oauth 2.0 Authorization Grant authentication.
 
 .google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the oauth2JwtBearerConfig field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   Tool . EndUserAuthConfig . Builder   newBuilderForType ()  
  
  
    
protected   Tool . EndUserAuthConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   Tool . EndUserAuthConfig . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]