Enum TransportCompatibility.Transport (2.19.0)

public enum TransportCompatibility.Transport extends Enum<TransportCompatibility.Transport>

Enum representing the transports com.google.cloud.storage classes have implementations for.

Static Fields

NameDescription
GRPC

Value indicating usa of the <a target="_blank"rel="noopener noreferrer"href="https://github.com/googleapis/googleapis/blob/master/google/storage/v2/storage.proto">Cloud Storage v2 gRPC API TODO: link to public docs when published. See Also: StorageOptions#grpc()

HTTP

Value indicating use of the <a target="_blank"rel="noopener noreferrer"href="https://cloud.google.com/storage/docs/json_api">Cloud Storage JSON API See Also: StorageOptions#http()

Static Methods

NameDescription
valueOf(String name)
values()