Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::SalesforceObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceObjectIdentifier::SalesforceObjectIdentifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Salesforce data source object identifier.
Instance Attribute Summary collapse
-
#object_name ⇒ ::String
Required.
Instance Attribute Details
#object_name ⇒ ::String
Returns Required. The object name.
1880 1881 1882 1883 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1880 class SalesforceObjectIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |