Package com.google.auth.oauth2
Interface QuotaProjectIdProvider
- All Known Implementing Classes:
AppEngineCredentials,AwsCredentials,CloudShellCredentials,ComputeEngineCredentials,ExternalAccountAuthorizedUserCredentials,ExternalAccountCredentials,GdchCredentials,GoogleCredentials,IdentityPoolCredentials,ImpersonatedCredentials,PluggableAuthCredentials,ServiceAccountCredentials,ServiceAccountJwtAccessCredentials,UserCredentials
public interface QuotaProjectIdProvider
Interface for
GoogleCredentials that return a quota project ID.-
Method Summary
-
Method Details
-
getQuotaProjectId
String getQuotaProjectId()- Returns:
- the quota project ID used for quota and billing purposes
-