Uses of Class
com.google.cloud.datalabeling.v1beta1.DeleteInstructionRequest
-
Packages that use DeleteInstructionRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of DeleteInstructionRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return DeleteInstructionRequest Modifier and Type Method Description DeleteInstructionRequestDeleteInstructionRequest.Builder. build()DeleteInstructionRequestDeleteInstructionRequest.Builder. buildPartial()static DeleteInstructionRequestDeleteInstructionRequest. getDefaultInstance()DeleteInstructionRequestDeleteInstructionRequest.Builder. getDefaultInstanceForType()DeleteInstructionRequestDeleteInstructionRequest. getDefaultInstanceForType()static DeleteInstructionRequestDeleteInstructionRequest. parseDelimitedFrom(InputStream input)static DeleteInstructionRequestDeleteInstructionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(byte[] data)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(InputStream input)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(ByteBuffer data)static DeleteInstructionRequestDeleteInstructionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type DeleteInstructionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceClient. deleteInstructionCallable()Deletes an instruction object by resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceSettings.Builder. deleteInstructionSettings()Returns the builder for the settings used for calls to deleteInstruction.com.google.api.gax.rpc.UnaryCallSettings<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceSettings. deleteInstructionSettings()Returns the object with the settings used for calls to deleteInstruction.static io.grpc.MethodDescriptor<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceGrpc. getDeleteInstructionMethod()com.google.protobuf.Parser<DeleteInstructionRequest>DeleteInstructionRequest. getParserForType()static com.google.protobuf.Parser<DeleteInstructionRequest>DeleteInstructionRequest. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type DeleteInstructionRequest Modifier and Type Method Description voidDataLabelingServiceClient. deleteInstruction(DeleteInstructionRequest request)Deletes an instruction object by resource name.default voidDataLabelingServiceGrpc.AsyncService. deleteInstruction(DeleteInstructionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an instruction object by resource name.com.google.protobuf.EmptyDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. deleteInstruction(DeleteInstructionRequest request)Deletes an instruction object by resource name.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DataLabelingServiceGrpc.DataLabelingServiceFutureStub. deleteInstruction(DeleteInstructionRequest request)Deletes an instruction object by resource name.voidDataLabelingServiceGrpc.DataLabelingServiceStub. deleteInstruction(DeleteInstructionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an instruction object by resource name.DeleteInstructionRequest.BuilderDeleteInstructionRequest.Builder. mergeFrom(DeleteInstructionRequest other)static DeleteInstructionRequest.BuilderDeleteInstructionRequest. newBuilder(DeleteInstructionRequest prototype) -
Uses of DeleteInstructionRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type DeleteInstructionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceStub. deleteInstructionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteInstructionRequest,com.google.protobuf.Empty>GrpcDataLabelingServiceStub. deleteInstructionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceStubSettings.Builder. deleteInstructionSettings()Returns the builder for the settings used for calls to deleteInstruction.com.google.api.gax.rpc.UnaryCallSettings<DeleteInstructionRequest,com.google.protobuf.Empty>DataLabelingServiceStubSettings. deleteInstructionSettings()Returns the object with the settings used for calls to deleteInstruction.
-