public interface UpdateTableSpecRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TableSpecOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |