Reference documentation and code samples for the Google Cloud Datastream V1 Client class SalesforceField.
Salesforce field.
Generated from protobuf message google.cloud.datastream.v1.SalesforceField
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Field name. |
↳ data_type |
string
The data type. |
↳ nillable |
bool
Indicates whether the field can accept nil values. |
getName
Field name.
Returns | |
---|---|
Type | Description |
string |
setName
Field name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataType
The data type.
Returns | |
---|---|
Type | Description |
string |
setDataType
The data type.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNillable
Indicates whether the field can accept nil values.
Returns | |
---|---|
Type | Description |
bool |
setNillable
Indicates whether the field can accept nil values.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |