TargetGrpcProxiesResource 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
-
delete(String project, String targetGrpcProxy, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified TargetGrpcProxy in the given scope
-
get(String project, String targetGrpcProxy, {String? $fields})
→ Future<TargetGrpcProxy>
-
Returns the specified TargetGrpcProxy resource in the given scope.
-
insert(TargetGrpcProxy request, String project, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a TargetGrpcProxy in the specified project in the given scope
using the parameters that are included in the request.
-
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<TargetGrpcProxyList>
-
Lists the TargetGrpcProxies for a project in the given scope.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(TargetGrpcProxy request, String project, String targetGrpcProxy, {String? requestId, String? $fields})
→ Future<Operation>
-
Patches the specified TargetGrpcProxy resource with the data included in
the request.
-
toString()
→ String
-
A string representation of this object.
inherited