public abstract class GrafeasStub implements BackgroundResource
Base stub class for the Grafeas service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
GrafeasStub()
Methods
batchCreateNotesCallable()
public UnaryCallable<BatchCreateNotesRequest,BatchCreateNotesResponse> batchCreateNotesCallable()
batchCreateOccurrencesCallable()
public UnaryCallable<BatchCreateOccurrencesRequest,BatchCreateOccurrencesResponse> batchCreateOccurrencesCallable()
close()
public abstract void close()
createNoteCallable()
public UnaryCallable<CreateNoteRequest,Note> createNoteCallable()
createOccurrenceCallable()
public UnaryCallable<CreateOccurrenceRequest,Occurrence> createOccurrenceCallable()
deleteNoteCallable()
public UnaryCallable<DeleteNoteRequest,Empty> deleteNoteCallable()
deleteOccurrenceCallable()
public UnaryCallable<DeleteOccurrenceRequest,Empty> deleteOccurrenceCallable()
getNoteCallable()
public UnaryCallable<GetNoteRequest,Note> getNoteCallable()
getOccurrenceCallable()
public UnaryCallable<GetOccurrenceRequest,Occurrence> getOccurrenceCallable()
getOccurrenceNoteCallable()
public UnaryCallable<GetOccurrenceNoteRequest,Note> getOccurrenceNoteCallable()
listNoteOccurrencesCallable()
public UnaryCallable<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse> listNoteOccurrencesCallable()
listNoteOccurrencesPagedCallable()
public UnaryCallable<ListNoteOccurrencesRequest,GrafeasClient.ListNoteOccurrencesPagedResponse> listNoteOccurrencesPagedCallable()
listNotesCallable()
public UnaryCallable<ListNotesRequest,ListNotesResponse> listNotesCallable()
listNotesPagedCallable()
public UnaryCallable<ListNotesRequest,GrafeasClient.ListNotesPagedResponse> listNotesPagedCallable()
listOccurrencesCallable()
public UnaryCallable<ListOccurrencesRequest,ListOccurrencesResponse> listOccurrencesCallable()
listOccurrencesPagedCallable()
public UnaryCallable<ListOccurrencesRequest,GrafeasClient.ListOccurrencesPagedResponse> listOccurrencesPagedCallable()
updateNoteCallable()
public UnaryCallable<UpdateNoteRequest,Note> updateNoteCallable()
updateOccurrenceCallable()
public UnaryCallable<UpdateOccurrenceRequest,Occurrence> updateOccurrenceCallable()