Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier

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

Overview

Represents an identifier of an object in the data source.

Defined Under Namespace

Classes: MongodbObjectIdentifier, MysqlObjectIdentifier, OracleObjectIdentifier, PostgresqlObjectIdentifier, SalesforceObjectIdentifier, SqlServerObjectIdentifier

Instance Attribute Summary collapse

Instance Attribute Details

#mongodb_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::MongodbObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#mysql_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#oracle_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#postgresql_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::PostgresqlObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#salesforce_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::SalesforceObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#sql_server_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier::SqlServerObjectIdentifier



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1824

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

  # Oracle data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class OracleObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # PostgreSQL data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class PostgresqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mysql data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class MysqlObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # SQLServer data source object identifier.
  # @!attribute [rw] schema
  #   @return [::String]
  #     Required. The schema name.
  # @!attribute [rw] table
  #   @return [::String]
  #     Required. The table name.
  class SqlServerObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Salesforce data source object identifier.
  # @!attribute [rw] object_name
  #   @return [::String]
  #     Required. The object name.
  class SalesforceObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # MongoDB data source object identifier.
  # @!attribute [rw] database
  #   @return [::String]
  #     Required. The database name.
  # @!attribute [rw] collection
  #   @return [::String]
  #     Required. The collection name.
  class MongodbObjectIdentifier
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end