DataStream v1 API - Class ListStreamsRequest (2.6.0)

public sealed class ListStreamsRequest : IMessage<ListStreamsRequest>, IEquatable<ListStreamsRequest>, IDeepCloneable<ListStreamsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the DataStream v1 API class ListStreamsRequest.

Request message for listing streams.

Inheritance

object > ListStreamsRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListStreamsRequest()

public ListStreamsRequest()

ListStreamsRequest(ListStreamsRequest)

public ListStreamsRequest(ListStreamsRequest other)
Parameter
NameDescription
otherListStreamsRequest

Properties

Filter

public string Filter { get; set; }

Filter request.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Order by fields for the result.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Maximum number of streams to return. If unspecified, at most 50 streams will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token received from a previous ListStreams call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListStreams must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent that owns the collection of streams.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName