| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.GlobalNetworkEndpointGroups.Insert | Compute.GlobalNetworkEndpointGroups. insert(String project,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are included
 in the request. | 
| Compute.NetworkEndpointGroups.Insert | Compute.NetworkEndpointGroups. insert(String project,
      String zone,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are included
 in the request. | 
| Compute.RegionNetworkEndpointGroups.Insert | Compute.RegionNetworkEndpointGroups. insert(String project,
      String region,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are included
 in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are
 included in the request. | 
| Insert(String project,
      String zone,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are
 included in the request. | 
| Insert(String project,
      String region,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are
 included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkEndpointGroup | NetworkEndpointGroup. clone() | 
| NetworkEndpointGroup | NetworkEndpointGroup. set(String fieldName,
   Object value) | 
| NetworkEndpointGroup | NetworkEndpointGroup. setAnnotations(Map<String,String> annotations)Metadata defined as annotations on the network endpoint group. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setAppEngine(NetworkEndpointGroupAppEngine appEngine)Only valid when networkEndpointType is "SERVERLESS". | 
| NetworkEndpointGroup | NetworkEndpointGroup. setCloudFunction(NetworkEndpointGroupCloudFunction cloudFunction)Only valid when networkEndpointType is "SERVERLESS". | 
| NetworkEndpointGroup | NetworkEndpointGroup. setCloudRun(NetworkEndpointGroupCloudRun cloudRun)Only valid when networkEndpointType is "SERVERLESS". | 
| NetworkEndpointGroup | NetworkEndpointGroup. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setDefaultPort(Integer defaultPort)The default port used if the port number is not specified in the network endpoint. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setDescription(String description)An optional description of this resource. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setKind(String kind)[Output Only] Type of the resource. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setName(String name)Name of the resource; provided by the client when the resource is created. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setNetwork(String network)The URL of the network to which all network endpoints in the NEG belong. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setNetworkEndpointType(String networkEndpointType)Type of network endpoints in this network endpoint group. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setRegion(String region)[Output Only] The URL of the region where the network endpoint group is located. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setSize(Integer size)[Output only] Number of network endpoints in the network endpoint group. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setSubnetwork(String subnetwork)Optional URL of the subnetwork to which all network endpoints in the NEG belong. | 
| NetworkEndpointGroup | NetworkEndpointGroup. setZone(String zone)[Output Only] The URL of the zone where the network endpoint group is located. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NetworkEndpointGroup> | NetworkEndpointGroupList. getItems()A list of NetworkEndpointGroup resources. | 
| List<NetworkEndpointGroup> | NetworkEndpointGroupsScopedList. getNetworkEndpointGroups()[Output Only] The list of network endpoint groups that are contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkEndpointGroupList | NetworkEndpointGroupList. setItems(List<NetworkEndpointGroup> items)A list of NetworkEndpointGroup resources. | 
| NetworkEndpointGroupsScopedList | NetworkEndpointGroupsScopedList. setNetworkEndpointGroups(List<NetworkEndpointGroup> networkEndpointGroups)[Output Only] The list of network endpoint groups that are contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.