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 Note
GrafeasV1Beta1Client. 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 UpdateNoteRequest
UpdateNoteRequest.Builder. build()
UpdateNoteRequest
UpdateNoteRequest.Builder. buildPartial()
static UpdateNoteRequest
UpdateNoteRequest. getDefaultInstance()
UpdateNoteRequest
UpdateNoteRequest.Builder. getDefaultInstanceForType()
UpdateNoteRequest
UpdateNoteRequest. getDefaultInstanceForType()
static UpdateNoteRequest
UpdateNoteRequest. parseDelimitedFrom(InputStream input)
static UpdateNoteRequest
UpdateNoteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(byte[] data)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(InputStream input)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNoteRequest
UpdateNoteRequest. parseFrom(ByteBuffer data)
static UpdateNoteRequest
UpdateNoteRequest. 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.Builder
UpdateNoteRequest.Builder. mergeFrom(UpdateNoteRequest other)
static UpdateNoteRequest.Builder
UpdateNoteRequest. newBuilder(UpdateNoteRequest prototype)
Note
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. updateNote(UpdateNoteRequest request)
Updates the specified note.com.google.common.util.concurrent.ListenableFuture<Note>
GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. updateNote(UpdateNoteRequest request)
Updates the specified note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Updates the specified note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Updates the specified note.
-