Class: Google::Cloud::Bigquery::DataExchange::V1beta1::Publisher
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::Publisher
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Contains details of the listing publisher.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Optional.
-
#primary_contact ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Optional. Name of the listing publisher.
89 90 91 92 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 89 class Publisher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_contact ⇒ ::String
Returns Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
89 90 91 92 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 89 class Publisher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |