Package io.grafeas.v1beta1
Interface BatchCreateOccurrencesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateOccurrencesResponse
,BatchCreateOccurrencesResponse.Builder
public interface BatchCreateOccurrencesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Occurrence
getOccurrences(int index)
The occurrences that were created.int
getOccurrencesCount()
The occurrences that were created.List<Occurrence>
getOccurrencesList()
The occurrences that were created.OccurrenceOrBuilder
getOccurrencesOrBuilder(int index)
The occurrences that were created.List<? extends OccurrenceOrBuilder>
getOccurrencesOrBuilderList()
The occurrences that were created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOccurrencesList
List<Occurrence> getOccurrencesList()
The occurrences that were created.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
-
getOccurrences
Occurrence getOccurrences(int index)
The occurrences that were created.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
-
getOccurrencesCount
int getOccurrencesCount()
The occurrences that were created.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
-
getOccurrencesOrBuilderList
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences that were created.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
-
getOccurrencesOrBuilder
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences that were created.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
-
-