Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.HubServiceClient.ListSpokesPagedResponse
-
Packages that use HubServiceClient.ListSpokesPagedResponse Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1alpha1.stub -
-
Uses of HubServiceClient.ListSpokesPagedResponse in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return HubServiceClient.ListSpokesPagedResponse Modifier and Type Method Description HubServiceClient.ListSpokesPagedResponse
HubServiceClient. listSpokes(ListSpokesRequest request)
Lists Spokes in a given project and location.HubServiceClient.ListSpokesPagedResponse
HubServiceClient. listSpokes(LocationName parent)
Lists Spokes in a given project and location.HubServiceClient.ListSpokesPagedResponse
HubServiceClient. listSpokes(String parent)
Lists Spokes in a given project and location.Methods in com.google.cloud.networkconnectivity.v1alpha1 that return types with arguments of type HubServiceClient.ListSpokesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<HubServiceClient.ListSpokesPagedResponse>
HubServiceClient.ListSpokesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSpokesRequest,ListSpokesResponse,Spoke> context, com.google.api.core.ApiFuture<ListSpokesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,HubServiceClient.ListSpokesPagedResponse>
HubServiceClient. listSpokesPagedCallable()
Lists Spokes in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSpokesRequest,ListSpokesResponse,HubServiceClient.ListSpokesPagedResponse>
HubServiceSettings.Builder. listSpokesSettings()
Returns the builder for the settings used for calls to listSpokes.com.google.api.gax.rpc.PagedCallSettings<ListSpokesRequest,ListSpokesResponse,HubServiceClient.ListSpokesPagedResponse>
HubServiceSettings. listSpokesSettings()
Returns the object with the settings used for calls to listSpokes. -
Uses of HubServiceClient.ListSpokesPagedResponse in com.google.cloud.networkconnectivity.v1alpha1.stub
Methods in com.google.cloud.networkconnectivity.v1alpha1.stub that return types with arguments of type HubServiceClient.ListSpokesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,HubServiceClient.ListSpokesPagedResponse>
GrpcHubServiceStub. listSpokesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,HubServiceClient.ListSpokesPagedResponse>
HubServiceStub. listSpokesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSpokesRequest,ListSpokesResponse,HubServiceClient.ListSpokesPagedResponse>
HubServiceStubSettings.Builder. listSpokesSettings()
Returns the builder for the settings used for calls to listSpokes.com.google.api.gax.rpc.PagedCallSettings<ListSpokesRequest,ListSpokesResponse,HubServiceClient.ListSpokesPagedResponse>
HubServiceStubSettings. listSpokesSettings()
Returns the object with the settings used for calls to listSpokes.
-