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