Class GetStreamObjectRequest (2.1.0)

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

Request for fetching a specific stream object.

Inheritance

Object > GetStreamObjectRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

GetStreamObjectRequest()

public GetStreamObjectRequest()

GetStreamObjectRequest(GetStreamObjectRequest)

public GetStreamObjectRequest(GetStreamObjectRequest other)
Parameter
NameDescription
otherGetStreamObjectRequest

Properties

Name

public string Name { get; set; }

Required. The name of the stream object resource to get.

Property Value
TypeDescription
String

StreamObjectName

public StreamObjectName StreamObjectName { get; set; }

StreamObjectName-typed view over the Name resource name property.

Property Value
TypeDescription
StreamObjectName