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.
Implements
IMessageListSchemaRevisionsResponse, IEquatableListSchemaRevisionsResponse, IDeepCloneableListSchemaRevisionsResponse, IBufferMessage, IMessage, IPageResponseSchema, IEnumerableSchema, IEnumerableNamespace
GoogleGoogle.CloudGoogle.Cloud.PubSubV1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSchemaRevisionsResponse()
public ListSchemaRevisionsResponse()
ListSchemaRevisionsResponse(ListSchemaRevisionsResponse)
public ListSchemaRevisionsResponse(ListSchemaRevisionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListSchemaRevisionsResponse |
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 | |
---|---|
Type | Description |
string |
Schemas
public RepeatedField<Schema> Schemas { get; }
The revisions of the schema.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSchema |
Methods
GetEnumerator()
public IEnumerator<Schema> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSchema |