Class: Google::Cloud::Datastream::V1::SalesforceField
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SalesforceField
- 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
-
#data_type ⇒ ::String
The data type.
-
#name ⇒ ::String
Field name.
-
#nillable ⇒ ::Boolean
Indicates whether the field can accept nil values.
Instance Attribute Details
#data_type ⇒ ::String
Returns 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.
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.
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 |