Storage Transfer v1 API - Enum S3CompatibleMetadata.Types.NetworkProtocol (2.5.0)

public enum S3CompatibleMetadata.Types.NetworkProtocol

Reference documentation and code samples for the Storage Transfer v1 API enum S3CompatibleMetadata.Types.NetworkProtocol.

The agent network protocol to access the storage service.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
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.

Https

Perform requests using HTTPS.

Unspecified

NetworkProtocol is not specified.