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.
Implements
IMessageListSchemasRequest, IEquatableListSchemasRequest, IDeepCloneableListSchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSchemasRequest()
public ListSchemasRequest()
ListSchemasRequest(ListSchemasRequest)
public ListSchemasRequest(ListSchemasRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSchemasRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of schemas to return.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
SchemaView |