public static interface Tool.AuthenticationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tool.Authentication.ApiKeyConfig |
getApiKeyConfig()
Config for API key auth.
|
Tool.Authentication.ApiKeyConfigOrBuilder |
getApiKeyConfigOrBuilder()
Config for API key auth.
|
Tool.Authentication.AuthConfigCase |
getAuthConfigCase() |
Tool.Authentication.BearerTokenConfig |
getBearerTokenConfig()
Config for bearer token auth.
|
Tool.Authentication.BearerTokenConfigOrBuilder |
getBearerTokenConfigOrBuilder()
Config for bearer token auth.
|
Tool.Authentication.OAuthConfig |
getOauthConfig()
Config for OAuth.
|
Tool.Authentication.OAuthConfigOrBuilder |
getOauthConfigOrBuilder()
Config for OAuth.
|
Tool.Authentication.ServiceAgentAuthConfig |
getServiceAgentAuthConfig()
Config for [Diglogflow service
agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent)
auth.
|
Tool.Authentication.ServiceAgentAuthConfigOrBuilder |
getServiceAgentAuthConfigOrBuilder()
Config for [Diglogflow service
agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent)
auth.
|
boolean |
hasApiKeyConfig()
Config for API key auth.
|
boolean |
hasBearerTokenConfig()
Config for bearer token auth.
|
boolean |
hasOauthConfig()
Config for OAuth.
|
boolean |
hasServiceAgentAuthConfig()
Config for [Diglogflow service
agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent)
auth.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasApiKeyConfig()
Config for API key auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ApiKeyConfig api_key_config = 1;
Tool.Authentication.ApiKeyConfig getApiKeyConfig()
Config for API key auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ApiKeyConfig api_key_config = 1;
Tool.Authentication.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
Config for API key auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ApiKeyConfig api_key_config = 1;
boolean hasOauthConfig()
Config for OAuth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.OAuthConfig oauth_config = 2;
Tool.Authentication.OAuthConfig getOauthConfig()
Config for OAuth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.OAuthConfig oauth_config = 2;
Tool.Authentication.OAuthConfigOrBuilder getOauthConfigOrBuilder()
Config for OAuth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.OAuthConfig oauth_config = 2;
boolean hasServiceAgentAuthConfig()
Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig service_agent_auth_config = 3;
Tool.Authentication.ServiceAgentAuthConfig getServiceAgentAuthConfig()
Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig service_agent_auth_config = 3;
Tool.Authentication.ServiceAgentAuthConfigOrBuilder getServiceAgentAuthConfigOrBuilder()
Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig service_agent_auth_config = 3;
boolean hasBearerTokenConfig()
Config for bearer token auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.BearerTokenConfig bearer_token_config = 4;
Tool.Authentication.BearerTokenConfig getBearerTokenConfig()
Config for bearer token auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.BearerTokenConfig bearer_token_config = 4;
Tool.Authentication.BearerTokenConfigOrBuilder getBearerTokenConfigOrBuilder()
Config for bearer token auth.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.BearerTokenConfig bearer_token_config = 4;
Tool.Authentication.AuthConfigCase getAuthConfigCase()
Copyright © 2025 Google LLC. All rights reserved.