Class: Google::Cloud::DataCatalog::V1::DataSource

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

Overview

Describes the physical location of an entry.

Defined Under Namespace

Modules: Service

Instance Attribute Summary collapse

Instance Attribute Details

#resource::String

Returns Full name of the resource as defined by the service, e.g. //bigquery.googleapis.com/projects/{project_id}/locations/{location}/datasets/{dataset_id}/tables/{table_id}.

Returns:

  • (::String)

    Full name of the resource as defined by the service, e.g. //bigquery.googleapis.com/projects/{project_id}/locations/{location}/datasets/{dataset_id}/tables/{table_id}



32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'proto_docs/google/cloud/datacatalog/v1/data_source.rb', line 32

class DataSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Service name where the data is stored.
  module Service
    # Default unknown service.
    SERVICE_UNSPECIFIED = 0

    # Google Cloud Storage service.
    CLOUD_STORAGE = 1

    # BigQuery service.
    BIGQUERY = 2
  end
end

#service::Google::Cloud::DataCatalog::V1::DataSource::Service

Returns Service in which the data is physically stored.

Returns:



32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'proto_docs/google/cloud/datacatalog/v1/data_source.rb', line 32

class DataSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Service name where the data is stored.
  module Service
    # Default unknown service.
    SERVICE_UNSPECIFIED = 0

    # Google Cloud Storage service.
    CLOUD_STORAGE = 1

    # BigQuery service.
    BIGQUERY = 2
  end
end