ProjectsLocationsConnectionsEntityTypesEntitiesResource 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(Entity request, String parent, {String? $fields})
→ Future<Entity>
-
Creates a new entity row of the specified entity type in the external
system.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an existing entity row matching the entity type and entity id
specified in the request.
-
deleteEntitiesWithConditions(String entityType, {String? conditions, String? $fields})
→ Future<Empty>
-
Deletes entities based on conditions specified in the request and not on
entity id.
-
get(String name, {String? $fields})
→ Future<Entity>
-
Gets a single entity row matching the entity type and entity id specified
in the request.
-
list(String parent, {String? conditions, int? pageSize, String? pageToken, List<String>? sortBy, String? $fields})
→ Future<ListEntitiesResponse>
-
Lists entity rows of a particular entity type contained in the request.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Entity request, String name, {String? $fields})
→ Future<Entity>
-
Updates an existing entity row matching the entity type and entity id
specified in the request.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateEntitiesWithConditions(Entity request, String entityType, {String? conditions, String? $fields})
→ Future<UpdateEntitiesWithConditionsResponse>
-
Updates entities based on conditions specified in the request and not on
entity id.