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 |
---|---|
ListNotesResponse |
ListNotesResponse.Builder.build() |
ListNotesResponse |
ListNotesResponse.Builder.buildPartial() |
static ListNotesResponse |
ListNotesResponse.getDefaultInstance() |
ListNotesResponse |
ListNotesResponse.getDefaultInstanceForType() |
ListNotesResponse |
ListNotesResponse.Builder.getDefaultInstanceForType() |
ListNotesResponse |
GrafeasGrpc.GrafeasBlockingStub.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
static ListNotesResponse |
ListNotesResponse.parseDelimitedFrom(InputStream input) |
static ListNotesResponse |
ListNotesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListNotesResponse |
ListNotesResponse.parseFrom(byte[] data) |
static ListNotesResponse |
ListNotesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListNotesResponse |
ListNotesResponse.parseFrom(ByteBuffer data) |
static ListNotesResponse |
ListNotesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListNotesResponse |
ListNotesResponse.parseFrom(ByteString data) |
static ListNotesResponse |
ListNotesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListNotesResponse |
ListNotesResponse.parseFrom(CodedInputStream input) |
static ListNotesResponse |
ListNotesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListNotesResponse |
ListNotesResponse.parseFrom(InputStream input) |
static ListNotesResponse |
ListNotesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListNotesRequest,ListNotesResponse> |
GrafeasGrpc.getListNotesMethod() |
Parser<ListNotesResponse> |
ListNotesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListNotesResponse> |
GrafeasGrpc.GrafeasFutureStub.listNotes(ListNotesRequest request)
Lists notes for the specified project.
|
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse> |
GrafeasClient.listNotesCallable()
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<ListNotesResponse> |
ListNotesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected GrafeasClient.ListNotesPage |
GrafeasClient.ListNotesPage.createPage(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
ListNotesResponse response) |
ListNotesResponse.Builder |
ListNotesResponse.Builder.mergeFrom(ListNotesResponse other) |
static ListNotesResponse.Builder |
ListNotesResponse.newBuilder(ListNotesResponse 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) |
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) |
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) |
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.
|
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.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.