Class: Google::Cloud::Datastream::V1::LookupStreamObjectRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent stream that owns the collection of objects.

Returns:

  • (::String)

    Required. The parent stream that owns the collection of objects.



420
421
422
423
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 420

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

#source_object_identifier::Google::Cloud::Datastream::V1::SourceObjectIdentifier

Returns Required. The source object identifier which maps to the stream object.

Returns:



420
421
422
423
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 420

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