DataStream v1 API - Class ListStreamObjectsResponse (2.6.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
NameDescription
otherListStreamObjectsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

StreamObjects

public RepeatedField<StreamObject> StreamObjects { get; }

List of stream objects.

Property Value
TypeDescription
RepeatedFieldStreamObject

Methods

GetEnumerator()

public IEnumerator<StreamObject> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorStreamObject