Class: Grafeas::V1::UpdateOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::UpdateOccurrenceRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to update an occurrence.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]. -
#occurrence ⇒ Grafeas::V1::Occurrence
The updated occurrence.
-
#update_mask ⇒ Google::Protobuf::FieldMask
The fields to update.
Instance Attribute Details
#name ⇒ String
Returns The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
194 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 194 class UpdateOccurrenceRequest; end |
#occurrence ⇒ Grafeas::V1::Occurrence
Returns The updated occurrence.
194 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 194 class UpdateOccurrenceRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns The fields to update.
194 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 194 class UpdateOccurrenceRequest; end |