Class: Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReference

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

Overview

Message representing a reference to a single Looker Studio datasource.

Instance Attribute Summary collapse

Instance Attribute Details

#datasource_id::String

Returns Required. The id of the datasource.

Returns:

  • (::String)

    Required. The id of the datasource.



105
106
107
108
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 105

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