package internal

import "cloud.google.com/go/storage/internal"

Index

Constants

const Version = "1.62.1"

Version is the current tagged release of the library.

Variables

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

	// WithGRPCBidiReads is a function which is implemented by the storage package.
	// It sets the gRPC client to use the BidiReadObject API for downloads.
	WithGRPCBidiReads any // func() option.ClientOption

	// WithZonalBucketAPIs is a function which is implemented by the storage package.
	// It sets the gRPC client to use the BidiReadObject API for downloads and
	// appendable object semantics by default for uploads.
	WithZonalBucketAPIs any // func() 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
)

Source Files

experimental.go version.go

Directories

PathSynopsis
internal/apiv2Package storage is an auto-generated package for the Cloud Storage API.
internal/apiv2/storagepb
internal/test
internal/test/conformance
Version
v1.62.1 (latest)
Published
Apr 13, 2026
Platform
darwin/amd64
Last checked
43 minutes ago

Tools for package owners.