ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(AttributeDefinition request, String parent, {String? attributeDefinitionId, String? $fields})
→ Future<AttributeDefinition>
-
Creates a new Attribute definition in the parent consent store.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified Attribute definition.
-
get(String name, {String? $fields})
→ Future<AttributeDefinition>
-
Gets the specified Attribute definition.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAttributeDefinitionsResponse>
-
Lists the Attribute definitions in the specified consent store.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AttributeDefinition request, String name, {String? updateMask, String? $fields})
→ Future<AttributeDefinition>
-
Updates the specified Attribute definition.
-
toString()
→ String
-
A string representation of this object.
inherited