Interface RowOrBuilder (2.3.14)

public interface RowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnSpecIds(int index)

public abstract String getColumnSpecIds(int index)

The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.

repeated string column_spec_ids = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The columnSpecIds at the given index.

getColumnSpecIdsBytes(int index)

public abstract ByteString getColumnSpecIdsBytes(int index)

The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.

repeated string column_spec_ids = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the columnSpecIds at the given index.

getColumnSpecIdsCount()

public abstract int getColumnSpecIdsCount()

The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.

repeated string column_spec_ids = 2;

Returns
TypeDescription
int

The count of columnSpecIds.

getColumnSpecIdsList()

public abstract List<String> getColumnSpecIdsList()

The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.

repeated string column_spec_ids = 2;

Returns
TypeDescription
List<String>

A list containing the columnSpecIds.

getValues(int index)

public abstract Value getValues(int index)

Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature column_specs of the Model this row is being passed to.

repeated .google.protobuf.Value values = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Value

getValuesCount()

public abstract int getValuesCount()

Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature column_specs of the Model this row is being passed to.

repeated .google.protobuf.Value values = 3;

Returns
TypeDescription
int

getValuesList()

public abstract List<Value> getValuesList()

Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature column_specs of the Model this row is being passed to.

repeated .google.protobuf.Value values = 3;

Returns
TypeDescription
List<Value>

getValuesOrBuilder(int index)

public abstract ValueOrBuilder getValuesOrBuilder(int index)

Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature column_specs of the Model this row is being passed to.

repeated .google.protobuf.Value values = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ValueOrBuilder> getValuesOrBuilderList()

Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature column_specs of the Model this row is being passed to.

repeated .google.protobuf.Value values = 3;

Returns
TypeDescription
List<? extends com.google.protobuf.ValueOrBuilder>