type google.golang.org/genproto/googleapis/logging/v2.BigQueryOptions

13 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_config.pb.go#L449: func (x *LogSink) GetBigqueryOptions() *BigQueryOptions {
		logging_config.pb.go#L476: 	BigqueryOptions *BigQueryOptions `protobuf:"bytes,12,opt,name=bigquery_options,json=bigqueryOptions,proto3,oneof"`
		logging_config.pb.go#L482: type BigQueryOptions struct {
		logging_config.pb.go#L505: func (x *BigQueryOptions) Reset() {
		logging_config.pb.go#L506: 	*x = BigQueryOptions{}
		logging_config.pb.go#L514: func (x *BigQueryOptions) String() string {
		logging_config.pb.go#L518: func (*BigQueryOptions) ProtoMessage() {}
		logging_config.pb.go#L520: func (x *BigQueryOptions) ProtoReflect() protoreflect.Message {
		logging_config.pb.go#L533: func (*BigQueryOptions) Descriptor() ([]byte, []int) {
		logging_config.pb.go#L537: func (x *BigQueryOptions) GetUsePartitionedTables() bool {
		logging_config.pb.go#L544: func (x *BigQueryOptions) GetUsesTimestampColumnPartitioning() bool {
		logging_config.pb.go#L2772: 	(*BigQueryOptions)(nil),           // 4: google.logging.v2.BigQueryOptions
		logging_config.pb.go#L2888: 			switch v := v.(*BigQueryOptions); i {