Show / Hide Table of Contents

Class ListSchemasResponse

Response for the ListSchemas method.

Inheritance
object
ListSchemasResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ListSchemasResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

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

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Schemas

The resulting schemas.

Declaration
[JsonProperty("schemas")]
public virtual IList<Schema> Schemas { get; set; }
Property Value
Type Description
IList<Schema>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX