Class Transport
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.Transport
Helpers for cloud communication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.client.json.JsonFactory
static com.google.api.client.http.HttpTransport
static Storage.Builder
newStorageClient
(GcsOptions options) Returns a Cloud Storage client builder using the specifiedGcsOptions
.
-
Constructor Details
-
Transport
public Transport()
-
-
Method Details
-
getTransport
public static com.google.api.client.http.HttpTransport getTransport() -
getJsonFactory
public static com.google.api.client.json.JsonFactory getJsonFactory() -
newStorageClient
Returns a Cloud Storage client builder using the specifiedGcsOptions
.
-