Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
io.grafeas.v1.stub |
Modifier and Type | Method and Description |
---|---|
GrafeasClient.ListNotesPagedResponse |
GrafeasClient.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
GrafeasClient.ListNotesPagedResponse |
GrafeasClient.listNotes(ProjectName parent,
String filter)
Lists notes for the specified project.
|
GrafeasClient.ListNotesPagedResponse |
GrafeasClient.listNotes(String parent,
String filter)
Lists notes for the specified project.
|
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
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.