Class NoopCredentialFactory
java.lang.Object
org.apache.beam.sdk.extensions.gcp.auth.NoopCredentialFactory
- All Implemented Interfaces:
CredentialFactory
Construct an oauth credential to be used by the SDK and the SDK workers. Always returns a null
Credential object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NoopCredentialFactory
fromOptions
(PipelineOptions options) com.google.auth.Credentials
-
Constructor Details
-
NoopCredentialFactory
public NoopCredentialFactory()
-
-
Method Details
-
fromOptions
-
getCredential
- Specified by:
getCredential
in interfaceCredentialFactory
- Throws:
IOException
-