Grafeas V1 API - Class Grafeas::V1::BatchCreateOccurrencesRequest (v0.9.0)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::BatchCreateOccurrencesRequest.

Request to create occurrences in batch.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#occurrences

def occurrences() -> ::Array<::Grafeas::V1::Occurrence>
Returns

#occurrences=

def occurrences=(value) -> ::Array<::Grafeas::V1::Occurrence>
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.
Returns
  • (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.