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