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.
Implements
IMessage<LookupStreamObjectRequest>, IEquatable<LookupStreamObjectRequest>, IDeepCloneable<LookupStreamObjectRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
LookupStreamObjectRequest()
public LookupStreamObjectRequest()
LookupStreamObjectRequest(LookupStreamObjectRequest)
public LookupStreamObjectRequest(LookupStreamObjectRequest other)
Parameter | |
---|---|
Name | Description |
other | LookupStreamObjectRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent stream that owns the collection of objects.
Property Value | |
---|---|
Type | Description |
String |
ParentAsStreamName
public StreamName ParentAsStreamName { get; set; }
StreamName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
StreamName |
SourceObjectIdentifier
public SourceObjectIdentifier SourceObjectIdentifier { get; set; }
Required. The source object identifier which maps to the stream object.
Property Value | |
---|---|
Type | Description |
SourceObjectIdentifier |