WireGroupsResource class

Constructors

WireGroupsResource(ApiRequester client)

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 crossSiteNetwork, String wireGroup, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified wire group in the given scope.
get(String project, String crossSiteNetwork, String wireGroup, {String? $fields}) Future<WireGroup>
Gets the specified wire group resource in the given scope.
insert(WireGroup request, String project, String crossSiteNetwork, {String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a wire group in the specified project in the given scope using the parameters that are included in the request.
list(String project, String crossSiteNetwork, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<WireGroupList>
Lists the wire groups for a project in the given scope.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(WireGroup request, String project, String crossSiteNetwork, String wireGroup, {String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the specified wire group resource with the data included in the request.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited