class Google::Apis::DatastreamV1::LookupStreamObjectRequest
Request for looking up a specific stream object by its source object identifier.
Attributes
source_object_identifier[RW]
Represents an identifier of an object in the data source. Corresponds to the JSON property ‘sourceObjectIdentifier` @return [Google::Apis::DatastreamV1::SourceObjectIdentifier]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 812 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastream_v1/classes.rb, line 817 def update!(**args) @source_object_identifier = args[:source_object_identifier] if args.key?(:source_object_identifier) end