Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.RegionNetworkEndpointGroups.DetachNetworkEndpoints |
Compute.RegionNetworkEndpointGroups.detachNetworkEndpoints(String project,
String region,
String networkEndpointGroup,
RegionNetworkEndpointGroupsDetachEndpointsRequest content)
Detach the network endpoint from the specified network endpoint group.
|
Constructor and Description |
---|
DetachNetworkEndpoints(String project,
String region,
String networkEndpointGroup,
RegionNetworkEndpointGroupsDetachEndpointsRequest content)
Detach the network endpoint from the specified network endpoint group.
|
Modifier and Type | Method and Description |
---|---|
RegionNetworkEndpointGroupsDetachEndpointsRequest |
RegionNetworkEndpointGroupsDetachEndpointsRequest.clone() |
RegionNetworkEndpointGroupsDetachEndpointsRequest |
RegionNetworkEndpointGroupsDetachEndpointsRequest.set(String fieldName,
Object value) |
RegionNetworkEndpointGroupsDetachEndpointsRequest |
RegionNetworkEndpointGroupsDetachEndpointsRequest.setNetworkEndpoints(List<NetworkEndpoint> networkEndpoints)
The list of network endpoints to be detached.
|
Copyright © 2011–2025 Google. All rights reserved.