public enum TransportCompatibility.Transport extends Enum<TransportCompatibility.Transport>
Enum representing the transports com.google.cloud.storage
classes have implementations
for.
Static Fields
Name | Description |
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
Name | Description |
valueOf(String name) | |
values() |