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

public sealed class ListSchemaRevisionsRequest : IMessage<ListSchemaRevisionsRequest>, IEquatable<ListSchemaRevisionsRequest>, IDeepCloneable<ListSchemaRevisionsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request for the ListSchemaRevisions method.

Inheritance

object > ListSchemaRevisionsRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSchemaRevisionsRequest()

public ListSchemaRevisionsRequest()

ListSchemaRevisionsRequest(ListSchemaRevisionsRequest)

public ListSchemaRevisionsRequest(ListSchemaRevisionsRequest other)
Parameter
NameDescription
otherListSchemaRevisionsRequest

Properties

Name

public string Name { get; set; }

Required. The name of the schema to list revisions for.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of revisions to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.

Property Value
TypeDescription
string

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
TypeDescription
SchemaName

View

public SchemaView View { get; set; }

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.

Property Value
TypeDescription
SchemaView