Interface EnrollDataSourcesRequestOrBuilder (2.3.10)

public interface EnrollDataSourcesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSourceIds(int index)

public abstract String getDataSourceIds(int index)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The dataSourceIds at the given index.

getDataSourceIdsBytes(int index)

public abstract ByteString getDataSourceIdsBytes(int index)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the dataSourceIds at the given index.

getDataSourceIdsCount()

public abstract int getDataSourceIdsCount()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
TypeDescription
int

The count of dataSourceIds.

getDataSourceIdsList()

public abstract List<String> getDataSourceIdsList()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
TypeDescription
List<String>

A list containing the dataSourceIds.

getName()

public abstract String getName()

The name of the project resource in the form: projects/{project_id}

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the project resource in the form: projects/{project_id}

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.