DataStream v1 API - Class ListStreamObjectsResponse (2.7.0)

public sealed class ListStreamObjectsResponse : IMessage<ListStreamObjectsResponse>, IEquatable<ListStreamObjectsResponse>, IDeepCloneable<ListStreamObjectsResponse>, IBufferMessage, IMessage, IPageResponse<StreamObject>, IEnumerable<StreamObject>, IEnumerable

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

Response containing the objects for a stream.

Inheritance

object > ListStreamObjectsResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListStreamObjectsResponse()

public ListStreamObjectsResponse()

ListStreamObjectsResponse(ListStreamObjectsResponse)

public ListStreamObjectsResponse(ListStreamObjectsResponse other)
Parameter
Name Description
other ListStreamObjectsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page.

Property Value
Type Description
string

StreamObjects

public RepeatedField<StreamObject> StreamObjects { get; }

List of stream objects.

Property Value
Type Description
RepeatedFieldStreamObject

Methods

GetEnumerator()

public IEnumerator<StreamObject> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorStreamObject