Uses of Class
com.google.cloud.networkconnectivity.v1.HubServiceClient.ListHubsPagedResponse
-
Packages that use HubServiceClient.ListHubsPagedResponse Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of HubServiceClient.ListHubsPagedResponse in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(ListHubsRequest request)Lists the Network Connectivity Center hubs associated with a given project.HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(LocationName parent)Lists the Network Connectivity Center hubs associated with a given project.HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(String parent)Lists the Network Connectivity Center hubs associated with a given project.Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<HubServiceClient.ListHubsPagedResponse>HubServiceClient.ListHubsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, com.google.api.core.ApiFuture<ListHubsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>HubServiceClient. listHubsPagedCallable()Lists the Network Connectivity Center hubs associated with a given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceSettings.Builder. listHubsSettings()Returns the builder for the settings used for calls to listHubs.com.google.api.gax.rpc.PagedCallSettings<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceSettings. listHubsSettings()Returns the object with the settings used for calls to listHubs. -
Uses of HubServiceClient.ListHubsPagedResponse in com.google.cloud.networkconnectivity.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.stub that return types with arguments of type HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>GrpcHubServiceStub. listHubsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>HubServiceStub. listHubsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceStubSettings.Builder. listHubsSettings()Returns the builder for the settings used for calls to listHubs.com.google.api.gax.rpc.PagedCallSettings<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceStubSettings. listHubsSettings()Returns the object with the settings used for calls to listHubs.
-