| Package | Description |
|---|---|
| io.grafeas.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.Builder.build() |
Note |
Note.Builder.buildPartial() |
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 |
UpdateNoteRequestOrBuilder.getNote()
The updated note.
|
Note |
UpdateNoteRequest.getNote()
The updated note.
|
Note |
UpdateNoteRequest.Builder.getNote()
The updated 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 |
BatchCreateNotesRequestOrBuilder.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
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.getNotesOrThrow(String key)
The notes to create.
|
Note |
BatchCreateNotesRequest.getNotesOrThrow(String key)
The notes to create.
|
Note |
BatchCreateNotesRequest.Builder.getNotesOrThrow(String key)
The notes to create.
|
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(ByteBuffer data) |
static Note |
Note.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Note> |
BatchCreateNotesRequest.Builder.getMutableNotes()
Deprecated.
|
Map<String,Note> |
BatchCreateNotesRequestOrBuilder.getNotes()
Deprecated.
|
Map<String,Note> |
BatchCreateNotesRequest.getNotes()
Deprecated.
|
Map<String,Note> |
BatchCreateNotesRequest.Builder.getNotes()
Deprecated.
|
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> |
BatchCreateNotesRequestOrBuilder.getNotesMap()
The notes to create.
|
Map<String,Note> |
BatchCreateNotesRequest.getNotesMap()
The notes to create.
|
Map<String,Note> |
BatchCreateNotesRequest.Builder.getNotesMap()
The notes to create.
|
com.google.protobuf.Parser<Note> |
Note.getParserForType() |
static com.google.protobuf.Parser<Note> |
Note.parser() |
| 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 |
BatchCreateNotesRequestOrBuilder.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequest.getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
BatchCreateNotesRequest.Builder.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.
|
| 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.
|
BatchCreateNotesRequest.Builder |
BatchCreateNotesRequest.Builder.putAllNotes(Map<String,Note> values)
The notes to create.
|
Copyright © 2019 Google LLC. All rights reserved.