Class ListNotesResponse (2.45.0)

publicfinalclass ListNotesResponseextendsGeneratedMessageV3implementsListNotesResponseOrBuilder

Response for listing notes.

Protobuf type grafeas.v1beta1.ListNotesResponse

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

publicstaticfinalintNEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

NOTES_FIELD_NUMBER

publicstaticfinalintNOTES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticListNotesResponsegetDefaultInstance()
Returns
Type Description
ListNotesResponse

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticListNotesResponse.BuildernewBuilder()
Returns
Type Description
ListNotesResponse.Builder

newBuilder(ListNotesResponse prototype)

publicstaticListNotesResponse.BuildernewBuilder(ListNotesResponseprototype)
Parameter
Name Description
prototype ListNotesResponse
Returns
Type Description
ListNotesResponse.Builder

parseDelimitedFrom(InputStream input)

publicstaticListNotesResponseparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticListNotesResponseparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticListNotesResponseparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticListNotesResponseparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticListNotesResponseparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticListNotesResponseparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticListNotesResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ListNotesResponse>parser()
Returns
Type Description
Parser<ListNotesResponse>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicListNotesResponsegetDefaultInstanceForType()
Returns
Type Description
ListNotesResponse

getNextPageToken()

publicStringgetNextPageToken()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicByteStringgetNextPageTokenBytes()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getNotes(int index)

publicNotegetNotes(intindex)

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
Note

getNotesCount()

publicintgetNotesCount()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
int

getNotesList()

publicList<Note>getNotesList()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
List<Note>

getNotesOrBuilder(int index)

publicNoteOrBuildergetNotesOrBuilder(intindex)

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
NoteOrBuilder

getNotesOrBuilderList()

publicList<?extendsNoteOrBuilder>getNotesOrBuilderList()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

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

getParserForType()

publicParser<ListNotesResponse>getParserForType()
Returns
Type Description
Parser<ListNotesResponse>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicListNotesResponse.BuildernewBuilderForType()
Returns
Type Description
ListNotesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedListNotesResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListNotesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicListNotesResponse.BuildertoBuilder()
Returns
Type Description
ListNotesResponse.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.