public interface CreateRowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the row field is set. |