Uses of Class
io.grafeas.v1beta1.Note
-
Packages that use Note 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 Note in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return Note Modifier and Type Method Description NoteGrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)Creates a new note.NoteGrafeasV1Beta1Client. createNote(CreateNoteRequest request)Creates a new note.NoteGrafeasV1Beta1Client. createNote(String parent, String noteId, Note note)Creates a new note.NoteGrafeasV1Beta1Client. getNote(NoteName name)Gets the specified note.NoteGrafeasV1Beta1Client. getNote(GetNoteRequest request)Gets the specified note.NoteGrafeasV1Beta1Client. getNote(String name)Gets the specified note.NoteGrafeasV1Beta1Client. getOccurrenceNote(OccurrenceName name)Gets the note attached to the specified occurrence.NoteGrafeasV1Beta1Client. getOccurrenceNote(GetOccurrenceNoteRequest request)Gets the note attached to the specified occurrence.NoteGrafeasV1Beta1Client. getOccurrenceNote(String name)Gets the note attached to the specified occurrence.NoteGrafeasV1Beta1Client. updateNote(NoteName name, Note note, com.google.protobuf.FieldMask updateMask)Updates the specified note.NoteGrafeasV1Beta1Client. updateNote(UpdateNoteRequest request)Updates the specified note.NoteGrafeasV1Beta1Client. updateNote(String name, Note note, com.google.protobuf.FieldMask updateMask)Updates the specified note.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type Note 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.com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note>GrafeasV1Beta1Client. getNoteCallable()Gets the specified note.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNoteRequest,Note>GrafeasV1Beta1Settings.Builder. getNoteSettings()Returns the builder for the settings used for calls to getNote.com.google.api.gax.rpc.UnaryCallSettings<GetNoteRequest,Note>GrafeasV1Beta1Settings. getNoteSettings()Returns the object with the settings used for calls to getNote.com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1Client. getOccurrenceNoteCallable()Gets the note attached to the specified occurrence.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1Settings.Builder. getOccurrenceNoteSettings()Returns the builder for the settings used for calls to getOccurrenceNote.com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1Settings. getOccurrenceNoteSettings()Returns the object with the settings used for calls to getOccurrenceNote.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 Note Modifier and Type Method Description NoteGrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)Creates a new note.NoteGrafeasV1Beta1Client. createNote(String parent, String noteId, Note note)Creates a new note.NoteGrafeasV1Beta1Client. updateNote(NoteName name, Note note, com.google.protobuf.FieldMask updateMask)Updates the specified note.NoteGrafeasV1Beta1Client. updateNote(String name, Note note, com.google.protobuf.FieldMask updateMask)Updates the specified note.Method parameters in com.google.cloud.devtools.containeranalysis.v1beta1 with type arguments of type Note Modifier and Type Method Description BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)Creates new notes in batch.BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(String parent, Map<String,Note> notes)Creates new notes in batch.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) -
Uses of Note in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type Note 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.com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note>GrafeasV1Beta1Stub. getNoteCallable()com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note>GrpcGrafeasV1Beta1Stub. getNoteCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNoteRequest,Note>GrafeasV1Beta1StubSettings.Builder. getNoteSettings()Returns the builder for the settings used for calls to getNote.com.google.api.gax.rpc.UnaryCallSettings<GetNoteRequest,Note>GrafeasV1Beta1StubSettings. getNoteSettings()Returns the object with the settings used for calls to getNote.com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1Stub. getOccurrenceNoteCallable()com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note>GrpcGrafeasV1Beta1Stub. getOccurrenceNoteCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1StubSettings.Builder. getOccurrenceNoteSettings()Returns the builder for the settings used for calls to getOccurrenceNote.com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1StubSettings. getOccurrenceNoteSettings()Returns the object with the settings used for calls to getOccurrenceNote.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 Note in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Note Modifier and Type Method Description NoteNote.Builder. build()NoteNote.Builder. buildPartial()NoteGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. createNote(CreateNoteRequest request)Creates a new note.static NoteNote. getDefaultInstance()NoteNote.Builder. getDefaultInstanceForType()NoteNote. getDefaultInstanceForType()NoteCreateNoteRequest.Builder. getNote()The note to create.NoteCreateNoteRequest. getNote()The note to create.NoteCreateNoteRequestOrBuilder. getNote()The note to create.NoteGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. getNote(GetNoteRequest request)Gets the specified note.NoteUpdateNoteRequest.Builder. getNote()The updated note.NoteUpdateNoteRequest. getNote()The updated note.NoteUpdateNoteRequestOrBuilder. getNote()The updated note.NoteBatchCreateNotesResponse.Builder. getNotes(int index)The notes that were created.NoteBatchCreateNotesResponse. getNotes(int index)The notes that were created.NoteBatchCreateNotesResponseOrBuilder. getNotes(int index)The notes that were created.NoteListNotesResponse.Builder. getNotes(int index)The notes requested.NoteListNotesResponse. getNotes(int index)The notes requested.NoteListNotesResponseOrBuilder. getNotes(int index)The notes requested.NoteBatchCreateNotesRequest.Builder. getNotesOrDefault(String key, Note defaultValue)The notes to create.NoteBatchCreateNotesRequest. getNotesOrDefault(String key, Note defaultValue)The notes to create.NoteBatchCreateNotesRequestOrBuilder. getNotesOrDefault(String key, Note defaultValue)The notes to create.NoteBatchCreateNotesRequest.Builder. getNotesOrThrow(String key)The notes to create.NoteBatchCreateNotesRequest. getNotesOrThrow(String key)The notes to create.NoteBatchCreateNotesRequestOrBuilder. getNotesOrThrow(String key)The notes to create.NoteGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. getOccurrenceNote(GetOccurrenceNoteRequest request)Gets the note attached to the specified occurrence.static NoteNote. parseDelimitedFrom(InputStream input)static NoteNote. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(byte[] data)static NoteNote. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(com.google.protobuf.ByteString data)static NoteNote. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(com.google.protobuf.CodedInputStream input)static NoteNote. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(InputStream input)static NoteNote. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(ByteBuffer data)static NoteNote. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)NoteGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. updateNote(UpdateNoteRequest request)Updates the specified note.Methods in io.grafeas.v1beta1 that return types with arguments of type Note Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Note>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. createNote(CreateNoteRequest request)Creates a new note.static io.grpc.MethodDescriptor<CreateNoteRequest,Note>GrafeasV1Beta1Grpc. getCreateNoteMethod()static io.grpc.MethodDescriptor<GetNoteRequest,Note>GrafeasV1Beta1Grpc. getGetNoteMethod()static io.grpc.MethodDescriptor<GetOccurrenceNoteRequest,Note>GrafeasV1Beta1Grpc. getGetOccurrenceNoteMethod()Map<String,Note>BatchCreateNotesRequest.Builder. getMutableNotes()Deprecated.com.google.common.util.concurrent.ListenableFuture<Note>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. getNote(GetNoteRequest request)Gets the specified note.Map<String,Note>BatchCreateNotesRequest.Builder. getNotes()Deprecated.Map<String,Note>BatchCreateNotesRequest. getNotes()Deprecated.Map<String,Note>BatchCreateNotesRequestOrBuilder. getNotes()Deprecated.List<Note>BatchCreateNotesResponse.Builder. getNotesList()The notes that were created.List<Note>BatchCreateNotesResponse. getNotesList()The notes that were created.List<Note>BatchCreateNotesResponseOrBuilder. getNotesList()The notes that were created.List<Note>ListNotesResponse.Builder. getNotesList()The notes requested.List<Note>ListNotesResponse. getNotesList()The notes requested.List<Note>ListNotesResponseOrBuilder. getNotesList()The notes requested.Map<String,Note>BatchCreateNotesRequest.Builder. getNotesMap()The notes to create.Map<String,Note>BatchCreateNotesRequest. getNotesMap()The notes to create.Map<String,Note>BatchCreateNotesRequestOrBuilder. getNotesMap()The notes to create.com.google.common.util.concurrent.ListenableFuture<Note>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. getOccurrenceNote(GetOccurrenceNoteRequest request)Gets the note attached to the specified occurrence.com.google.protobuf.Parser<Note>Note. getParserForType()static io.grpc.MethodDescriptor<UpdateNoteRequest,Note>GrafeasV1Beta1Grpc. getUpdateNoteMethod()static com.google.protobuf.Parser<Note>Note. parser()com.google.common.util.concurrent.ListenableFuture<Note>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. updateNote(UpdateNoteRequest request)Updates the specified note.Methods in io.grafeas.v1beta1 with parameters of type Note Modifier and Type Method Description BatchCreateNotesResponse.BuilderBatchCreateNotesResponse.Builder. addNotes(int index, Note value)The notes that were created.BatchCreateNotesResponse.BuilderBatchCreateNotesResponse.Builder. addNotes(Note value)The notes that were created.ListNotesResponse.BuilderListNotesResponse.Builder. addNotes(int index, Note value)The notes requested.ListNotesResponse.BuilderListNotesResponse.Builder. addNotes(Note value)The notes requested.NoteBatchCreateNotesRequest.Builder. getNotesOrDefault(String key, Note defaultValue)The notes to create.NoteBatchCreateNotesRequest. getNotesOrDefault(String key, Note defaultValue)The notes to create.NoteBatchCreateNotesRequestOrBuilder. getNotesOrDefault(String key, Note defaultValue)The notes to create.Note.BuilderNote.Builder. mergeFrom(Note other)CreateNoteRequest.BuilderCreateNoteRequest.Builder. mergeNote(Note value)The note to create.UpdateNoteRequest.BuilderUpdateNoteRequest.Builder. mergeNote(Note value)The updated note.static Note.BuilderNote. newBuilder(Note prototype)BatchCreateNotesRequest.BuilderBatchCreateNotesRequest.Builder. putNotes(String key, Note value)The notes to create.CreateNoteRequest.BuilderCreateNoteRequest.Builder. setNote(Note value)The note to create.UpdateNoteRequest.BuilderUpdateNoteRequest.Builder. setNote(Note value)The updated note.BatchCreateNotesResponse.BuilderBatchCreateNotesResponse.Builder. setNotes(int index, Note value)The notes that were created.ListNotesResponse.BuilderListNotesResponse.Builder. setNotes(int index, Note value)The notes requested.Method parameters in io.grafeas.v1beta1 with type arguments of type Note Modifier and Type Method Description BatchCreateNotesResponse.BuilderBatchCreateNotesResponse.Builder. addAllNotes(Iterable<? extends Note> values)The notes that were created.ListNotesResponse.BuilderListNotesResponse.Builder. addAllNotes(Iterable<? extends Note> values)The notes requested.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.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Gets the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Gets the specified note.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Gets the note attached to the specified occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)Gets the note attached to the specified occurrence.BatchCreateNotesRequest.BuilderBatchCreateNotesRequest.Builder. putAllNotes(Map<String,Note> values)The notes to create.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.
-