Uses of Class
com.google.cloud.tpu.v1.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of OperationMetadata in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return OperationMetadata Modifier and Type Method Description OperationMetadataOperationMetadata.Builder. build()OperationMetadataOperationMetadata.Builder. buildPartial()static OperationMetadataOperationMetadata. getDefaultInstance()OperationMetadataOperationMetadata.Builder. getDefaultInstanceForType()OperationMetadataOperationMetadata. getDefaultInstanceForType()static OperationMetadataOperationMetadata. parseDelimitedFrom(InputStream input)static OperationMetadataOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(byte[] data)static OperationMetadataOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.ByteString data)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(InputStream input)static OperationMetadataOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(ByteBuffer data)static OperationMetadataOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. createNodeAsync(CreateNodeRequest request)Creates a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. createNodeAsync(LocationName parent, Node node, String nodeId)Creates a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. createNodeAsync(String parent, Node node, String nodeId)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.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. deleteNodeAsync(DeleteNodeRequest request)Deletes a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. deleteNodeAsync(NodeName name)Deletes a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. deleteNodeAsync(String name)Deletes a node.com.google.api.gax.rpc.OperationCallable<DeleteNodeRequest,Node,OperationMetadata>TpuClient. deleteNodeOperationCallable()Deletes a node.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNodeRequest,Node,OperationMetadata>TpuSettings.Builder. deleteNodeOperationSettings()Returns the builder for the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallSettings<DeleteNodeRequest,Node,OperationMetadata>TpuSettings. deleteNodeOperationSettings()Returns the object with the settings used for calls to deleteNode.com.google.protobuf.Parser<OperationMetadata>OperationMetadata. getParserForType()static com.google.protobuf.Parser<OperationMetadata>OperationMetadata. parser()com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. reimageNodeAsync(ReimageNodeRequest request)Reimages a node's OS.com.google.api.gax.rpc.OperationCallable<ReimageNodeRequest,Node,OperationMetadata>TpuClient. reimageNodeOperationCallable()Reimages a node's OS.com.google.api.gax.rpc.OperationCallSettings.Builder<ReimageNodeRequest,Node,OperationMetadata>TpuSettings.Builder. reimageNodeOperationSettings()Returns the builder for the settings used for calls to reimageNode.com.google.api.gax.rpc.OperationCallSettings<ReimageNodeRequest,Node,OperationMetadata>TpuSettings. reimageNodeOperationSettings()Returns the object with the settings used for calls to reimageNode.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. startNodeAsync(StartNodeRequest request)Starts a node.com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>TpuClient. startNodeOperationCallable()Starts a node.com.google.api.gax.rpc.OperationCallSettings.Builder<StartNodeRequest,Node,OperationMetadata>TpuSettings.Builder. startNodeOperationSettings()Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.OperationCallSettings<StartNodeRequest,Node,OperationMetadata>TpuSettings. startNodeOperationSettings()Returns the object with the settings used for calls to startNode.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. stopNodeAsync(StopNodeRequest request)Stops a node, this operation is only available with single TPU nodes.com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>TpuClient. stopNodeOperationCallable()Stops a node, this operation is only available with single TPU nodes.com.google.api.gax.rpc.OperationCallSettings.Builder<StopNodeRequest,Node,OperationMetadata>TpuSettings.Builder. stopNodeOperationSettings()Returns the builder for the settings used for calls to stopNode.com.google.api.gax.rpc.OperationCallSettings<StopNodeRequest,Node,OperationMetadata>TpuSettings. stopNodeOperationSettings()Returns the object with the settings used for calls to stopNode.Methods in com.google.cloud.tpu.v1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.BuilderOperationMetadata.Builder. mergeFrom(OperationMetadata other)static OperationMetadata.BuilderOperationMetadata. newBuilder(OperationMetadata prototype) -
Uses of OperationMetadata in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description 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.OperationCallable<DeleteNodeRequest,Node,OperationMetadata>GrpcTpuStub. deleteNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteNodeRequest,Node,OperationMetadata>TpuStub. deleteNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. deleteNodeOperationSettings()Returns the builder for the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallSettings<DeleteNodeRequest,Node,OperationMetadata>TpuStubSettings. deleteNodeOperationSettings()Returns the object with the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallable<ReimageNodeRequest,Node,OperationMetadata>GrpcTpuStub. reimageNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<ReimageNodeRequest,Node,OperationMetadata>TpuStub. reimageNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<ReimageNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. reimageNodeOperationSettings()Returns the builder for the settings used for calls to reimageNode.com.google.api.gax.rpc.OperationCallSettings<ReimageNodeRequest,Node,OperationMetadata>TpuStubSettings. reimageNodeOperationSettings()Returns the object with the settings used for calls to reimageNode.com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>GrpcTpuStub. startNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>TpuStub. startNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<StartNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. startNodeOperationSettings()Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.OperationCallSettings<StartNodeRequest,Node,OperationMetadata>TpuStubSettings. startNodeOperationSettings()Returns the object with the settings used for calls to startNode.com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>GrpcTpuStub. stopNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>TpuStub. stopNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<StopNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. stopNodeOperationSettings()Returns the builder for the settings used for calls to stopNode.com.google.api.gax.rpc.OperationCallSettings<StopNodeRequest,Node,OperationMetadata>TpuStubSettings. stopNodeOperationSettings()Returns the object with the settings used for calls to stopNode.
-