public sealed class ListSchemasResponse : IMessage<ListSchemasResponse>, IEquatable<ListSchemasResponse>, IDeepCloneable<ListSchemasResponse>, IBufferMessage, IMessage, IPageResponse<Schema>, IEnumerable<Schema>, IEnumerableResponse for the ListSchemas method.
Inheritance
System.Object > ListSchemasResponseImplements
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.IEnumerableNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSchemasResponse()
public ListSchemasResponse()ListSchemasResponse(ListSchemasResponse)
public ListSchemasResponse(ListSchemasResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSchemasResponse |
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 | |
|---|---|
| Type | Description |
System.String |
|
Schemas
public RepeatedField<Schema> Schemas { get; }The resulting schemas.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<Schema> |
|
Methods
GetEnumerator()
public IEnumerator<Schema> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
System.Collections.Generic.IEnumerator<Schema> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
System.Collections.IEnumerator |
|