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 NoopCredentialFactoryfromOptions(PipelineOptions options) com.google.auth.Credentials 
- 
Constructor Details
- 
NoopCredentialFactory
public NoopCredentialFactory() 
 - 
 - 
Method Details
- 
fromOptions
 - 
getCredential
- Specified by:
 getCredentialin interfaceCredentialFactory- Throws:
 IOException
 
 -