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.ListNotesPageGrafeasV1Beta1Client.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.ListNotesPageGrafeasV1Beta1Client.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 ListNotesResponseListNotesResponse.Builder. build()ListNotesResponseListNotesResponse.Builder. buildPartial()static ListNotesResponseListNotesResponse. getDefaultInstance()ListNotesResponseListNotesResponse.Builder. getDefaultInstanceForType()ListNotesResponseListNotesResponse. getDefaultInstanceForType()ListNotesResponseGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. listNotes(ListNotesRequest request)Lists notes for the specified project.static ListNotesResponseListNotesResponse. parseDelimitedFrom(InputStream input)static ListNotesResponseListNotesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotesResponseListNotesResponse. parseFrom(byte[] data)static ListNotesResponseListNotesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotesResponseListNotesResponse. parseFrom(com.google.protobuf.ByteString data)static ListNotesResponseListNotesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotesResponseListNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListNotesResponseListNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotesResponseListNotesResponse. parseFrom(InputStream input)static ListNotesResponseListNotesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotesResponseListNotesResponse. parseFrom(ByteBuffer data)static ListNotesResponseListNotesResponse. 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.BuilderListNotesResponse.Builder. mergeFrom(ListNotesResponse other)static ListNotesResponse.BuilderListNotesResponse. newBuilder(ListNotesResponse prototype)Method parameters in io.grafeas.v1beta1 with type arguments of type ListNotesResponse Modifier and Type Method Description voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)Lists notes for the specified project.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)Lists notes for the specified project.
-