Interface CreateRowRequestOrBuilder (0.35.0)

public interface CreateRowRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent table where this row will be created. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent table where this row will be created. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getRow()

public abstract Row getRow()

Required. The row to create.

.google.area120.tables.v1alpha1.Row row = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Row

The row.

getRowOrBuilder()

public abstract RowOrBuilder getRowOrBuilder()

Required. The row to create.

.google.area120.tables.v1alpha1.Row row = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RowOrBuilder

getView()

public abstract View getView()

Optional. Column key to use for values in the row. Defaults to user entered name.

.google.area120.tables.v1alpha1.View view = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
View

The view.

getViewValue()

public abstract int getViewValue()

Optional. Column key to use for values in the row. Defaults to user entered name.

.google.area120.tables.v1alpha1.View view = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for view.

hasRow()

public abstract boolean hasRow()

Required. The row to create.

.google.area120.tables.v1alpha1.Row row = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the row field is set.