Class: Google::Apis::DatastreamV1::LookupStreamObjectRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb

Overview

Request for looking up a specific stream object by its source object identifier.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LookupStreamObjectRequest

Returns a new instance of LookupStreamObjectRequest.



1110
1111
1112
# File 'lib/google/apis/datastream_v1/classes.rb', line 1110

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#source_object_identifierGoogle::Apis::DatastreamV1::SourceObjectIdentifier

Represents an identifier of an object in the data source. Corresponds to the JSON property sourceObjectIdentifier



1108
1109
1110
# File 'lib/google/apis/datastream_v1/classes.rb', line 1108

def source_object_identifier
  @source_object_identifier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1115
1116
1117
# File 'lib/google/apis/datastream_v1/classes.rb', line 1115

def update!(**args)
  @source_object_identifier = args[:source_object_identifier] if args.key?(:source_object_identifier)
end