Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::SecretBased (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::SecretBased.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_id

def client_id() -> ::String
Returns
  • (::String) — Required. An OAuth client ID.

#client_id=

def client_id=(value) -> ::String
Parameter
  • value (::String) — Required. An OAuth client ID.
Returns
  • (::String) — Required. An OAuth client ID.

#client_secret

def client_secret() -> ::String
Returns
  • (::String) — Required. An OAuth client secret.

#client_secret=

def client_secret=(value) -> ::String
Parameter
  • value (::String) — Required. An OAuth client secret.
Returns
  • (::String) — Required. An OAuth client secret.