Class QuotaProjectIdHidingCredentials

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class QuotaProjectIdHidingCredentials
    extends com.google.auth.Credentials
    QuotaProjectIdHidingCredentials is intended to be used to wrap a Credentials to hide quota project id

    Ensure that a custom set quota project id takes priority over one detected by credentials.

    See Also:
    Serialized Form
    • Constructor Detail

      • QuotaProjectIdHidingCredentials

        public QuotaProjectIdHidingCredentials​(com.google.auth.Credentials credentials)
    • Method Detail

      • getAuthenticationType

        public String getAuthenticationType()
        Specified by:
        getAuthenticationType in class com.google.auth.Credentials
      • hasRequestMetadata

        public boolean hasRequestMetadata()
        Specified by:
        hasRequestMetadata in class com.google.auth.Credentials
      • hasRequestMetadataOnly

        public boolean hasRequestMetadataOnly()
        Specified by:
        hasRequestMetadataOnly in class com.google.auth.Credentials
      • refresh

        public void refresh()
                     throws IOException
        Specified by:
        refresh in class com.google.auth.Credentials
        Throws:
        IOException