Interface UpdateTableSpecRequestOrBuilder (2.3.0)

public interface UpdateTableSpecRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTableSpec()

public abstract TableSpec getTableSpec()

Required. The table spec which replaces the resource on the server.

.google.cloud.automl.v1beta1.TableSpec table_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TableSpec

The tableSpec.

getTableSpecOrBuilder()

public abstract TableSpecOrBuilder getTableSpecOrBuilder()

Required. The table spec which replaces the resource on the server.

.google.cloud.automl.v1beta1.TableSpec table_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TableSpecOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasTableSpec()

public abstract boolean hasTableSpec()

Required. The table spec which replaces the resource on the server.

.google.cloud.automl.v1beta1.TableSpec table_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tableSpec field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.