public static interface Tool.EndUserAuthConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tool.EndUserAuthConfig.EndUserAuthConfigCase |
getEndUserAuthConfigCase() |
Tool.EndUserAuthConfig.Oauth2AuthCodeConfig |
getOauth2AuthCodeConfig()
Oauth 2.0 Authorization Code authentication.
|
Tool.EndUserAuthConfig.Oauth2AuthCodeConfigOrBuilder |
getOauth2AuthCodeConfigOrBuilder()
Oauth 2.0 Authorization Code authentication.
|
Tool.EndUserAuthConfig.Oauth2JwtBearerConfig |
getOauth2JwtBearerConfig()
JWT Profile Oauth 2.0 Authorization Grant authentication.
|
Tool.EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder |
getOauth2JwtBearerConfigOrBuilder()
JWT Profile Oauth 2.0 Authorization Grant authentication.
|
boolean |
hasOauth2AuthCodeConfig()
Oauth 2.0 Authorization Code authentication.
|
boolean |
hasOauth2JwtBearerConfig()
JWT Profile Oauth 2.0 Authorization Grant authentication.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOauth2AuthCodeConfig()
Oauth 2.0 Authorization Code authentication.
.google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
Tool.EndUserAuthConfig.Oauth2AuthCodeConfig getOauth2AuthCodeConfig()
Oauth 2.0 Authorization Code authentication.
.google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
Tool.EndUserAuthConfig.Oauth2AuthCodeConfigOrBuilder getOauth2AuthCodeConfigOrBuilder()
Oauth 2.0 Authorization Code authentication.
.google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
boolean hasOauth2JwtBearerConfig()
JWT Profile Oauth 2.0 Authorization Grant authentication.
.google.cloud.dialogflow.cx.v3beta1.Tool.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
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;
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;
Tool.EndUserAuthConfig.EndUserAuthConfigCase getEndUserAuthConfigCase()
Copyright © 2025 Google LLC. All rights reserved.