Class: Grafeas::V1::DeleteOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::DeleteOccurrenceRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Request to delete an occurrence.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
214 215 216 217 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 214 class DeleteOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |