Enum TransportCompatibility.Transport (2.37.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 Cloud Storage v2 gRPC API TODO: link to public docs when published. See Also: StorageOptions#grpc()

HTTP

Value indicating use of the Cloud Storage JSON API See Also: StorageOptions#http()

Static Methods

NameDescription
valueOf(String name)
values()