Uses of Class
com.google.cloud.compute.v1.GlobalNetworkEndpointGroupsClient.ListPagedResponse
-
Packages that use GlobalNetworkEndpointGroupsClient.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 GlobalNetworkEndpointGroupsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GlobalNetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description GlobalNetworkEndpointGroupsClient.ListPagedResponse
GlobalNetworkEndpointGroupsClient. list(ListGlobalNetworkEndpointGroupsRequest request)
Retrieves the list of network endpoint groups that are located in the specified project.GlobalNetworkEndpointGroupsClient.ListPagedResponse
GlobalNetworkEndpointGroupsClient. list(String project)
Retrieves the list of network endpoint groups that are located in the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type GlobalNetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListGlobalNetworkEndpointGroupsRequest,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsClient. listPagedCallable()
Retrieves the list of network endpoint groups that are located in the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of GlobalNetworkEndpointGroupsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GlobalNetworkEndpointGroupsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGlobalNetworkEndpointGroupsRequest,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGlobalNetworkEndpointGroupsRequest,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
HttpJsonGlobalNetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,GlobalNetworkEndpointGroupsClient.ListPagedResponse>
GlobalNetworkEndpointGroupsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-