Class ArtifactRegistryRequestInitializer

  • All Implemented Interfaces:
    com.google.api.client.http.HttpRequestInitializer

    public class ArtifactRegistryRequestInitializer
    extends java.lang.Object
    implements com.google.api.client.http.HttpRequestInitializer
    ArtifactRegistryRequestInitializer initializes outbound requests with the provided credentials and read timeout.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(com.google.api.client.http.HttpRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialize

        public void initialize​(com.google.api.client.http.HttpRequest request)
                        throws java.io.IOException
        Specified by:
        initialize in interface com.google.api.client.http.HttpRequestInitializer
        Throws:
        java.io.IOException