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 QuotaProjectIdProviderInterface forGoogleCredentialsthat return a quota project ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetQuotaProjectId()
-
-
-
Method Detail
-
getQuotaProjectId
String getQuotaProjectId()
- Returns:
- the quota project ID used for quota and billing purposes
-
-