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

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

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

Request for the ListSchemas method.

Inheritance

object > ListSchemasRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSchemasRequest()

public ListSchemasRequest()

ListSchemasRequest(ListSchemasRequest)

public ListSchemasRequest(ListSchemasRequest other)
Parameter
NameDescription
otherListSchemasRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of schemas to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the project in which to list schemas. Format is projects/{project-id}.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

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