Uses of Class
com.google.cloud.networkconnectivity.v1.ListHubsRequest
-
Packages that use ListHubsRequest Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of ListHubsRequest in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return ListHubsRequest Modifier and Type Method Description ListHubsRequest
ListHubsRequest.Builder. build()
ListHubsRequest
ListHubsRequest.Builder. buildPartial()
static ListHubsRequest
ListHubsRequest. getDefaultInstance()
ListHubsRequest
ListHubsRequest.Builder. getDefaultInstanceForType()
ListHubsRequest
ListHubsRequest. getDefaultInstanceForType()
static ListHubsRequest
ListHubsRequest. parseDelimitedFrom(InputStream input)
static ListHubsRequest
ListHubsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHubsRequest
ListHubsRequest. parseFrom(byte[] data)
static ListHubsRequest
ListHubsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHubsRequest
ListHubsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListHubsRequest
ListHubsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHubsRequest
ListHubsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListHubsRequest
ListHubsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHubsRequest
ListHubsRequest. parseFrom(InputStream input)
static ListHubsRequest
ListHubsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHubsRequest
ListHubsRequest. parseFrom(ByteBuffer data)
static ListHubsRequest
ListHubsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1 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 the Network Connectivity Center hubs associated with a given project.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.static com.google.protobuf.Parser<ListHubsRequest>
ListHubsRequest. parser()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type ListHubsRequest Modifier and Type Method Description HubServiceClient.ListHubsPagedResponse
HubServiceClient. listHubs(ListHubsRequest request)
Lists the Network Connectivity Center hubs associated with a given project.default void
HubServiceGrpc.AsyncService. listHubs(ListHubsRequest request, io.grpc.stub.StreamObserver<ListHubsResponse> responseObserver)
Lists the Network Connectivity Center hubs associated with a given project.ListHubsResponse
HubServiceGrpc.HubServiceBlockingStub. listHubs(ListHubsRequest request)
Lists the Network Connectivity Center hubs associated with a given project.com.google.common.util.concurrent.ListenableFuture<ListHubsResponse>
HubServiceGrpc.HubServiceFutureStub. listHubs(ListHubsRequest request)
Lists the Network Connectivity Center hubs associated with a given project.void
HubServiceGrpc.HubServiceStub. listHubs(ListHubsRequest request, io.grpc.stub.StreamObserver<ListHubsResponse> responseObserver)
Lists the Network Connectivity Center hubs associated with a given project.ListHubsRequest.Builder
ListHubsRequest.Builder. mergeFrom(ListHubsRequest other)
static ListHubsRequest.Builder
ListHubsRequest. newBuilder(ListHubsRequest prototype)
Method parameters in com.google.cloud.networkconnectivity.v1 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.ListHubsPage
HubServiceClient.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.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.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.
-