Interface BatchCreateOccurrencesRequestOrBuilder (2.37.0)

public interface BatchCreateOccurrencesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOccurrences(int index)

public abstract Occurrence getOccurrences(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesCount()

public abstract int getOccurrencesCount()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getOccurrencesList()

public abstract List<Occurrence> getOccurrencesList()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends io.grafeas.v1.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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.