Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.68.0"
Version is the current tagged release of the library.
Variables ¶
View Source
var ( // WithMetricInterval is a function which is implemented by storage package. // It sets how often to emit metrics when using NewPeriodicReader and must be // greater than 1 minute. WithMetricInterval any // func (*time.Duration) option.ClientOption // WithMetricExporter is a function which is implemented by storage package. // Set an alternate client-side metric Exporter to emit metrics through. WithMetricExporter any // func (*metric.Exporter) option.ClientOption // WithMeterProvider is a function which is implemented by storage package. // Set an alternate client-side meter provider to emit metrics through. WithMeterProvider any // func (*metric.MeterProvider) option.ClientOption // WithReadStallTimeout is a function which is implemented by storage package. // It takes ReadStallTimeoutConfig as inputs and returns a option.ClientOption. WithReadStallTimeout any // func (*ReadStallTimeoutConfig) option.ClientOption // WithDirectConnectivityEnforced is a function which is implemented by the storage package. // It sets the gRPC client to use direct path connectivity for all requests and may fail // if direct path connectivity cannot be established for a request. WithDirectConnectivityEnforced any // func() option.ClientOption // WithOtelMetrics is a function which is implemented by the storage package. // It enables client-side OpenTelemetry metrics. WithOtelMetrics any // func() option.ClientOption // WithOtelDebugMetrics is a function which is implemented by the storage package. // It enables debug client-side OpenTelemetry metrics. WithOtelDebugMetrics any // func() option.ClientOption // WithBufferPool is a function which is implemented by the storage package. // It sets the buffer pool used to allocate memory for parallel uploads. // // This option is not supported at the moment. WithBufferPool any // func(BufferPool) option.ClientOption )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package storage is an auto-generated package for the Cloud Storage API.
|
Package storage is an auto-generated package for the Cloud Storage API. |
|
test
|
|
Click to show internal directories.
Click to hide internal directories.