AlterTablePropertiesRequest class
Request message for DataprocMetastore.AlterTableProperties.
Constructors
-
AlterTablePropertiesRequest({Map<
String, String> ? properties, String? tableName, String? updateMask}) - AlterTablePropertiesRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
↔ Map<
String, String> ? -
A map that describes the desired values to mutate.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName ↔ String?
-
The name of the table containing the properties you're altering in the
following format.databases/{database_id}/tables/{table_id}
getter/setter pair
- updateMask ↔ String?
-
A field mask that specifies the metadata table properties that are
overwritten by the update.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited