Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureServicePath (0.26 sec)

  1. platforms/software/resources-gcs/src/main/java/org/gradle/internal/resource/transport/gcp/gcs/GcsConnectionProperties.java

                getProperty(GCS_DISABLE_AUTH_PROPERTY));
        }
    
        GcsConnectionProperties(String endpoint, String servicePath, String disableAuthentication) {
            this(configureEndpoint(endpoint),
                configureServicePath(servicePath),
                configureDisableAuthentication(disableAuthentication));
        }
    
        private GcsConnectionProperties(URI endpoint, String servicePath, boolean disableAuthentication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top