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 CreateNodeRequest
CreateNodeRequest.Builder. build()
CreateNodeRequest
CreateNodeRequest.Builder. buildPartial()
static CreateNodeRequest
CreateNodeRequest. getDefaultInstance()
CreateNodeRequest
CreateNodeRequest.Builder. getDefaultInstanceForType()
CreateNodeRequest
CreateNodeRequest. getDefaultInstanceForType()
static CreateNodeRequest
CreateNodeRequest. parseDelimitedFrom(InputStream input)
static CreateNodeRequest
CreateNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodeRequest
CreateNodeRequest. parseFrom(byte[] data)
static CreateNodeRequest
CreateNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodeRequest
CreateNodeRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNodeRequest
CreateNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodeRequest
CreateNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNodeRequest
CreateNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodeRequest
CreateNodeRequest. parseFrom(InputStream input)
static CreateNodeRequest
CreateNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodeRequest
CreateNodeRequest. parseFrom(ByteBuffer data)
static CreateNodeRequest
CreateNodeRequest. 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 void
TpuGrpc.AsyncService. createNode(CreateNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a node.com.google.longrunning.Operation
TpuGrpc.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.void
TpuGrpc.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.Builder
CreateNodeRequest.Builder. mergeFrom(CreateNodeRequest other)
static CreateNodeRequest.Builder
CreateNodeRequest. 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.
-