Interface SalesforceObjectOrBuilder (1.62.0)

public interface SalesforceObjectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFields(int index)

public abstract SalesforceField getFields(int index)

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

repeated .google.cloud.datastream.v1.SalesforceField fields = 2;

Parameter
Name Description
index int
Returns
Type Description
SalesforceField

getFieldsCount()

public abstract int getFieldsCount()

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

repeated .google.cloud.datastream.v1.SalesforceField fields = 2;

Returns
Type Description
int

getFieldsList()

public abstract List<SalesforceField> getFieldsList()

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

repeated .google.cloud.datastream.v1.SalesforceField fields = 2;

Returns
Type Description
List<SalesforceField>

getFieldsOrBuilder(int index)

public abstract SalesforceFieldOrBuilder getFieldsOrBuilder(int index)

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

repeated .google.cloud.datastream.v1.SalesforceField fields = 2;

Parameter
Name Description
index int
Returns
Type Description
SalesforceFieldOrBuilder

getFieldsOrBuilderList()

public abstract List<? extends SalesforceFieldOrBuilder> getFieldsOrBuilderList()

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

repeated .google.cloud.datastream.v1.SalesforceField fields = 2;

Returns
Type Description
List<? extends com.google.cloud.datastream.v1.SalesforceFieldOrBuilder>

getObjectName()

public abstract String getObjectName()

Object name.

string object_name = 1;

Returns
Type Description
String

The objectName.

getObjectNameBytes()

public abstract ByteString getObjectNameBytes()

Object name.

string object_name = 1;

Returns
Type Description
ByteString

The bytes for objectName.