Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
io.grafeas.v1.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<CreateNoteRequest,Note> |
GrafeasGrpc.METHOD_CREATE_NOTE
Deprecated.
|
static MethodDescriptor<GetNoteRequest,Note> |
GrafeasGrpc.METHOD_GET_NOTE
Deprecated.
|
static MethodDescriptor<GetOccurrenceNoteRequest,Note> |
GrafeasGrpc.METHOD_GET_OCCURRENCE_NOTE
Deprecated.
|
static MethodDescriptor<UpdateNoteRequest,Note> |
GrafeasGrpc.METHOD_UPDATE_NOTE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Note |
Note.Builder.build() |
Note |
Note.Builder.buildPartial() |
Note |
GrafeasGrpc.GrafeasBlockingStub.createNote(CreateNoteRequest request)
Creates a new note.
|
Note |
GrafeasClient.createNote(CreateNoteRequest request)
Creates a new note.
|
Note |
GrafeasClient.createNote(ProjectName parent,
String noteId,
Note note)
Creates a new note.
|
Note |
GrafeasClient.createNote(String parent,
String noteId,
Note note)
Creates a new note.
|
static Note |
Note.getDefaultInstance() |
Note |
Note.getDefaultInstanceForType() |
Note |
Note.Builder.getDefaultInstanceForType() |
Note |
CreateNoteRequest.getNote()
The note to create.
|
Note |
CreateNoteRequest.Builder.getNote()
The note to create.
|
Note |
CreateNoteRequestOrBuilder.getNote()
The note to create.
|
Note |
UpdateNoteRequest.getNote()
The updated note.
|
Note |
UpdateNoteRequest.Builder.getNote()
The updated note.
|
Note |
UpdateNoteRequestOrBuilder.getNote()
The updated note.
|
Note |
GrafeasGrpc.GrafeasBlockingStub.getNote(GetNoteRequest request)
Gets the specified note.
|
Note |
GrafeasClient.getNote(GetNoteRequest request)
Gets the specified note.
|
Note |
GrafeasClient.getNote(NoteName name)
Gets the specified note.
|
Note |
GrafeasClient.getNote(String name)
Gets the specified note.
|
Note |
BatchCreateNotesResponseOrBuilder.getNotes(int index)
The notes that were created.
|
Note |
BatchCreateNotesResponse.getNotes(int index)
The notes that were created.
|
Note |
BatchCreateNotesResponse.Builder.getNotes(int index)
The notes that were created.
|
Note |
ListNotesResponseOrBuilder.getNotes(int index)
The notes requested.
|
Note |
ListNotesResponse.getNotes(int index)
The notes requested.
|
Note |
ListNotesResponse.Builder.getNotes(int index)
The notes requested.
|
Note |
BatchCreateNotesRequest.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequest.Builder.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequestOrBuilder.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequest.getNotesOrThrow(String key)
The notes to create.
|
Note |
BatchCreateNotesRequest.Builder.getNotesOrThrow(String key)
The notes to create.
|
Note |
BatchCreateNotesRequestOrBuilder.getNotesOrThrow(String key)
The notes to create.
|
Note |
GrafeasGrpc.GrafeasBlockingStub.getOccurrenceNote(GetOccurrenceNoteRequest request)
Gets the note attached to the specified occurrence.
|
Note |
GrafeasClient.getOccurrenceNote(GetOccurrenceNoteRequest request)
Gets the note attached to the specified occurrence.
|
Note |
GrafeasClient.getOccurrenceNote(OccurrenceName name)
Gets the note attached to the specified occurrence.
|
Note |
GrafeasClient.getOccurrenceNote(String name)
Gets the note attached to the specified occurrence.
|
static Note |
Note.parseDelimitedFrom(InputStream input) |
static Note |
Note.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Note |
Note.parseFrom(byte[] data) |
static Note |
Note.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Note |
Note.parseFrom(ByteBuffer data) |
static Note |
Note.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Note |
Note.parseFrom(ByteString data) |
static Note |
Note.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Note |
Note.parseFrom(CodedInputStream input) |
static Note |
Note.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Note |
Note.parseFrom(InputStream input) |
static Note |
Note.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Note |
GrafeasClient.updateNote(NoteName name,
Note note,
FieldMask updateMask)
Updates the specified note.
|
Note |
GrafeasClient.updateNote(String name,
Note note,
FieldMask updateMask)
Updates the specified note.
|
Note |
GrafeasGrpc.GrafeasBlockingStub.updateNote(UpdateNoteRequest request)
Updates the specified note.
|
Note |
GrafeasClient.updateNote(UpdateNoteRequest request)
Updates the specified note.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Note> |
GrafeasGrpc.GrafeasFutureStub.createNote(CreateNoteRequest request)
Creates a new note.
|
com.google.api.gax.rpc.UnaryCallable<CreateNoteRequest,Note> |
GrafeasClient.createNoteCallable()
Creates a new note.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateNoteRequest,Note> |
GrafeasSettings.createNoteSettings()
Returns the object with the settings used for calls to createNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNoteRequest,Note> |
GrafeasSettings.Builder.createNoteSettings()
Returns the builder for the settings used for calls to createNote.
|
static MethodDescriptor<CreateNoteRequest,Note> |
GrafeasGrpc.getCreateNoteMethod() |
static MethodDescriptor<GetNoteRequest,Note> |
GrafeasGrpc.getGetNoteMethod() |
static MethodDescriptor<GetOccurrenceNoteRequest,Note> |
GrafeasGrpc.getGetOccurrenceNoteMethod() |
Map<String,Note> |
BatchCreateNotesRequest.Builder.getMutableNotes()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Note> |
GrafeasGrpc.GrafeasFutureStub.getNote(GetNoteRequest request)
Gets the specified note.
|
com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note> |
GrafeasClient.getNoteCallable()
Gets the specified note.
|
Map<String,Note> |
BatchCreateNotesRequest.getNotes()
Deprecated.
|
Map<String,Note> |
BatchCreateNotesRequest.Builder.getNotes()
Deprecated.
|
Map<String,Note> |
BatchCreateNotesRequestOrBuilder.getNotes()
Deprecated.
|
com.google.api.gax.rpc.UnaryCallSettings<GetNoteRequest,Note> |
GrafeasSettings.getNoteSettings()
Returns the object with the settings used for calls to getNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNoteRequest,Note> |
GrafeasSettings.Builder.getNoteSettings()
Returns the builder for the settings used for calls to getNote.
|
List<Note> |
BatchCreateNotesResponseOrBuilder.getNotesList()
The notes that were created.
|
List<Note> |
BatchCreateNotesResponse.getNotesList()
The notes that were created.
|
List<Note> |
BatchCreateNotesResponse.Builder.getNotesList()
The notes that were created.
|
List<Note> |
ListNotesResponseOrBuilder.getNotesList()
The notes requested.
|
List<Note> |
ListNotesResponse.getNotesList()
The notes requested.
|
List<Note> |
ListNotesResponse.Builder.getNotesList()
The notes requested.
|
Map<String,Note> |
BatchCreateNotesRequest.getNotesMap()
The notes to create.
|
Map<String,Note> |
BatchCreateNotesRequest.Builder.getNotesMap()
The notes to create.
|
Map<String,Note> |
BatchCreateNotesRequestOrBuilder.getNotesMap()
The notes to create.
|
com.google.common.util.concurrent.ListenableFuture<Note> |
GrafeasGrpc.GrafeasFutureStub.getOccurrenceNote(GetOccurrenceNoteRequest request)
Gets the note attached to the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note> |
GrafeasClient.getOccurrenceNoteCallable()
Gets the note attached to the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceNoteRequest,Note> |
GrafeasSettings.getOccurrenceNoteSettings()
Returns the object with the settings used for calls to getOccurrenceNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceNoteRequest,Note> |
GrafeasSettings.Builder.getOccurrenceNoteSettings()
Returns the builder for the settings used for calls to getOccurrenceNote.
|
Parser<Note> |
Note.getParserForType() |
static MethodDescriptor<UpdateNoteRequest,Note> |
GrafeasGrpc.getUpdateNoteMethod() |
static Parser<Note> |
Note.parser() |
com.google.common.util.concurrent.ListenableFuture<Note> |
GrafeasGrpc.GrafeasFutureStub.updateNote(UpdateNoteRequest request)
Updates the specified note.
|
com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note> |
GrafeasClient.updateNoteCallable()
Updates the specified note.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateNoteRequest,Note> |
GrafeasSettings.updateNoteSettings()
Returns the object with the settings used for calls to updateNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNoteRequest,Note> |
GrafeasSettings.Builder.updateNoteSettings()
Returns the builder for the settings used for calls to updateNote.
|
Modifier and Type | Method and Description |
---|---|
BatchCreateNotesResponse.Builder |
BatchCreateNotesResponse.Builder.addNotes(int index,
Note value)
The notes that were created.
|
ListNotesResponse.Builder |
ListNotesResponse.Builder.addNotes(int index,
Note value)
The notes requested.
|
BatchCreateNotesResponse.Builder |
BatchCreateNotesResponse.Builder.addNotes(Note value)
The notes that were created.
|
ListNotesResponse.Builder |
ListNotesResponse.Builder.addNotes(Note value)
The notes requested.
|
Note |
GrafeasClient.createNote(ProjectName parent,
String noteId,
Note note)
Creates a new note.
|
Note |
GrafeasClient.createNote(String parent,
String noteId,
Note note)
Creates a new note.
|
Note |
BatchCreateNotesRequest.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequest.Builder.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.
|
Note |
GrafeasClient.updateNote(NoteName name,
Note note,
FieldMask updateMask)
Updates the specified note.
|
Note |
GrafeasClient.updateNote(String name,
Note note,
FieldMask updateMask)
Updates the specified note.
|
Modifier and Type | Method and 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.
|
BatchCreateNotesResponse |
GrafeasClient.batchCreateNotes(ProjectName parent,
Map<String,Note> notes)
Creates new notes in batch.
|
BatchCreateNotesResponse |
GrafeasClient.batchCreateNotes(String parent,
Map<String,Note> notes)
Creates new notes in batch.
|
static com.google.api.core.ApiFuture<GrafeasClient.ListNotesPagedResponse> |
GrafeasClient.ListNotesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
com.google.api.core.ApiFuture<ListNotesResponse> futureResponse) |
void |
GrafeasGrpc.GrafeasImplBase.createNote(CreateNoteRequest request,
StreamObserver<Note> responseObserver)
Creates a new note.
|
void |
GrafeasGrpc.GrafeasStub.createNote(CreateNoteRequest request,
StreamObserver<Note> responseObserver)
Creates a new note.
|
protected GrafeasClient.ListNotesPage |
GrafeasClient.ListNotesPage.createPage(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
ListNotesResponse response) |
com.google.api.core.ApiFuture<GrafeasClient.ListNotesPage> |
GrafeasClient.ListNotesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note> context,
com.google.api.core.ApiFuture<ListNotesResponse> futureResponse) |
void |
GrafeasGrpc.GrafeasImplBase.getNote(GetNoteRequest request,
StreamObserver<Note> responseObserver)
Gets the specified note.
|
void |
GrafeasGrpc.GrafeasStub.getNote(GetNoteRequest request,
StreamObserver<Note> responseObserver)
Gets the specified note.
|
void |
GrafeasGrpc.GrafeasImplBase.getOccurrenceNote(GetOccurrenceNoteRequest request,
StreamObserver<Note> responseObserver)
Gets the note attached to the specified occurrence.
|
void |
GrafeasGrpc.GrafeasStub.getOccurrenceNote(GetOccurrenceNoteRequest request,
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 |
GrafeasGrpc.GrafeasImplBase.updateNote(UpdateNoteRequest request,
StreamObserver<Note> responseObserver)
Updates the specified note.
|
void |
GrafeasGrpc.GrafeasStub.updateNote(UpdateNoteRequest request,
StreamObserver<Note> responseObserver)
Updates the specified note.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateNoteRequest,Note> |
GrpcGrafeasStub.createNoteCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateNoteRequest,Note> |
GrafeasStub.createNoteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateNoteRequest,Note> |
GrafeasStubSettings.createNoteSettings()
Returns the object with the settings used for calls to createNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNoteRequest,Note> |
GrafeasStubSettings.Builder.createNoteSettings()
Returns the builder for the settings used for calls to createNote.
|
com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note> |
GrpcGrafeasStub.getNoteCallable() |
com.google.api.gax.rpc.UnaryCallable<GetNoteRequest,Note> |
GrafeasStub.getNoteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetNoteRequest,Note> |
GrafeasStubSettings.getNoteSettings()
Returns the object with the settings used for calls to getNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNoteRequest,Note> |
GrafeasStubSettings.Builder.getNoteSettings()
Returns the builder for the settings used for calls to getNote.
|
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note> |
GrpcGrafeasStub.getOccurrenceNoteCallable() |
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceNoteRequest,Note> |
GrafeasStub.getOccurrenceNoteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceNoteRequest,Note> |
GrafeasStubSettings.getOccurrenceNoteSettings()
Returns the object with the settings used for calls to getOccurrenceNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceNoteRequest,Note> |
GrafeasStubSettings.Builder.getOccurrenceNoteSettings()
Returns the builder for the settings used for calls to getOccurrenceNote.
|
com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note> |
GrpcGrafeasStub.updateNoteCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateNoteRequest,Note> |
GrafeasStub.updateNoteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateNoteRequest,Note> |
GrafeasStubSettings.updateNoteSettings()
Returns the object with the settings used for calls to updateNote.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNoteRequest,Note> |
GrafeasStubSettings.Builder.updateNoteSettings()
Returns the builder for the settings used for calls to updateNote.
|
Copyright © 2019 Google LLC. All rights reserved.