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