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