Interface BatchCreateNotesResponseOrBuilder (2.21.0)

publicinterface BatchCreateNotesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotes(int index)

publicabstractNotegetNotes(intindex)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
Note

getNotesCount()

publicabstractintgetNotesCount()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
int

getNotesList()

publicabstractList<Note>getNotesList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
List<Note>

getNotesOrBuilder(int index)

publicabstractNoteOrBuildergetNotesOrBuilder(intindex)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
NoteOrBuilder

getNotesOrBuilderList()

publicabstractList<?extendsNoteOrBuilder>getNotesOrBuilderList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
List<? extends io.grafeas.v1beta1.NoteOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.