public static final class ListNotesResponse.Builder extends GeneratedMessageV3.Builder<ListNotesResponse.Builder> implements ListNotesResponseOrBuilder
Response for listing notes.Protobuf type
grafeas.v1.ListNotesResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListNotesResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListNotesResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListNotesResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder mergeFrom(ListNotesResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public ListNotesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListNotesResponse.Builder>
IOException
public List<Note> getNotesList()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesList
in interface ListNotesResponseOrBuilder
public int getNotesCount()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesCount
in interface ListNotesResponseOrBuilder
public Note getNotes(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotes
in interface ListNotesResponseOrBuilder
public ListNotesResponse.Builder setNotes(int index, Note value)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder setNotes(int index, Note.Builder builderForValue)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder addNotes(Note value)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder addNotes(int index, Note value)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder addNotes(Note.Builder builderForValue)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder addNotes(int index, Note.Builder builderForValue)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder addAllNotes(Iterable<? extends Note> values)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder clearNotes()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public ListNotesResponse.Builder removeNotes(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public Note.Builder getNotesBuilder(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public NoteOrBuilder getNotesOrBuilder(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesOrBuilder
in interface ListNotesResponseOrBuilder
public List<? extends NoteOrBuilder> getNotesOrBuilderList()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesOrBuilderList
in interface ListNotesResponseOrBuilder
public Note.Builder addNotesBuilder()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public Note.Builder addNotesBuilder(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public List<Note.Builder> getNotesBuilderList()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
public String getNextPageToken()
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;
getNextPageToken
in interface ListNotesResponseOrBuilder
public ByteString getNextPageTokenBytes()
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;
getNextPageTokenBytes
in interface ListNotesResponseOrBuilder
public ListNotesResponse.Builder setNextPageToken(String value)
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;
public ListNotesResponse.Builder clearNextPageToken()
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;
public ListNotesResponse.Builder setNextPageTokenBytes(ByteString value)
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;
public final ListNotesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
public final ListNotesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListNotesResponse.Builder>
Copyright © 2019 Google LLC. All rights reserved.