Uses of Class
com.google.cloud.tpu.v2.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of OperationMetadata in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 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.v2 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<com.google.protobuf.Empty,OperationMetadata>TpuClient. deleteNodeAsync(DeleteNodeRequest request)Deletes a node.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>TpuClient. deleteNodeAsync(NodeName name)Deletes a node.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>TpuClient. deleteNodeAsync(String name)Deletes a node.com.google.api.gax.rpc.OperationCallable<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>TpuClient. deleteNodeOperationCallable()Deletes a node.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>TpuSettings.Builder. deleteNodeOperationSettings()Returns the builder for the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallSettings<DeleteNodeRequest,com.google.protobuf.Empty,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. 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.com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>TpuClient. stopNodeOperationCallable()Stops a node.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.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. updateNodeAsync(Node node, com.google.protobuf.FieldMask updateMask)Updates the configurations of a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. updateNodeAsync(UpdateNodeRequest request)Updates the configurations of a node.com.google.api.gax.rpc.OperationCallable<UpdateNodeRequest,Node,OperationMetadata>TpuClient. updateNodeOperationCallable()Updates the configurations of a node.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNodeRequest,Node,OperationMetadata>TpuSettings.Builder. updateNodeOperationSettings()Returns the builder for the settings used for calls to updateNode.com.google.api.gax.rpc.OperationCallSettings<UpdateNodeRequest,Node,OperationMetadata>TpuSettings. updateNodeOperationSettings()Returns the object with the settings used for calls to updateNode.Methods in com.google.cloud.tpu.v2 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.v2.stub
Methods in com.google.cloud.tpu.v2.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>HttpJsonTpuStub. 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,com.google.protobuf.Empty,OperationMetadata>GrpcTpuStub. deleteNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>HttpJsonTpuStub. deleteNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>TpuStub. deleteNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>TpuStubSettings.Builder. deleteNodeOperationSettings()Returns the builder for the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallSettings<DeleteNodeRequest,com.google.protobuf.Empty,OperationMetadata>TpuStubSettings. deleteNodeOperationSettings()Returns the object with the settings used for calls to deleteNode.com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>GrpcTpuStub. startNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>HttpJsonTpuStub. 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>HttpJsonTpuStub. 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.com.google.api.gax.rpc.OperationCallable<UpdateNodeRequest,Node,OperationMetadata>GrpcTpuStub. updateNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateNodeRequest,Node,OperationMetadata>HttpJsonTpuStub. updateNodeOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateNodeRequest,Node,OperationMetadata>TpuStub. updateNodeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNodeRequest,Node,OperationMetadata>TpuStubSettings.Builder. updateNodeOperationSettings()Returns the builder for the settings used for calls to updateNode.com.google.api.gax.rpc.OperationCallSettings<UpdateNodeRequest,Node,OperationMetadata>TpuStubSettings. updateNodeOperationSettings()Returns the object with the settings used for calls to updateNode.
-