Class: Grafeas::V1::CreateOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::CreateOccurrenceRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Request to create a new occurrence.
Instance Attribute Summary collapse
-
#occurrence ⇒ ::Grafeas::V1::Occurrence
The occurrence to create.
-
#parent ⇒ ::String
The name of the project in the form of
projects/[PROJECT_ID]
, under which the occurrence is to be created.
Instance Attribute Details
#occurrence ⇒ ::Grafeas::V1::Occurrence
Returns The occurrence to create.
227 228 229 230 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 227 class CreateOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrence is to be created.
227 228 229 230 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 227 class CreateOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |