com.rt.storage.auth.oauth2.QuotaProjectIdProvider Maven / Gradle / Ivy
package com.rt.storage.auth.oauth2;
/** Interface for {@link RtStorageCredentials} that return a quota project ID. */
public interface QuotaProjectIdProvider {
/** @return the quota project ID used for quota and billing purposes */
String getQuotaProjectId();
}