Module: Google::Cloud::StorageTransfer::V1::S3CompatibleMetadata::NetworkProtocol
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The agent network protocol to access the storage service.
Constant Summary collapse
- NETWORK_PROTOCOL_UNSPECIFIED =
NetworkProtocol is not specified.
0
- NETWORK_PROTOCOL_HTTPS =
Perform requests using HTTPS.
1
- NETWORK_PROTOCOL_HTTP =
Not recommended: This sends data in clear-text. This is only appropriate within a closed network or for publicly available data. Perform requests using HTTP.
2