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 void
GrafeasV1Beta1Client. 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 DeleteNoteRequest
DeleteNoteRequest.Builder. build()
DeleteNoteRequest
DeleteNoteRequest.Builder. buildPartial()
static DeleteNoteRequest
DeleteNoteRequest. getDefaultInstance()
DeleteNoteRequest
DeleteNoteRequest.Builder. getDefaultInstanceForType()
DeleteNoteRequest
DeleteNoteRequest. getDefaultInstanceForType()
static DeleteNoteRequest
DeleteNoteRequest. parseDelimitedFrom(InputStream input)
static DeleteNoteRequest
DeleteNoteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(byte[] data)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(InputStream input)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNoteRequest
DeleteNoteRequest. parseFrom(ByteBuffer data)
static DeleteNoteRequest
DeleteNoteRequest. 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.Empty
GrafeasV1Beta1Grpc.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.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified note.DeleteNoteRequest.Builder
DeleteNoteRequest.Builder. mergeFrom(DeleteNoteRequest other)
static DeleteNoteRequest.Builder
DeleteNoteRequest. newBuilder(DeleteNoteRequest prototype)
-