public interface UpdateRowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRow()
public abstract Row getRow()Required. The row to update.
.google.area120.tables.v1alpha1.Row row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Row |
The row. |
getRowOrBuilder()
public abstract RowOrBuilder getRowOrBuilder()Required. The row to update.
.google.area120.tables.v1alpha1.Row row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RowOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
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 update.
.google.area120.tables.v1alpha1.Row row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the row field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |