Uses of Class
com.google.cloud.tpu.v2alpha1.CreateNodeRequest
-
Packages that use CreateNodeRequest Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU APIcom.google.cloud.tpu.v2alpha1.stub -
-
Uses of CreateNodeRequest in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return CreateNodeRequest Modifier and Type Method Description CreateNodeRequestCreateNodeRequest.Builder. build()CreateNodeRequestCreateNodeRequest.Builder. buildPartial()static CreateNodeRequestCreateNodeRequest. getDefaultInstance()CreateNodeRequestCreateNodeRequest.Builder. getDefaultInstanceForType()CreateNodeRequestCreateNodeRequest. getDefaultInstanceForType()static CreateNodeRequestCreateNodeRequest. parseDelimitedFrom(InputStream input)static CreateNodeRequestCreateNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodeRequestCreateNodeRequest. parseFrom(byte[] data)static CreateNodeRequestCreateNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodeRequestCreateNodeRequest. parseFrom(com.google.protobuf.ByteString data)static CreateNodeRequestCreateNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodeRequestCreateNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateNodeRequestCreateNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodeRequestCreateNodeRequest. parseFrom(InputStream input)static CreateNodeRequestCreateNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodeRequestCreateNodeRequest. parseFrom(ByteBuffer data)static CreateNodeRequestCreateNodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type CreateNodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNodeRequest,com.google.longrunning.Operation>TpuClient. createNodeCallable()Creates a node.com.google.api.gax.rpc.OperationCallable<CreateNodeRequest,Node,OperationMetadata>TpuClient. createNodeOperationCallable()Creates a node.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateNodeRequest,Node,OperationMetadata>TpuSettings.Builder. createNodeOperationSettings()Returns the builder for the settings used for calls to createNode.com.google.api.gax.rpc.OperationCallSettings<CreateNodeRequest,Node,OperationMetadata>TpuSettings. createNodeOperationSettings()Returns the object with the settings used for calls to createNode.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeRequest,com.google.longrunning.Operation>TpuSettings.Builder. createNodeSettings()Returns the builder for the settings used for calls to createNode.com.google.api.gax.rpc.UnaryCallSettings<CreateNodeRequest,com.google.longrunning.Operation>TpuSettings. createNodeSettings()Returns the object with the settings used for calls to createNode.static io.grpc.MethodDescriptor<CreateNodeRequest,com.google.longrunning.Operation>TpuGrpc. getCreateNodeMethod()com.google.protobuf.Parser<CreateNodeRequest>CreateNodeRequest. getParserForType()static com.google.protobuf.Parser<CreateNodeRequest>CreateNodeRequest. parser()Methods in com.google.cloud.tpu.v2alpha1 with parameters of type CreateNodeRequest Modifier and Type Method Description default voidTpuGrpc.AsyncService. createNode(CreateNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a node.com.google.longrunning.OperationTpuGrpc.TpuBlockingStub. createNode(CreateNodeRequest request)Creates a node.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>TpuGrpc.TpuFutureStub. createNode(CreateNodeRequest request)Creates a node.voidTpuGrpc.TpuStub. createNode(CreateNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. createNodeAsync(CreateNodeRequest request)Creates a node.CreateNodeRequest.BuilderCreateNodeRequest.Builder. mergeFrom(CreateNodeRequest other)static CreateNodeRequest.BuilderCreateNodeRequest. newBuilder(CreateNodeRequest prototype) -
Uses of CreateNodeRequest in com.google.cloud.tpu.v2alpha1.stub
Methods in com.google.cloud.tpu.v2alpha1.stub that return types with arguments of type CreateNodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNodeRequest,com.google.longrunning.Operation>GrpcTpuStub. createNodeCallable()com.google.api.gax.rpc.UnaryCallable<CreateNodeRequest,com.google.longrunning.Operation>TpuStub. createNodeCallable()com.google.api.gax.rpc.OperationCallable<CreateNodeRequest,Node,OperationMetadata>GrpcTpuStub. createNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateNodeRequest,Node,OperationMetadata>TpuStub. createNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. createNodeOperationSettings()Returns the builder for the settings used for calls to createNode.com.google.api.gax.rpc.OperationCallSettings<CreateNodeRequest,Node,OperationMetadata>TpuStubSettings. createNodeOperationSettings()Returns the object with the settings used for calls to createNode.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeRequest,com.google.longrunning.Operation>TpuStubSettings.Builder. createNodeSettings()Returns the builder for the settings used for calls to createNode.com.google.api.gax.rpc.UnaryCallSettings<CreateNodeRequest,com.google.longrunning.Operation>TpuStubSettings. createNodeSettings()Returns the object with the settings used for calls to createNode.
-