Class: Google::Cloud::GeminiDataAnalytics::V1beta::Credentials
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::Credentials
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb
Overview
Represents different forms of credential specification.
Instance Attribute Summary collapse
-
#oauth ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials
OAuth credentials.
Instance Attribute Details
#oauth ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials
Returns OAuth credentials.
28 29 30 31 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb', line 28 class Credentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |