Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
io.grafeas.v1.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<DeleteNoteRequest,Empty> |
GrafeasGrpc.METHOD_DELETE_NOTE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,Empty> |
GrafeasClient.deleteNoteCallable()
Deletes the specified note.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteNoteRequest,Empty> |
GrafeasSettings.deleteNoteSettings()
Returns the object with the settings used for calls to deleteNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNoteRequest,Empty> |
GrafeasSettings.Builder.deleteNoteSettings()
Returns the builder for the settings used for calls to deleteNote.
|
static MethodDescriptor<DeleteNoteRequest,Empty> |
GrafeasGrpc.getDeleteNoteMethod() |
Parser<DeleteNoteRequest> |
DeleteNoteRequest.getParserForType() |
static Parser<DeleteNoteRequest> |
DeleteNoteRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Empty |
GrafeasGrpc.GrafeasBlockingStub.deleteNote(DeleteNoteRequest request)
Deletes the specified note.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
GrafeasGrpc.GrafeasFutureStub.deleteNote(DeleteNoteRequest request)
Deletes the specified note.
|
void |
GrafeasClient.deleteNote(DeleteNoteRequest request)
Deletes the specified note.
|
void |
GrafeasGrpc.GrafeasImplBase.deleteNote(DeleteNoteRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified note.
|
void |
GrafeasGrpc.GrafeasStub.deleteNote(DeleteNoteRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified note.
|
DeleteNoteRequest.Builder |
DeleteNoteRequest.Builder.mergeFrom(DeleteNoteRequest other) |
static DeleteNoteRequest.Builder |
DeleteNoteRequest.newBuilder(DeleteNoteRequest prototype) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,Empty> |
GrpcGrafeasStub.deleteNoteCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteNoteRequest,Empty> |
GrafeasStub.deleteNoteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteNoteRequest,Empty> |
GrafeasStubSettings.deleteNoteSettings()
Returns the object with the settings used for calls to deleteNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNoteRequest,Empty> |
GrafeasStubSettings.Builder.deleteNoteSettings()
Returns the builder for the settings used for calls to deleteNote.
|
Copyright © 2019 Google LLC. All rights reserved.