package pipeline
Type Members
-
class
Base64GCPCredential extends GCPCredential
GCPCredential implementation that loads the authorization json key from a Base64 string.
GCPCredential implementation that loads the authorization json key from a Base64 string. It is not recommended that this be used in production projects.
-
class
BasicGCPCredential extends GCPCredential
An implementation of GCPCredential where parameters represent the full authKey.
-
class
DefaultGCPCredential extends GCPCredential
GCPCredential implementation that looks for the gcpAuthKeyArray parameter to generate the authKey.
- trait GCPCredential extends Credential
-
class
GCPCredentialParser extends CredentialParser
An implementation of CredentialParser which returns either a GCPCredential or DefaultCredential
-
class
GCPSecretsManagerCredentialProvider extends DefaultCredentialProvider
An extension of DefaultCredentialProvider which will use the GCP secrets manager to attempt to find Credentials.
- class PubSubPipelineListener extends SparkListener with EventBasedPipelineListener