Class: Google::Cloud::GeminiDataAnalytics::V1::OAuthCredentials::SecretBased

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/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

Returns Required. An OAuth client ID.

Returns:

  • (::String)

    Required. An OAuth client ID.



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

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

#client_secret::String

Returns Required. An OAuth client secret.

Returns:

  • (::String)

    Required. An OAuth client secret.



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

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