Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.SchemasResource.ListRequest

Lists Schemas in a given project and location. Note that only schemas/main is supported, so this will always return at most one Schema.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSchemasResponse>
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.ListRequest
Implements
IClientServiceRequest<ListSchemasResponse>
IClientServiceRequest
Inherited Members
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.Xgafv
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.AccessToken
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.Alt
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.Callback
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.Fields
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.Key
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.OauthToken
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.PrettyPrint
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.QuotaUser
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.UploadType
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.UploadProtocol
ClientServiceRequest<ListSchemasResponse>.Execute()
ClientServiceRequest<ListSchemasResponse>.ExecuteAsStream()
ClientServiceRequest<ListSchemasResponse>.ExecuteAsync()
ClientServiceRequest<ListSchemasResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSchemasResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSchemasResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSchemasResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSchemasResponse>.GenerateRequestUri()
ClientServiceRequest<ListSchemasResponse>.GetBody()
ClientServiceRequest<ListSchemasResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSchemasResponse>.ETagAction
ClientServiceRequest<ListSchemasResponse>.ModifyRequest
ClientServiceRequest<ListSchemasResponse>.ValidateParameters
ClientServiceRequest<ListSchemasResponse>.ApiVersion
ClientServiceRequest<ListSchemasResponse>.RequestParameters
ClientServiceRequest<ListSchemasResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDataConnect.v1
Assembly: Google.Apis.FirebaseDataConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.SchemasResource.ListRequest : FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>, IClientServiceRequest<ListSchemasResponse>, 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

Optional. Filtering results.

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
ClientServiceRequest<ListSchemasResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSchemasResponse>.MethodName

OrderBy

Optional. Hint for how to order the results.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListSchemas call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListSchemas must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Value of parent.

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
ClientServiceRequest<ListSchemasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseDataConnectBaseServiceRequest<ListSchemasResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX