Class: Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::TokenBased
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::TokenBased
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb
Overview
Read more about Looker access tokens here: https://developers.looker.com/api/advanced-usage/looker-api-oauth
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Required.
Instance Attribute Details
#access_token ⇒ ::String
Returns Required. The name of the secret containing the access token.
66 67 68 69 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb', line 66 class TokenBased include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |