Registry / cloud / gax
library2.80.0javamavenunverified

Google API eXtensions for Java providing core utilities for building Google API clients.

<dependency> <groupId>com.google.api</groupId> <artifactId>gax</artifactId> <version>2.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GAX
G
gax
cloudjavav2.80.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FixedCredentialsProvider
✓ com.google.api.gax.core.FixedCredentialsProvider

Create a fixed credentials provider for Google API calls

import com.google.api.gax.core.FixedCredentialsProvider; import com.google.auth.oauth2.ServiceAccountCredentials; public class Example { public static void main(String[] args) throws Exception { FixedCredentialsProvider provider = FixedCredentialsProvider.create( ServiceAccountCredentials.getApplicationDefault() ); System.out.println("Credentials provider created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
gax — mvn dependency:get gax · libregistry