Class: Google::Cloud::Datastream::V1::SalesforceField

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 field.

Instance Attribute Summary collapse

Instance Attribute Details

#data_type::String

Returns The data type.

Returns:

  • (::String)

    The data type.



1144
1145
1146
1147
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1144

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

#name::String

Returns Field name.

Returns:

  • (::String)

    Field name.



1144
1145
1146
1147
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1144

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

#nillable::Boolean

Returns Indicates whether the field can accept nil values.

Returns:

  • (::Boolean)

    Indicates whether the field can accept nil values.



1144
1145
1146
1147
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1144

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