Uses of Class
com.google.cloud.compute.v1.NetworkEndpointGroupsClient.ListPagedResponse
-
Packages that use NetworkEndpointGroupsClient.ListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of NetworkEndpointGroupsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description NetworkEndpointGroupsClient.ListPagedResponse
NetworkEndpointGroupsClient. list(ListNetworkEndpointGroupsRequest request)
Retrieves the list of network endpoint groups that are located in the specified project and zone.NetworkEndpointGroupsClient.ListPagedResponse
NetworkEndpointGroupsClient. list(String project, String zone)
Retrieves the list of network endpoint groups that are located in the specified project and zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsClient. listPagedCallable()
Retrieves the list of network endpoint groups that are located in the specified project and zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NetworkEndpointGroupsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
HttpJsonNetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-