Cloud Pub/Sub v1 API - Class ListSchemasResponse (3.12.0)

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

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

Response for the ListSchemas method.

Inheritance

object > ListSchemasResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSchemasResponse()

public ListSchemasResponse()

ListSchemasResponse(ListSchemasResponse)

public ListSchemasResponse(ListSchemasResponse other)
Parameter
NameDescription
otherListSchemasResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new ListSchemasRequest.

Property Value
TypeDescription
string

Schemas

public RepeatedField<Schema> Schemas { get; }

The resulting schemas.

Property Value
TypeDescription
RepeatedFieldSchema

Methods

GetEnumerator()

public IEnumerator<Schema> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSchema