All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy