Uses of Class
io.grafeas.v1beta1.UpdateNoteRequest
-
Packages that use UpdateNoteRequest 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 UpdateNoteRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type UpdateNoteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note>GrafeasV1Beta1Client. updateNoteCallable()Updates the specified note.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNoteRequest,Note>GrafeasV1Beta1Settings.Builder. updateNoteSettings()Returns the builder for the settings used for calls to updateNote.com.google.api.gax.rpc.UnaryCallSettings<UpdateNoteRequest,Note>GrafeasV1Beta1Settings. updateNoteSettings()Returns the object with the settings used for calls to updateNote.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type UpdateNoteRequest Modifier and Type Method Description NoteGrafeasV1Beta1Client. updateNote(UpdateNoteRequest request)Updates the specified note. -
Uses of UpdateNoteRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type UpdateNoteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note>GrafeasV1Beta1Stub. updateNoteCallable()com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note>GrpcGrafeasV1Beta1Stub. updateNoteCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNoteRequest,Note>GrafeasV1Beta1StubSettings.Builder. updateNoteSettings()Returns the builder for the settings used for calls to updateNote.com.google.api.gax.rpc.UnaryCallSettings<UpdateNoteRequest,Note>GrafeasV1Beta1StubSettings. updateNoteSettings()Returns the object with the settings used for calls to updateNote. -
Uses of UpdateNoteRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return UpdateNoteRequest Modifier and Type Method Description UpdateNoteRequestUpdateNoteRequest.Builder. build()UpdateNoteRequestUpdateNoteRequest.Builder. buildPartial()static UpdateNoteRequestUpdateNoteRequest. getDefaultInstance()UpdateNoteRequestUpdateNoteRequest.Builder. getDefaultInstanceForType()UpdateNoteRequestUpdateNoteRequest. getDefaultInstanceForType()static UpdateNoteRequestUpdateNoteRequest. parseDelimitedFrom(InputStream input)static UpdateNoteRequestUpdateNoteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNoteRequestUpdateNoteRequest. parseFrom(byte[] data)static UpdateNoteRequestUpdateNoteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNoteRequestUpdateNoteRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateNoteRequestUpdateNoteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNoteRequestUpdateNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateNoteRequestUpdateNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNoteRequestUpdateNoteRequest. parseFrom(InputStream input)static UpdateNoteRequestUpdateNoteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNoteRequestUpdateNoteRequest. parseFrom(ByteBuffer data)static UpdateNoteRequestUpdateNoteRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type UpdateNoteRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateNoteRequest>UpdateNoteRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateNoteRequest,Note>GrafeasV1Beta1Grpc. getUpdateNoteMethod()static com.google.protobuf.Parser<UpdateNoteRequest>UpdateNoteRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type UpdateNoteRequest Modifier and Type Method Description UpdateNoteRequest.BuilderUpdateNoteRequest.Builder. mergeFrom(UpdateNoteRequest other)static UpdateNoteRequest.BuilderUpdateNoteRequest. newBuilder(UpdateNoteRequest prototype)NoteGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. updateNote(UpdateNoteRequest request)Updates the specified note.com.google.common.util.concurrent.ListenableFuture<Note>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. updateNote(UpdateNoteRequest request)Updates the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Updates the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Updates the specified note.
-