Class: Grafeas::V1::UpdateOccurrenceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Returns:

  • (::String)

    The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].



237
238
239
240
# File 'proto_docs/grafeas/v1/grafeas.rb', line 237

class UpdateOccurrenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#occurrence::Grafeas::V1::Occurrence

Returns The updated occurrence.

Returns:



237
238
239
240
# File 'proto_docs/grafeas/v1/grafeas.rb', line 237

class UpdateOccurrenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The fields to update.

Returns:



237
238
239
240
# File 'proto_docs/grafeas/v1/grafeas.rb', line 237

class UpdateOccurrenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end