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 Note
GrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)
Creates a new note.Note
GrafeasV1Beta1Client. createNote(CreateNoteRequest request)
Creates a new note.Note
GrafeasV1Beta1Client. createNote(String parent, String noteId, Note note)
Creates a new note.Note
GrafeasV1Beta1Client. getNote(NoteName name)
Gets the specified note.Note
GrafeasV1Beta1Client. getNote(GetNoteRequest request)
Gets the specified note.Note
GrafeasV1Beta1Client. getNote(String name)
Gets the specified note.Note
GrafeasV1Beta1Client. getOccurrenceNote(OccurrenceName name)
Gets the note attached to the specified occurrence.Note
GrafeasV1Beta1Client. getOccurrenceNote(GetOccurrenceNoteRequest request)
Gets the note attached to the specified occurrence.Note
GrafeasV1Beta1Client. getOccurrenceNote(String name)
Gets the note attached to the specified occurrence.Note
GrafeasV1Beta1Client. updateNote(NoteName name, Note note, com.google.protobuf.FieldMask updateMask)
Updates the specified note.Note
GrafeasV1Beta1Client. updateNote(UpdateNoteRequest request)
Updates the specified note.Note
GrafeasV1Beta1Client. 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 Note
GrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)
Creates a new note.Note
GrafeasV1Beta1Client. createNote(String parent, String noteId, Note note)
Creates a new note.Note
GrafeasV1Beta1Client. updateNote(NoteName name, Note note, com.google.protobuf.FieldMask updateMask)
Updates the specified note.Note
GrafeasV1Beta1Client. 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 BatchCreateNotesResponse
GrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)
Creates new notes in batch.BatchCreateNotesResponse
GrafeasV1Beta1Client. 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.ListNotesPage
GrafeasV1Beta1Client.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 Note
Note.Builder. build()
Note
Note.Builder. buildPartial()
Note
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. createNote(CreateNoteRequest request)
Creates a new note.static Note
Note. getDefaultInstance()
Note
Note.Builder. getDefaultInstanceForType()
Note
Note. getDefaultInstanceForType()
Note
CreateNoteRequest.Builder. getNote()
The note to create.Note
CreateNoteRequest. getNote()
The note to create.Note
CreateNoteRequestOrBuilder. getNote()
The note to create.Note
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. getNote(GetNoteRequest request)
Gets the specified note.Note
UpdateNoteRequest.Builder. getNote()
The updated note.Note
UpdateNoteRequest. getNote()
The updated note.Note
UpdateNoteRequestOrBuilder. getNote()
The updated note.Note
BatchCreateNotesResponse.Builder. getNotes(int index)
The notes that were created.Note
BatchCreateNotesResponse. getNotes(int index)
The notes that were created.Note
BatchCreateNotesResponseOrBuilder. getNotes(int index)
The notes that were created.Note
ListNotesResponse.Builder. getNotes(int index)
The notes requested.Note
ListNotesResponse. getNotes(int index)
The notes requested.Note
ListNotesResponseOrBuilder. getNotes(int index)
The notes requested.Note
BatchCreateNotesRequest.Builder. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note
BatchCreateNotesRequest. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note
BatchCreateNotesRequestOrBuilder. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note
BatchCreateNotesRequest.Builder. getNotesOrThrow(String key)
The notes to create.Note
BatchCreateNotesRequest. getNotesOrThrow(String key)
The notes to create.Note
BatchCreateNotesRequestOrBuilder. getNotesOrThrow(String key)
The notes to create.Note
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. getOccurrenceNote(GetOccurrenceNoteRequest request)
Gets the note attached to the specified occurrence.static Note
Note. parseDelimitedFrom(InputStream input)
static Note
Note. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Note
Note. parseFrom(byte[] data)
static Note
Note. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Note
Note. parseFrom(com.google.protobuf.ByteString data)
static Note
Note. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Note
Note. parseFrom(com.google.protobuf.CodedInputStream input)
static Note
Note. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Note
Note. parseFrom(InputStream input)
static Note
Note. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Note
Note. parseFrom(ByteBuffer data)
static Note
Note. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Note
GrafeasV1Beta1Grpc.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.Builder
BatchCreateNotesResponse.Builder. addNotes(int index, Note value)
The notes that were created.BatchCreateNotesResponse.Builder
BatchCreateNotesResponse.Builder. addNotes(Note value)
The notes that were created.ListNotesResponse.Builder
ListNotesResponse.Builder. addNotes(int index, Note value)
The notes requested.ListNotesResponse.Builder
ListNotesResponse.Builder. addNotes(Note value)
The notes requested.Note
BatchCreateNotesRequest.Builder. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note
BatchCreateNotesRequest. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note
BatchCreateNotesRequestOrBuilder. getNotesOrDefault(String key, Note defaultValue)
The notes to create.Note.Builder
Note.Builder. mergeFrom(Note other)
CreateNoteRequest.Builder
CreateNoteRequest.Builder. mergeNote(Note value)
The note to create.UpdateNoteRequest.Builder
UpdateNoteRequest.Builder. mergeNote(Note value)
The updated note.static Note.Builder
Note. newBuilder(Note prototype)
BatchCreateNotesRequest.Builder
BatchCreateNotesRequest.Builder. putNotes(String key, Note value)
The notes to create.CreateNoteRequest.Builder
CreateNoteRequest.Builder. setNote(Note value)
The note to create.UpdateNoteRequest.Builder
UpdateNoteRequest.Builder. setNote(Note value)
The updated note.BatchCreateNotesResponse.Builder
BatchCreateNotesResponse.Builder. setNotes(int index, Note value)
The notes that were created.ListNotesResponse.Builder
ListNotesResponse.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.Builder
BatchCreateNotesResponse.Builder. addAllNotes(Iterable<? extends Note> values)
The notes that were created.ListNotesResponse.Builder
ListNotesResponse.Builder. addAllNotes(Iterable<? extends Note> values)
The notes requested.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. createNote(CreateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Creates a new note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. createNote(CreateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Creates a new note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the specified note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the specified note.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the note attached to the specified occurrence.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the note attached to the specified occurrence.BatchCreateNotesRequest.Builder
BatchCreateNotesRequest.Builder. putAllNotes(Map<String,Note> values)
The notes to create.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.
-