public interface BatchCreateOccurrencesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Occurrence |
getOccurrences(int index)
The occurrences to create.
|
int |
getOccurrencesCount()
The occurrences to create.
|
List<Occurrence> |
getOccurrencesList()
The occurrences to create.
|
OccurrenceOrBuilder |
getOccurrencesOrBuilder(int index)
The occurrences to create.
|
List<? extends OccurrenceOrBuilder> |
getOccurrencesOrBuilderList()
The occurrences to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
List<Occurrence> getOccurrencesList()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
Occurrence getOccurrences(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
int getOccurrencesCount()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
Copyright © 2019 Google LLC. All rights reserved.