Class ListNoteOccurrencesResponse.Builder (2.84.0)

public static final class ListNoteOccurrencesResponse.Builder extends GeneratedMessage.Builder<ListNoteOccurrencesResponse.Builder> implements ListNoteOccurrencesResponseOrBuilder

Response for listing occurrences for a note.

Protobuf type grafeas.v1.ListNoteOccurrencesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllOccurrences(Iterable<? extends Occurrence> values)

public ListNoteOccurrencesResponse.Builder addAllOccurrences(Iterable<? extends Occurrence> values)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
values Iterable<? extends io.grafeas.v1.Occurrence>
Returns
Type Description
ListNoteOccurrencesResponse.Builder

addOccurrences(int index, Occurrence value)

public ListNoteOccurrencesResponse.Builder addOccurrences(int index, Occurrence value)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameters
Name Description
index int
value Occurrence
Returns
Type Description
ListNoteOccurrencesResponse.Builder

addOccurrences(int index, Occurrence.Builder builderForValue)

public ListNoteOccurrencesResponse.Builder addOccurrences(int index, Occurrence.Builder builderForValue)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameters
Name Description
index int
builderForValue Occurrence.Builder
Returns
Type Description
ListNoteOccurrencesResponse.Builder

addOccurrences(Occurrence value)

public ListNoteOccurrencesResponse.Builder addOccurrences(Occurrence value)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
value Occurrence
Returns
Type Description
ListNoteOccurrencesResponse.Builder

addOccurrences(Occurrence.Builder builderForValue)

public ListNoteOccurrencesResponse.Builder addOccurrences(Occurrence.Builder builderForValue)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
builderForValue Occurrence.Builder
Returns
Type Description
ListNoteOccurrencesResponse.Builder

addOccurrencesBuilder()

public Occurrence.Builder addOccurrencesBuilder()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
Occurrence.Builder

addOccurrencesBuilder(int index)

public Occurrence.Builder addOccurrencesBuilder(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
index int
Returns
Type Description
Occurrence.Builder

build()

public ListNoteOccurrencesResponse build()
Returns
Type Description
ListNoteOccurrencesResponse

buildPartial()

public ListNoteOccurrencesResponse buildPartial()
Returns
Type Description
ListNoteOccurrencesResponse

clear()

public ListNoteOccurrencesResponse.Builder clear()
Returns
Type Description
ListNoteOccurrencesResponse.Builder
Overrides

clearNextPageToken()

public ListNoteOccurrencesResponse.Builder clearNextPageToken()

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Returns
Type Description
ListNoteOccurrencesResponse.Builder

This builder for chaining.

clearOccurrences()

public ListNoteOccurrencesResponse.Builder clearOccurrences()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
ListNoteOccurrencesResponse.Builder

getDefaultInstanceForType()

public ListNoteOccurrencesResponse getDefaultInstanceForType()
Returns
Type Description
ListNoteOccurrencesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getOccurrences(int index)

public Occurrence getOccurrences(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
index int
Returns
Type Description
Occurrence

getOccurrencesBuilder(int index)

public Occurrence.Builder getOccurrencesBuilder(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
index int
Returns
Type Description
Occurrence.Builder

getOccurrencesBuilderList()

public List<Occurrence.Builder> getOccurrencesBuilderList()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
List<Builder>

getOccurrencesCount()

public int getOccurrencesCount()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
int

getOccurrencesList()

public List<Occurrence> getOccurrencesList()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
List<Occurrence>

getOccurrencesOrBuilder(int index)

public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
index int
Returns
Type Description
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
Type Description
List<? extends io.grafeas.v1.OccurrenceOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListNoteOccurrencesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListNoteOccurrencesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListNoteOccurrencesResponse.Builder
Overrides

mergeFrom(ListNoteOccurrencesResponse other)

public ListNoteOccurrencesResponse.Builder mergeFrom(ListNoteOccurrencesResponse other)
Parameter
Name Description
other ListNoteOccurrencesResponse
Returns
Type Description
ListNoteOccurrencesResponse.Builder

removeOccurrences(int index)

public ListNoteOccurrencesResponse.Builder removeOccurrences(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
Name Description
index int
Returns
Type Description
ListNoteOccurrencesResponse.Builder

setNextPageToken(String value)

public ListNoteOccurrencesResponse.Builder setNextPageToken(String value)

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListNoteOccurrencesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListNoteOccurrencesResponse.Builder setNextPageTokenBytes(ByteString value)

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListNoteOccurrencesResponse.Builder

This builder for chaining.

setOccurrences(int index, Occurrence value)

public ListNoteOccurrencesResponse.Builder setOccurrences(int index, Occurrence value)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameters
Name Description
index int
value Occurrence
Returns
Type Description
ListNoteOccurrencesResponse.Builder

setOccurrences(int index, Occurrence.Builder builderForValue)

public ListNoteOccurrencesResponse.Builder setOccurrences(int index, Occurrence.Builder builderForValue)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameters
Name Description
index int
builderForValue Occurrence.Builder
Returns
Type Description
ListNoteOccurrencesResponse.Builder