Uses of Class
com.google.cloud.compute.v1.NetworkEndpointGroupsClient
-
Packages that use NetworkEndpointGroupsClient Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of NetworkEndpointGroupsClient in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkEndpointGroupsClient Modifier and Type Method Description static NetworkEndpointGroupsClient
NetworkEndpointGroupsClient. create()
Constructs an instance of NetworkEndpointGroupsClient with default settings.static NetworkEndpointGroupsClient
NetworkEndpointGroupsClient. create(NetworkEndpointGroupsSettings settings)
Constructs an instance of NetworkEndpointGroupsClient, using the given settings.static NetworkEndpointGroupsClient
NetworkEndpointGroupsClient. create(NetworkEndpointGroupsStub stub)
Constructs an instance of NetworkEndpointGroupsClient, using the given stub for making calls.
-