ProjectsLocationsCustomClassesResource 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(CustomClass request, String parent, {String? customClassId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Creates a CustomClass.
-
delete(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes the CustomClass.
-
get(String name, {String? $fields})
→ Future<CustomClass>
-
Returns the requested CustomClass.
-
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
→ Future<ListCustomClassesResponse>
-
Lists CustomClasses.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CustomClass request, String name, {String? updateMask, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Updates the CustomClass.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteCustomClassRequest request, String name, {String? $fields})
→ Future<Operation>
-
Undeletes the CustomClass.