Class: Google::Cloud::Datastream::V1::SalesforceObject

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

Salesforce object.

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array<::Google::Cloud::Datastream::V1::SalesforceField>

Returns Salesforce fields. When unspecified as part of include objects, includes everything, when unspecified as part of exclude objects, excludes nothing.

Returns:



1129
1130
1131
1132
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1129

class SalesforceObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#object_name::String

Returns Object name.

Returns:

  • (::String)

    Object name.



1129
1130
1131
1132
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1129

class SalesforceObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end