Uses of Class
io.grafeas.v1beta1.ListNotesResponse
-
Packages that use ListNotesResponse Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.cloud.devtools.containeranalysis.v1beta1.stub io.grafeas.v1beta1 -
-
Uses of ListNotesResponse in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type ListNotesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse>
GrafeasV1Beta1Client. listNotesCallable()
Lists notes for the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotesRequest,ListNotesResponse,GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1Settings.Builder. listNotesSettings()
Returns the builder for the settings used for calls to listNotes.com.google.api.gax.rpc.PagedCallSettings<ListNotesRequest,ListNotesResponse,GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1Settings. listNotesSettings()
Returns the object with the settings used for calls to listNotes.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type ListNotesResponse Modifier and Type Method Description protected GrafeasV1Beta1Client.ListNotesPage
GrafeasV1Beta1Client.ListNotesPage. createPage(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context, ListNotesResponse response)
Method parameters in com.google.cloud.devtools.containeranalysis.v1beta1 with type arguments of type ListNotesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1Client.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<GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1Client.ListNotesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context, com.google.api.core.ApiFuture<ListNotesResponse> futureResponse)
protected GrafeasV1Beta1Client.ListNotesPage
GrafeasV1Beta1Client.ListNotesPage. createPage(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context, ListNotesResponse response)
com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNotesPage>
GrafeasV1Beta1Client.ListNotesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context, com.google.api.core.ApiFuture<ListNotesResponse> futureResponse)
com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNotesPage>
GrafeasV1Beta1Client.ListNotesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context, com.google.api.core.ApiFuture<ListNotesResponse> futureResponse)
-
Uses of ListNotesResponse in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type ListNotesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse>
GrafeasV1Beta1Stub. listNotesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNotesRequest,ListNotesResponse>
GrpcGrafeasV1Beta1Stub. listNotesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotesRequest,ListNotesResponse,GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1StubSettings.Builder. listNotesSettings()
Returns the builder for the settings used for calls to listNotes.com.google.api.gax.rpc.PagedCallSettings<ListNotesRequest,ListNotesResponse,GrafeasV1Beta1Client.ListNotesPagedResponse>
GrafeasV1Beta1StubSettings. listNotesSettings()
Returns the object with the settings used for calls to listNotes. -
Uses of ListNotesResponse in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return ListNotesResponse Modifier and Type Method Description ListNotesResponse
ListNotesResponse.Builder. build()
ListNotesResponse
ListNotesResponse.Builder. buildPartial()
static ListNotesResponse
ListNotesResponse. getDefaultInstance()
ListNotesResponse
ListNotesResponse.Builder. getDefaultInstanceForType()
ListNotesResponse
ListNotesResponse. getDefaultInstanceForType()
ListNotesResponse
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. listNotes(ListNotesRequest request)
Lists notes for the specified project.static ListNotesResponse
ListNotesResponse. parseDelimitedFrom(InputStream input)
static ListNotesResponse
ListNotesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotesResponse
ListNotesResponse. parseFrom(byte[] data)
static ListNotesResponse
ListNotesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotesResponse
ListNotesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListNotesResponse
ListNotesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotesResponse
ListNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNotesResponse
ListNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotesResponse
ListNotesResponse. parseFrom(InputStream input)
static ListNotesResponse
ListNotesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotesResponse
ListNotesResponse. parseFrom(ByteBuffer data)
static ListNotesResponse
ListNotesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1 that return types with arguments of type ListNotesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNotesRequest,ListNotesResponse>
GrafeasV1Beta1Grpc. getListNotesMethod()
com.google.protobuf.Parser<ListNotesResponse>
ListNotesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListNotesResponse>
GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. listNotes(ListNotesRequest request)
Lists notes for the specified project.static com.google.protobuf.Parser<ListNotesResponse>
ListNotesResponse. parser()
Methods in io.grafeas.v1beta1 with parameters of type ListNotesResponse Modifier and Type Method Description ListNotesResponse.Builder
ListNotesResponse.Builder. mergeFrom(ListNotesResponse other)
static ListNotesResponse.Builder
ListNotesResponse. newBuilder(ListNotesResponse prototype)
Method parameters in io.grafeas.v1beta1 with type arguments of type ListNotesResponse Modifier and Type Method Description void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.
-