Search Results for

    Show / Hide Table of Contents

    Class FileService

    Inheritance
    object
    CrudServiceBase<GoogleAIClient>
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>
    FileService
    Implements
    ICrudService
    IBetaService
    Inherited Members
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.CreateAsync(RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.CreateAsync(object, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.RetrieveAsync(string, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.ReplaceAsync(string, object, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.UpdateAsync(string, IEnumerable<UpdateMask>, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.DeleteAsync(string, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.ListAsync(TokenQuery, RequestOptions)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.PrepareRequest(object)
    CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>.GetRequestParams()
    CrudServiceBase<GoogleAIClient>.client
    CrudServiceBase<GoogleAIClient>.ApiKey
    CrudServiceBase<GoogleAIClient>.GetUrl(params string[])
    CrudServiceBase<GoogleAIClient>.GetChildUrl(string, params string[])
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Google.Services
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class FileService : CrudService<GoogleAIClient, object, GoogleFile, DeletionStatus, TokenQuery>, ICrudService, IBetaService

    Constructors

    | Edit this page View Source

    FileService(GoogleAIClient)

    Declaration
    public FileService(GoogleAIClient client)
    Parameters
    Type Name Description
    GoogleAIClient client

    Implements

    ICrudService
    IBetaService

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation