NetworkEndpointGroupsResource class

Constructors

NetworkEndpointGroupsResource(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

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<NetworkEndpointGroupAggregatedList>
Retrieves the list of network endpoint groups and sorts them by zone.
attachNetworkEndpoints(NetworkEndpointGroupsAttachEndpointsRequest request, String project, String zone, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Attach a list of network endpoints to the specified network endpoint group.
delete(String project, String zone, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified network endpoint group.
detachNetworkEndpoints(NetworkEndpointGroupsDetachEndpointsRequest request, String project, String zone, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Detach a list of network endpoints from the specified network endpoint group.
get(String project, String zone, String networkEndpointGroup, {String? $fields}) Future<NetworkEndpointGroup>
Returns the specified network endpoint group.
insert(NetworkEndpointGroup request, String project, String zone, {String? requestId, String? $fields}) Future<Operation>
Creates a network endpoint group in the specified project using the parameters that are included in the request.
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<NetworkEndpointGroupList>
Retrieves the list of network endpoint groups that are located in the specified project and zone.
listNetworkEndpoints(NetworkEndpointGroupsListEndpointsRequest request, String project, String zone, String networkEndpointGroup, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<NetworkEndpointGroupsListNetworkEndpoints>
Lists the network endpoints in the specified network endpoint group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
testIamPermissions(TestPermissionsRequest request, String project, String zone, String resource, {String? $fields}) Future<TestPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

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