bytes | Package bytes implements functions for the manipulation of byte slices. |
cloud.google.com/go/bigquery/internal | Package internal is used to manage versioning of the released library. |
cloud.google.com/go/bigquery/storage/apiv1 | Package storage is an auto-generated package for the BigQuery Storage API. |
cloud.google.com/go/bigquery/storage/apiv1/storagepb | |
cloud.google.com/go/internal/detect | Package detect is used find information from the environment. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/googleapis/gax-go/v2 | Package gax contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions. |
github.com/googleapis/gax-go/v2/apierror | Package apierror implements a wrapper error for parsing error details from API calls. |
go.opencensus.io/stats | Package stats contains support for OpenCensus stats recording. |
go.opencensus.io/stats/view | Package view contains support for collecting and exposing aggregates over stats. |
go.opencensus.io/tag | Package tag contains OpenCensus tags. |
golang.org/x/sync/semaphore | Package semaphore provides a weighted semaphore implementation. |
google.golang.org/api/option | |
google.golang.org/api/option/internaloption | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/types/descriptorpb | |
google.golang.org/protobuf/types/known/wrapperspb | |
hash/crc32 | Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. |
io | Package io provides basic interfaces to I/O primitives. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |