public static interface Tool.EndUserAuthConfig.Oauth2AuthCodeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOauthToken()
Required.
|
com.google.protobuf.ByteString |
getOauthTokenBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOauthToken()
Required. Oauth token value or parameter name to pass it through.
string oauth_token = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOauthTokenBytes()
Required. Oauth token value or parameter name to pass it through.
string oauth_token = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.