Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.ListHubsRequest
-
Packages that use ListHubsRequest Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1alpha1.stub -
-
Uses of ListHubsRequest in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return ListHubsRequest Modifier and Type Method Description ListHubsRequestListHubsRequest.Builder. build()ListHubsRequestListHubsRequest.Builder. buildPartial()static ListHubsRequestListHubsRequest. getDefaultInstance()ListHubsRequestListHubsRequest.Builder. getDefaultInstanceForType()ListHubsRequestListHubsRequest. getDefaultInstanceForType()static ListHubsRequestListHubsRequest. parseDelimitedFrom(InputStream input)static ListHubsRequestListHubsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHubsRequestListHubsRequest. parseFrom(byte[] data)static ListHubsRequestListHubsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHubsRequestListHubsRequest. parseFrom(com.google.protobuf.ByteString data)static ListHubsRequestListHubsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHubsRequestListHubsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListHubsRequestListHubsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHubsRequestListHubsRequest. parseFrom(InputStream input)static ListHubsRequestListHubsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHubsRequestListHubsRequest. parseFrom(ByteBuffer data)static ListHubsRequestListHubsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.networkconnectivity.v1alpha1 that return types with arguments of type ListHubsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListHubsRequest,ListHubsResponse>HubServiceGrpc. getListHubsMethod()com.google.protobuf.Parser<ListHubsRequest>ListHubsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,ListHubsResponse>HubServiceClient. listHubsCallable()Lists Hubs in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>HubServiceClient. listHubsPagedCallable()Lists Hubs in a given project and location.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.static com.google.protobuf.Parser<ListHubsRequest>ListHubsRequest. parser()Methods in com.google.cloud.networkconnectivity.v1alpha1 with parameters of type ListHubsRequest Modifier and Type Method Description HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(ListHubsRequest request)Lists Hubs in a given project and location.default voidHubServiceGrpc.AsyncService. listHubs(ListHubsRequest request, io.grpc.stub.StreamObserver<ListHubsResponse> responseObserver)Lists Hubs in a given project and location.ListHubsResponseHubServiceGrpc.HubServiceBlockingStub. listHubs(ListHubsRequest request)Lists Hubs in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListHubsResponse>HubServiceGrpc.HubServiceFutureStub. listHubs(ListHubsRequest request)Lists Hubs in a given project and location.voidHubServiceGrpc.HubServiceStub. listHubs(ListHubsRequest request, io.grpc.stub.StreamObserver<ListHubsResponse> responseObserver)Lists Hubs in a given project and location.ListHubsRequest.BuilderListHubsRequest.Builder. mergeFrom(ListHubsRequest other)static ListHubsRequest.BuilderListHubsRequest. newBuilder(ListHubsRequest prototype)Method parameters in com.google.cloud.networkconnectivity.v1alpha1 with type arguments of type ListHubsRequest 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)protected HubServiceClient.ListHubsPageHubServiceClient.ListHubsPage. createPage(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, ListHubsResponse response)com.google.api.core.ApiFuture<HubServiceClient.ListHubsPage>HubServiceClient.ListHubsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, com.google.api.core.ApiFuture<ListHubsResponse> futureResponse) -
Uses of ListHubsRequest in com.google.cloud.networkconnectivity.v1alpha1.stub
Methods in com.google.cloud.networkconnectivity.v1alpha1.stub that return types with arguments of type ListHubsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,ListHubsResponse>GrpcHubServiceStub. listHubsCallable()com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,ListHubsResponse>HubServiceStub. listHubsCallable()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.
-