case class GCSFileConnector(projectId: String, bucket: String, name: String, credentialName: Option[String], credential: Option[Credential]) extends FileConnector with GCSConnector with Product with Serializable
Provides an implementation of FileConnector that works with GCS.
- projectId
The project id of the GCS project
- bucket
The name of the GCS bucket
- name
The name of this connector
- credentialName
The optional name of the credential to provide the CredentialProvider
- credential
The optional credential to use. credentialName takes precedence if provided.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GCSFileConnector
- Serializable
- Serializable
- Product
- Equals
- GCSConnector
- FileConnector
- Connector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GCSFileConnector(projectId: String, bucket: String, name: String, credentialName: Option[String], credential: Option[Credential])
- projectId
The project id of the GCS project
- bucket
The name of the GCS bucket
- name
The name of this connector
- credentialName
The optional name of the credential to provide the CredentialProvider
- credential
The optional credential to use. credentialName takes precedence if provided.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bucket: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
credential: Option[Credential]
- Definition Classes
- GCSFileConnector → Connector
-
val
credentialName: Option[String]
- Definition Classes
- GCSFileConnector → Connector
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCredential(pipelineContext: PipelineContext): Option[GCPCredential]
- Attributes
- protected
- Definition Classes
- GCSConnector → Connector
-
def
getFileManager(pipelineContext: PipelineContext): FileManager
Creates and opens a FileManager.
Creates and opens a FileManager.
- pipelineContext
The current PipelineContext for this session.
- returns
A FileManager for this specific connector type
- Definition Classes
- GCSFileConnector → FileConnector
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- GCSFileConnector → Connector
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val projectId: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()