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
- (::Array<::Grafeas::V1::Occurrence>) — The occurrences to create. Max allowed length is 1000.
#occurrences=
def occurrences=(value) -> ::Array<::Grafeas::V1::Occurrence>
Parameter
- value (::Array<::Grafeas::V1::Occurrence>) — The occurrences to create. Max allowed length is 1000.
Returns
- (::Array<::Grafeas::V1::Occurrence>) — The occurrences to create. Max allowed length is 1000.
#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.