ProjectsLocationsDataExchangesQueryTemplatesResource 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
-
approve(ApproveQueryTemplateRequest request, String name, {String? $fields})
→ Future<QueryTemplate>
-
Approves a query template.
-
create(QueryTemplate request, String parent, {String? queryTemplateId, String? $fields})
→ Future<QueryTemplate>
-
Creates a new QueryTemplate
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a query template.
-
get(String name, {String? $fields})
→ Future<QueryTemplate>
-
Gets a QueryTemplate
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListQueryTemplatesResponse>
-
Lists all QueryTemplates in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(QueryTemplate request, String name, {String? updateMask, String? $fields})
→ Future<QueryTemplate>
-
Updates an existing QueryTemplate
-
submit(SubmitQueryTemplateRequest request, String name, {String? $fields})
→ Future<QueryTemplate>
-
Submits a query template for approval.
-
toString()
→ String
-
A string representation of this object.
inherited