Class LookupStreamObjectRequest (2.1.0)

public sealed class LookupStreamObjectRequest : IMessage<LookupStreamObjectRequest>, IEquatable<LookupStreamObjectRequest>, IDeepCloneable<LookupStreamObjectRequest>, IBufferMessage, IMessage

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

Inheritance

Object > LookupStreamObjectRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

LookupStreamObjectRequest()

public LookupStreamObjectRequest()

LookupStreamObjectRequest(LookupStreamObjectRequest)

public LookupStreamObjectRequest(LookupStreamObjectRequest other)
Parameter
NameDescription
otherLookupStreamObjectRequest

Properties

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsStreamName

public StreamName ParentAsStreamName { get; set; }

StreamName-typed view over the Parent resource name property.

Property Value
TypeDescription
StreamName

SourceObjectIdentifier

public SourceObjectIdentifier SourceObjectIdentifier { get; set; }

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

Property Value
TypeDescription
SourceObjectIdentifier