Class ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource.ListRequest
Lists the field configuration and metadata for this database. Currently,
FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To
issue this query, call FirestoreAdmin.ListFields with the filter set to
indexConfig.usesAncestorConfig:false
.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta2
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource.ListRequest : FirestoreBaseServiceRequest<GoogleFirestoreAdminV1beta2ListFieldsResponse>, IClientServiceRequest<GoogleFirestoreAdminV1beta2ListFieldsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
Filter
The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports
listing fields that have been explicitly overridden. To issue this query, call
FirestoreAdmin.ListFields with the filter set to indexConfig.usesAncestorConfig:false
.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The number of results to return.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
A parent name of the form
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()