Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier.
Oracle data source object identifier.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#schema
def schema() -> ::String
Returns
- (::String) — Required. The schema name.
#schema=
def schema=(value) -> ::String
Parameter
- value (::String) — Required. The schema name.
Returns
- (::String) — Required. The schema name.
#table
def table() -> ::String
Returns
- (::String) — Required. The table name.
#table=
def table=(value) -> ::String
Parameter
- value (::String) — Required. The table name.
Returns
- (::String) — Required. The table name.