RegionNetworkEndpointGroupsResource class

Constructors

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

attachNetworkEndpoints(RegionNetworkEndpointGroupsAttachEndpointsRequest request, String project, String region, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Attach a list of network endpoints to the specified network endpoint group.
delete(String project, String region, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified network endpoint group.
detachNetworkEndpoints(RegionNetworkEndpointGroupsDetachEndpointsRequest request, String project, String region, String networkEndpointGroup, {String? requestId, String? $fields}) Future<Operation>
Detach the network endpoint from the specified network endpoint group.
get(String project, String region, String networkEndpointGroup, {String? $fields}) Future<NetworkEndpointGroup>
Returns the specified network endpoint group.
insert(NetworkEndpointGroup request, String project, String region, {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 region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<NetworkEndpointGroupList>
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
listNetworkEndpoints(String project, String region, 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
toString() String
A string representation of this object.
inherited

Operators

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