Package io.grafeas.v1beta1
Interface BatchCreateOccurrencesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateOccurrencesRequest
,BatchCreateOccurrencesRequest.Builder
public interface BatchCreateOccurrencesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.com.google.protobuf.ByteString
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
getOccurrencesList
List<Occurrence> getOccurrencesList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
-
getOccurrences
Occurrence getOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
-
getOccurrencesCount
int getOccurrencesCount()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
-
getOccurrencesOrBuilderList
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
-
getOccurrencesOrBuilder
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
-
-