Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
io.grafeas.v1.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<ListNotesRequest,ListNotesResponse> |
GrafeasGrpc.METHOD_LIST_NOTES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListNotesRequest,ListNotesResponse> |
GrafeasGrpc.getListNotesMethod() |
Parser<ListNotesRequest> |
ListNotesRequest.getParserForType() |
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse> |
GrafeasClient.listNotesCallable()
Lists notes for the specified project.
|
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,GrafeasClient.ListNotesPagedResponse> |
GrafeasClient.listNotesPagedCallable()
Lists notes for the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListNotesRequest,ListNotesResponse,GrafeasClient.ListNotesPagedResponse> |
GrafeasSettings.listNotesSettings()
Returns the object with the settings used for calls to listNotes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotesRequest,ListNotesResponse,GrafeasClient.ListNotesPagedResponse> |
GrafeasSettings.Builder.listNotesSettings()
Returns the builder for the settings used for calls to listNotes.
|
static Parser<ListNotesRequest> |
ListNotesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListNotesResponse |
GrafeasGrpc.GrafeasBlockingStub.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
com.google.common.util.concurrent.ListenableFuture<ListNotesResponse> |
GrafeasGrpc.GrafeasFutureStub.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
GrafeasClient.ListNotesPagedResponse |
GrafeasClient.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
void |
GrafeasGrpc.GrafeasImplBase.listNotes(ListNotesRequest request,
StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.
|
void |
GrafeasGrpc.GrafeasStub.listNotes(ListNotesRequest request,
StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.
|
ListNotesRequest.Builder |
ListNotesRequest.Builder.mergeFrom(ListNotesRequest other) |
static ListNotesRequest.Builder |
ListNotesRequest.newBuilder(ListNotesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<GrafeasClient.ListNotesPagedResponse> |
GrafeasClient.ListNotesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
com.google.api.core.ApiFuture<ListNotesResponse> futureResponse) |
protected GrafeasClient.ListNotesPage |
GrafeasClient.ListNotesPage.createPage(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
ListNotesResponse response) |
com.google.api.core.ApiFuture<GrafeasClient.ListNotesPage> |
GrafeasClient.ListNotesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
com.google.api.core.ApiFuture<ListNotesResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse> |
GrpcGrafeasStub.listNotesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse> |
GrafeasStub.listNotesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,GrafeasClient.ListNotesPagedResponse> |
GrpcGrafeasStub.listNotesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,GrafeasClient.ListNotesPagedResponse> |
GrafeasStub.listNotesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListNotesRequest,ListNotesResponse,GrafeasClient.ListNotesPagedResponse> |
GrafeasStubSettings.listNotesSettings()
Returns the object with the settings used for calls to listNotes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotesRequest,ListNotesResponse,GrafeasClient.ListNotesPagedResponse> |
GrafeasStubSettings.Builder.listNotesSettings()
Returns the builder for the settings used for calls to listNotes.
|
Copyright © 2019 Google LLC. All rights reserved.