Cloud Pub/Sub v1 API - Class ListSchemaRevisionsResponse (3.6.0)

public sealed class ListSchemaRevisionsResponse : IMessage<ListSchemaRevisionsResponse>, IEquatable<ListSchemaRevisionsResponse>, IDeepCloneable<ListSchemaRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<Schema>, IEnumerable<Schema>, IEnumerable

Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListSchemaRevisionsResponse.

Response for the ListSchemaRevisions method.

Inheritance

object > ListSchemaRevisionsResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSchemaRevisionsResponse()

public ListSchemaRevisionsResponse()

ListSchemaRevisionsResponse(ListSchemaRevisionsResponse)

public ListSchemaRevisionsResponse(ListSchemaRevisionsResponse other)
Parameter
NameDescription
otherListSchemaRevisionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Property Value
TypeDescription
string

Schemas

public RepeatedField<Schema> Schemas { get; }

The revisions of the schema.

Property Value
TypeDescription
RepeatedFieldSchema

Methods

GetEnumerator()

public IEnumerator<Schema> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSchema