Packages

final class GCStorageSettings extends AnyRef

Source
GCStorageSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GCStorageSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val basePath: String
  6. val baseUrl: String
  7. val clientEmail: String
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    GCStorageSettings → AnyRef → Any
  11. def getBasePath: String

    Java API

  12. def getBaseUrl: String

    Java API

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getClientEmail: String

    Java API

  15. def getPrivateKey: String

    Java API

  16. def getProjectId: String

    Java API

  17. def getTokenScope: String

    Java API

  18. def getTokenUrl: String

    Java API

  19. def hashCode(): Int
    Definition Classes
    GCStorageSettings → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val privateKey: String
  25. val projectId: String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    GCStorageSettings → AnyRef → Any
  28. val tokenScope: String
  29. val tokenUrl: String
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withBasePath(value: String): GCStorageSettings
  34. def withBaseUrl(value: String): GCStorageSettings
  35. def withClientEmail(value: String): GCStorageSettings
  36. def withPrivateKey(value: String): GCStorageSettings
  37. def withProjectId(value: String): GCStorageSettings
  38. def withTokenScope(value: String): GCStorageSettings
  39. def withTokenUrl(value: String): GCStorageSettings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped