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