Interface BatchCreateOccurrencesRequestOrBuilder

    • 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;