Uses of Class
io.grafeas.v1beta1.DeleteNoteRequest
-
Packages that use DeleteNoteRequest Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.cloud.devtools.containeranalysis.v1beta1.stub io.grafeas.v1beta1 -
-
Uses of DeleteNoteRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type DeleteNoteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1Client. deleteNoteCallable()Deletes the specified note.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1Settings.Builder. deleteNoteSettings()Returns the builder for the settings used for calls to deleteNote.com.google.api.gax.rpc.UnaryCallSettings<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1Settings. deleteNoteSettings()Returns the object with the settings used for calls to deleteNote.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type DeleteNoteRequest Modifier and Type Method Description voidGrafeasV1Beta1Client. deleteNote(DeleteNoteRequest request)Deletes the specified note. -
Uses of DeleteNoteRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type DeleteNoteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1Stub. deleteNoteCallable()com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,com.google.protobuf.Empty>GrpcGrafeasV1Beta1Stub. deleteNoteCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1StubSettings.Builder. deleteNoteSettings()Returns the builder for the settings used for calls to deleteNote.com.google.api.gax.rpc.UnaryCallSettings<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1StubSettings. deleteNoteSettings()Returns the object with the settings used for calls to deleteNote. -
Uses of DeleteNoteRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return DeleteNoteRequest Modifier and Type Method Description DeleteNoteRequestDeleteNoteRequest.Builder. build()DeleteNoteRequestDeleteNoteRequest.Builder. buildPartial()static DeleteNoteRequestDeleteNoteRequest. getDefaultInstance()DeleteNoteRequestDeleteNoteRequest.Builder. getDefaultInstanceForType()DeleteNoteRequestDeleteNoteRequest. getDefaultInstanceForType()static DeleteNoteRequestDeleteNoteRequest. parseDelimitedFrom(InputStream input)static DeleteNoteRequestDeleteNoteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNoteRequestDeleteNoteRequest. parseFrom(byte[] data)static DeleteNoteRequestDeleteNoteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNoteRequestDeleteNoteRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteNoteRequestDeleteNoteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNoteRequestDeleteNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteNoteRequestDeleteNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNoteRequestDeleteNoteRequest. parseFrom(InputStream input)static DeleteNoteRequestDeleteNoteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNoteRequestDeleteNoteRequest. parseFrom(ByteBuffer data)static DeleteNoteRequestDeleteNoteRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type DeleteNoteRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteNoteRequest,com.google.protobuf.Empty>GrafeasV1Beta1Grpc. getDeleteNoteMethod()com.google.protobuf.Parser<DeleteNoteRequest>DeleteNoteRequest. getParserForType()static com.google.protobuf.Parser<DeleteNoteRequest>DeleteNoteRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type DeleteNoteRequest Modifier and Type Method Description com.google.protobuf.EmptyGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. deleteNote(DeleteNoteRequest request)Deletes the specified note.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. deleteNote(DeleteNoteRequest request)Deletes the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified note.DeleteNoteRequest.BuilderDeleteNoteRequest.Builder. mergeFrom(DeleteNoteRequest other)static DeleteNoteRequest.BuilderDeleteNoteRequest. newBuilder(DeleteNoteRequest prototype)
-