public interface BatchCreateOccurrencesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Occurrence> getOccurrencesList()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Occurrence getOccurrences(int index)
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
int getOccurrencesCount()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Copyright © 2019 Google LLC. All rights reserved.