Class: Google::Cloud::GeminiDataAnalytics::V1::BigQueryPropertyGraphReference

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

Overview

Message representing a reference to a single BigQuery property graph.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns Required. The dataset that the property graph belongs to.

Returns:

  • (::String)

    Required. The dataset that the property graph belongs to.



142
143
144
145
# File 'proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb', line 142

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

#project_id::String

Returns Required. The project that the property graph belongs to.

Returns:

  • (::String)

    Required. The project that the property graph belongs to.



142
143
144
145
# File 'proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb', line 142

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

#property_graph_id::String

Returns Required. The property graph id.

Returns:

  • (::String)

    Required. The property graph id.



142
143
144
145
# File 'proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb', line 142

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