Class ListSchemasResponse (2.3.0)

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

Response for the ListSchemas method.

Inheritance

System.Object > ListSchemasResponse

Implements

Google.Protobuf.IMessage<ListSchemasResponse>, System.IEquatable<ListSchemasResponse>, Google.Protobuf.IDeepCloneable<ListSchemasResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Schema>, System.Collections.Generic.IEnumerable<Schema>, System.Collections.IEnumerable

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
System.String

Schemas

public RepeatedField<Schema> Schemas { get; }

The resulting schemas.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Schema>

Methods

GetEnumerator()

public IEnumerator<Schema> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Schema>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator