Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DataProvider

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

Overview

Contains details of the data provider.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Optional. Name of the data provider.

Returns:

  • (::String)

    Optional. Name of the data provider.



118
119
120
121
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 118

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

#primary_contact::String

Returns Optional. Email or URL of the data provider. Max Length: 1000 bytes.

Returns:

  • (::String)

    Optional. Email or URL of the data provider. Max Length: 1000 bytes.



118
119
120
121
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 118

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