GetBlobOptions implements EndpointOptions uses UserAgentHeader
FinalYes
Interfaces
Methods
- toHeaders() : array<string|int, mixed>
- toURIParameters() : array<string|int, mixed>
- userAgentHeader() : string
- withEncryption() : self
- withLeaseId() : self
- withOrigin() : self
- withRange() : self
- withRangeGetContentCrc64() : self
- withRangeGetContentMd5() : self
- withRequestId() : self
- withSnapshot() : self
- withTimeoutSeconds() : self
- withUserAgent() : void
- withVersion() : self
- withVersionId() : self
Methods
toHeaders()
public
toHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>toURIParameters()
public
toURIParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>userAgentHeader()
public
userAgentHeader() : string
Return values
stringwithEncryption()
public
withEncryption(string $encryptionKey, string $encryptionAlgorithm[, string|null $encryptionKeySha256 = null ]) : self
Parameters
- $encryptionKey : string
- $encryptionAlgorithm : string
- $encryptionKeySha256 : string|null = null
Return values
selfwithLeaseId()
public
withLeaseId(string $leaseId) : self
Parameters
- $leaseId : string
Return values
selfwithOrigin()
public
withOrigin(string $origin) : self
Parameters
- $origin : string
Return values
selfwithRange()
public
withRange(Range $range) : self
Parameters
- $range : Range
Return values
selfwithRangeGetContentCrc64()
public
withRangeGetContentCrc64(bool $rangeGetContentCrc64) : self
Parameters
- $rangeGetContentCrc64 : bool
Return values
selfwithRangeGetContentMd5()
public
withRangeGetContentMd5(bool $rangeGetContentMd5) : self
Parameters
- $rangeGetContentMd5 : bool
Return values
selfwithRequestId()
public
withRequestId(string $requestId) : self
Parameters
- $requestId : string
Return values
selfwithSnapshot()
public
withSnapshot(string $snapshot) : self
Parameters
- $snapshot : string
Return values
selfwithTimeoutSeconds()
public
withTimeoutSeconds(int $timeoutSeconds) : self
Parameters
- $timeoutSeconds : int
Return values
selfwithUserAgent()
public
withUserAgent(string $userAgentHeader) : void
Parameters
- $userAgentHeader : string
withVersion()
public
withVersion(string $version) : self
Parameters
- $version : string
Return values
selfwithVersionId()
public
withVersionId(string $versionId) : self
Parameters
- $versionId : string