Interface BatchCreateOccurrencesRequestOrBuilder (2.5.0)

public interface BatchCreateOccurrencesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOccurrences(int index)

public abstract Occurrence getOccurrences(int index)

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesCount()

public abstract int getOccurrencesCount()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
TypeDescription
int

getOccurrencesList()

public abstract List<Occurrence> getOccurrencesList()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
TypeDescription
List<? extends io.grafeas.v1beta1.OccurrenceOrBuilder>

getParent()

public abstract String getParent()

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.