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