Package io.camunda.zeebe.backup.gcs
Interface GcsConnectionConfig.Authentication
- All Known Implementing Classes:
GcsConnectionConfig.Authentication.Auto,GcsConnectionConfig.Authentication.None
- Enclosing class:
GcsConnectionConfig
public static sealed interface GcsConnectionConfig.Authentication
permits GcsConnectionConfig.Authentication.None, GcsConnectionConfig.Authentication.Auto
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordUse Application Default Credentials to automatically discover credentials.static final recordUse no authentication, only useful for testing. -
Method Summary
-
Method Details
-
credentials
com.google.auth.Credentials credentials()
-