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