Uses of Class
com.google.cloud.tpu.v2alpha1.ListNodesResponse
-
Packages that use ListNodesResponse Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU APIcom.google.cloud.tpu.v2alpha1.stub -
-
Uses of ListNodesResponse in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return ListNodesResponse Modifier and Type Method Description ListNodesResponse
ListNodesResponse.Builder. build()
ListNodesResponse
ListNodesResponse.Builder. buildPartial()
static ListNodesResponse
ListNodesResponse. getDefaultInstance()
ListNodesResponse
ListNodesResponse.Builder. getDefaultInstanceForType()
ListNodesResponse
ListNodesResponse. getDefaultInstanceForType()
ListNodesResponse
TpuGrpc.TpuBlockingStub. listNodes(ListNodesRequest request)
Lists nodes.static ListNodesResponse
ListNodesResponse. parseDelimitedFrom(InputStream input)
static ListNodesResponse
ListNodesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNodesResponse
ListNodesResponse. parseFrom(byte[] data)
static ListNodesResponse
ListNodesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNodesResponse
ListNodesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListNodesResponse
ListNodesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNodesResponse
ListNodesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNodesResponse
ListNodesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNodesResponse
ListNodesResponse. parseFrom(InputStream input)
static ListNodesResponse
ListNodesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNodesResponse
ListNodesResponse. parseFrom(ByteBuffer data)
static ListNodesResponse
ListNodesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type ListNodesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNodesRequest,ListNodesResponse>
TpuGrpc. getListNodesMethod()
com.google.protobuf.Parser<ListNodesResponse>
ListNodesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListNodesResponse>
TpuGrpc.TpuFutureStub. listNodes(ListNodesRequest request)
Lists nodes.com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>
TpuClient. listNodesCallable()
Lists nodes.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes.static com.google.protobuf.Parser<ListNodesResponse>
ListNodesResponse. parser()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type ListNodesResponse Modifier and Type Method Description protected TpuClient.ListNodesPage
TpuClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)
ListNodesResponse.Builder
ListNodesResponse.Builder. mergeFrom(ListNodesResponse other)
static ListNodesResponse.Builder
ListNodesResponse. newBuilder(ListNodesResponse prototype)
Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type ListNodesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TpuClient.ListNodesPagedResponse>
TpuClient.ListNodesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
static com.google.api.core.ApiFuture<TpuClient.ListNodesPagedResponse>
TpuClient.ListNodesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
protected TpuClient.ListNodesPage
TpuClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)
com.google.api.core.ApiFuture<TpuClient.ListNodesPage>
TpuClient.ListNodesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
com.google.api.core.ApiFuture<TpuClient.ListNodesPage>
TpuClient.ListNodesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
default void
TpuGrpc.AsyncService. listNodes(ListNodesRequest request, io.grpc.stub.StreamObserver<ListNodesResponse> responseObserver)
Lists nodes.void
TpuGrpc.TpuStub. listNodes(ListNodesRequest request, io.grpc.stub.StreamObserver<ListNodesResponse> responseObserver)
Lists nodes. -
Uses of ListNodesResponse in com.google.cloud.tpu.v2alpha1.stub
Methods in com.google.cloud.tpu.v2alpha1.stub that return types with arguments of type ListNodesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>
GrpcTpuStub. listNodesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>
TpuStub. listNodesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuStubSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuStubSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes.
-