Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceObjectIdentifier
- 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: MysqlObjectIdentifier, OracleObjectIdentifier, PostgresqlObjectIdentifier, SqlServerObjectIdentifier
Instance Attribute Summary collapse
-
#mysql_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier
Mysql data source object identifier.
-
#oracle_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier
Oracle data source object identifier.
-
#postgresql_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::PostgresqlObjectIdentifier
PostgreSQL data source object identifier.
-
#sql_server_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::SqlServerObjectIdentifier
SQLServer data source object identifier.
Instance Attribute Details
#mysql_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier
Returns Mysql data source object identifier.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1236 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 end |
#oracle_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier
Returns Oracle data source object identifier.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1236 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 end |
#postgresql_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::PostgresqlObjectIdentifier
Returns PostgreSQL data source object identifier.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1236 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 end |
#sql_server_identifier ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier::SqlServerObjectIdentifier
Returns SQLServer data source object identifier.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1236 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 end |