docs.unity3d.com
    Show / Hide Table of Contents

    Class GoogleCloudDataStorageModule

    Inheritance
    Object
    ScriptableSettingsBase
    ScriptableSettingsBase<GoogleCloudDataStorageModule>
    ScriptableSettings<GoogleCloudDataStorageModule>
    GoogleCloudDataStorageModule
    Inherited Members
    ScriptableSettings<GoogleCloudDataStorageModule>.instance
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.k_HasCustomPath
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.s_Instance
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.Save(String)
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.GetFilePath()
    ScriptableSettingsBase.k_PathExceptionMessage
    ScriptableSettingsBase.GetInstanceByType(Type)
    ScriptableSettingsBase.OnLoaded()
    Namespace: Unity.MARS.Providers.Google
    Syntax
    [MovedFrom("Unity.MARS")]
    public class GoogleCloudDataStorageModule : ScriptableSettings<GoogleCloudDataStorageModule>, IModuleBehaviorCallbacks, IModule, IProvidesCloudDataStorage, IFunctionalityProvider

    Methods

    AuthenticatedGetRequest(String, String, Action<Boolean, String>)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void AuthenticatedGetRequest(string uri, string authToken, Action<bool, string> callback)
    Parameters
    Type Name Description
    String uri
    String authToken
    Action<Boolean, String> callback

    CloudLoadAsync(String, Action<Boolean, Int64, Byte[]>, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void CloudLoadAsync(string key, Action<bool, long, byte[]> callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String key
    Action<Boolean, Int64, Byte[]> callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.CloudLoadAsync(String, Action<Boolean, Int64, Byte[]>, ProgressCallback)

    CloudLoadAsync(String, Action<Boolean, Int64, String>, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void CloudLoadAsync(string key, Action<bool, long, string> callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String key
    Action<Boolean, Int64, String> callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.CloudLoadAsync(String, Action<Boolean, Int64, String>, ProgressCallback)

    CloudLoadTextureAsync(String, LoadTextureCallback, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void CloudLoadTextureAsync(string key, LoadTextureCallback callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String key
    LoadTextureCallback callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.CloudLoadTextureAsync(String, LoadTextureCallback, ProgressCallback)

    CloudSaveAsync(String, Byte[], Action<Boolean, Int64, String>, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void CloudSaveAsync(string key, byte[] bytesObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String key
    Byte[] bytesObject
    Action<Boolean, Int64, String> callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.CloudSaveAsync(String, Byte[], Action<Boolean, Int64, String>, ProgressCallback)

    CloudSaveAsync(String, String, Action<Boolean, Int64, String>, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void CloudSaveAsync(string key, string serializedObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String key
    String serializedObject
    Action<Boolean, Int64, String> callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.CloudSaveAsync(String, String, Action<Boolean, Int64, String>, ProgressCallback)

    GetAPIKey()

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public string GetAPIKey()
    Returns
    Type Description
    String
    Implements
    IProvidesCloudDataStorage.GetAPIKey()

    GetProjectIdentifier()

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public string GetProjectIdentifier()
    Returns
    Type Description
    String
    Implements
    IProvidesCloudDataStorage.GetProjectIdentifier()

    IsConnected()

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public bool IsConnected()
    Returns
    Type Description
    Boolean
    Implements
    IProvidesCloudDataStorage.IsConnected()

    LoadLocalTextureAsync(String, LoadTextureCallback, ProgressCallback)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void LoadLocalTextureAsync(string path, LoadTextureCallback callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    String path
    LoadTextureCallback callback
    ProgressCallback progress
    Implements
    IProvidesCloudDataStorage.LoadLocalTextureAsync(String, LoadTextureCallback, ProgressCallback)

    SetAPIKey(String)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void SetAPIKey(string key)
    Parameters
    Type Name Description
    String key
    Implements
    IProvidesCloudDataStorage.SetAPIKey(String)

    SetProjectIdentifier(String)

    Declaration
    [Obsolete("The GoogleCloudStorageModule is obsolete")]
    public void SetProjectIdentifier(string id)
    Parameters
    Type Name Description
    String id
    Implements
    IProvidesCloudDataStorage.SetProjectIdentifier(String)

    Explicit Interface Implementations

    IFunctionalityProvider.ConnectSubscriber(Object)

    Declaration
    void IFunctionalityProvider.ConnectSubscriber(object obj)
    Parameters
    Type Name Description
    Object obj
    Implements
    IFunctionalityProvider.ConnectSubscriber(Object)

    IFunctionalityProvider.LoadProvider()

    Declaration
    void IFunctionalityProvider.LoadProvider()
    Implements
    IFunctionalityProvider.LoadProvider()

    IFunctionalityProvider.UnloadProvider()

    Declaration
    void IFunctionalityProvider.UnloadProvider()
    Implements
    IFunctionalityProvider.UnloadProvider()

    IModule.LoadModule()

    Declaration
    void IModule.LoadModule()
    Implements
    IModule.LoadModule()

    IModule.UnloadModule()

    Declaration
    void IModule.UnloadModule()
    Implements
    IModule.UnloadModule()

    IModuleBehaviorCallbacks.OnBehaviorAwake()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorAwake()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorAwake()

    IModuleBehaviorCallbacks.OnBehaviorDestroy()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorDestroy()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorDestroy()

    IModuleBehaviorCallbacks.OnBehaviorDisable()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorDisable()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorDisable()

    IModuleBehaviorCallbacks.OnBehaviorEnable()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorEnable()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorEnable()

    IModuleBehaviorCallbacks.OnBehaviorStart()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorStart()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorStart()

    IModuleBehaviorCallbacks.OnBehaviorUpdate()

    Declaration
    void IModuleBehaviorCallbacks.OnBehaviorUpdate()
    Implements
    IModuleBehaviorCallbacks.OnBehaviorUpdate()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023