Interface UpdateRowRequestOrBuilder (0.41.0)

public interface UpdateRowRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRow()

public abstract Row getRow()

Required. The row to update.

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

Returns
TypeDescription
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
TypeDescription
RowOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
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
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 update.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.