Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTrustedTransport (0.14 sec)

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

        private final Storage storage;
    
        public static GcsClient create(GcsConnectionProperties gcsConnectionProperties) throws GeneralSecurityException, IOException {
            HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport();
            JsonFactory jsonFactory = new GsonFactory();
            Storage.Builder builder = new Storage.Builder(transport, jsonFactory, null);
            if (gcsConnectionProperties.requiresAuthentication()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 11:17:20 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top