Uses of Class
com.google.cloud.networkconnectivity.v1.ListSpokesRequest
-
Packages that use ListSpokesRequest Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of ListSpokesRequest in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return ListSpokesRequest Modifier and Type Method Description ListSpokesRequestListSpokesRequest.Builder. build()ListSpokesRequestListSpokesRequest.Builder. buildPartial()static ListSpokesRequestListSpokesRequest. getDefaultInstance()ListSpokesRequestListSpokesRequest.Builder. getDefaultInstanceForType()ListSpokesRequestListSpokesRequest. getDefaultInstanceForType()static ListSpokesRequestListSpokesRequest. parseDelimitedFrom(InputStream input)static ListSpokesRequestListSpokesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSpokesRequestListSpokesRequest. parseFrom(byte[] data)static ListSpokesRequestListSpokesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSpokesRequestListSpokesRequest. parseFrom(com.google.protobuf.ByteString data)static ListSpokesRequestListSpokesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSpokesRequestListSpokesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSpokesRequestListSpokesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSpokesRequestListSpokesRequest. parseFrom(InputStream input)static ListSpokesRequestListSpokesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSpokesRequestListSpokesRequest. parseFrom(ByteBuffer data)static ListSpokesRequestListSpokesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type ListSpokesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSpokesRequest,ListSpokesResponse>HubServiceGrpc. getListSpokesMethod()com.google.protobuf.Parser<ListSpokesRequest>ListSpokesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,ListSpokesResponse>HubServiceClient. listSpokesCallable()Lists the Network Connectivity Center spokes in a specified project and location.com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,HubServiceClient.ListSpokesPagedResponse>HubServiceClient. listSpokesPagedCallable()Lists the Network Connectivity Center spokes in a specified 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.static com.google.protobuf.Parser<ListSpokesRequest>ListSpokesRequest. parser()Methods in com.google.cloud.networkconnectivity.v1 with parameters of type ListSpokesRequest Modifier and Type Method Description HubServiceClient.ListSpokesPagedResponseHubServiceClient. listSpokes(ListSpokesRequest request)Lists the Network Connectivity Center spokes in a specified project and location.default voidHubServiceGrpc.AsyncService. listSpokes(ListSpokesRequest request, io.grpc.stub.StreamObserver<ListSpokesResponse> responseObserver)Lists the Network Connectivity Center spokes in a specified project and location.ListSpokesResponseHubServiceGrpc.HubServiceBlockingStub. listSpokes(ListSpokesRequest request)Lists the Network Connectivity Center spokes in a specified project and location.com.google.common.util.concurrent.ListenableFuture<ListSpokesResponse>HubServiceGrpc.HubServiceFutureStub. listSpokes(ListSpokesRequest request)Lists the Network Connectivity Center spokes in a specified project and location.voidHubServiceGrpc.HubServiceStub. listSpokes(ListSpokesRequest request, io.grpc.stub.StreamObserver<ListSpokesResponse> responseObserver)Lists the Network Connectivity Center spokes in a specified project and location.ListSpokesRequest.BuilderListSpokesRequest.Builder. mergeFrom(ListSpokesRequest other)static ListSpokesRequest.BuilderListSpokesRequest. newBuilder(ListSpokesRequest prototype)Method parameters in com.google.cloud.networkconnectivity.v1 with type arguments of type ListSpokesRequest 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)protected HubServiceClient.ListSpokesPageHubServiceClient.ListSpokesPage. createPage(com.google.api.gax.rpc.PageContext<ListSpokesRequest,ListSpokesResponse,Spoke> context, ListSpokesResponse response)com.google.api.core.ApiFuture<HubServiceClient.ListSpokesPage>HubServiceClient.ListSpokesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSpokesRequest,ListSpokesResponse,Spoke> context, com.google.api.core.ApiFuture<ListSpokesResponse> futureResponse) -
Uses of ListSpokesRequest in com.google.cloud.networkconnectivity.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.stub that return types with arguments of type ListSpokesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,ListSpokesResponse>GrpcHubServiceStub. listSpokesCallable()com.google.api.gax.rpc.UnaryCallable<ListSpokesRequest,ListSpokesResponse>HubServiceStub. listSpokesCallable()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.
-