Class: Grafeas::V1::UpdateOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::UpdateOccurrenceRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/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]
.
243 244 245 246 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 243 class UpdateOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#occurrence ⇒ ::Grafeas::V1::Occurrence
Returns The updated occurrence.
243 244 245 246 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 243 class UpdateOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The fields to update.
243 244 245 246 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 243 class UpdateOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |