public interface UpdateColumnSpecRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnSpec()
public abstract ColumnSpec getColumnSpec()Required. The column spec which replaces the resource on the server.
.google.cloud.automl.v1beta1.ColumnSpec column_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ColumnSpec | The columnSpec. |
getColumnSpecOrBuilder()
public abstract ColumnSpecOrBuilder getColumnSpecOrBuilder()Required. The column spec which replaces the resource on the server.
.google.cloud.automl.v1beta1.ColumnSpec column_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ColumnSpecOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasColumnSpec()
public abstract boolean hasColumnSpec()Required. The column spec which replaces the resource on the server.
.google.cloud.automl.v1beta1.ColumnSpec column_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the columnSpec field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |