Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureDisableAuthentication (0.21 sec)

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

        }
    
        GcsConnectionProperties(String endpoint, String servicePath, String disableAuthentication) {
            this(configureEndpoint(endpoint),
                configureServicePath(servicePath),
                configureDisableAuthentication(disableAuthentication));
        }
    
        private GcsConnectionProperties(URI endpoint, String servicePath, boolean disableAuthentication) {
            this.endpoint = endpoint;
            this.servicePath = servicePath;
    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