Class: Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::SecretBased

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb

Overview

The name of the secret containing the access token. Represents secret-based OAuth credentials.

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String



56
57
58
59
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb', line 56

class SecretBased
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#client_secret::String



56
57
58
59
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb', line 56

class SecretBased
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end