bigquerypb

package
v0.0.0-...-c2139f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package bigquerypb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var DatasetsServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.DatasetsServer",
	HandlerType: (*DatasetsServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeleteDataset",
			Handler:    _DatasetsServer_DeleteDataset_Handler,
		},
		{
			MethodName: "GetDataset",
			Handler:    _DatasetsServer_GetDataset_Handler,
		},
		{
			MethodName: "InsertDataset",
			Handler:    _DatasetsServer_InsertDataset_Handler,
		},
		{
			MethodName: "ListDatasets",
			Handler:    _DatasetsServer_ListDatasets_Handler,
		},
		{
			MethodName: "PatchDataset",
			Handler:    _DatasetsServer_PatchDataset_Handler,
		},
		{
			MethodName: "UndeleteDataset",
			Handler:    _DatasetsServer_UndeleteDataset_Handler,
		},
		{
			MethodName: "UpdateDataset",
			Handler:    _DatasetsServer_UpdateDataset_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

DatasetsServer_ServiceDesc is the grpc.ServiceDesc for DatasetsServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_mockgcp_cloud_bigquery_v2_api_proto protoreflect.FileDescriptor
View Source
var JobsServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.JobsServer",
	HandlerType: (*JobsServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CancelJob",
			Handler:    _JobsServer_CancelJob_Handler,
		},
		{
			MethodName: "DeleteJob",
			Handler:    _JobsServer_DeleteJob_Handler,
		},
		{
			MethodName: "GetJob",
			Handler:    _JobsServer_GetJob_Handler,
		},
		{
			MethodName: "GetQueryResultsJob",
			Handler:    _JobsServer_GetQueryResultsJob_Handler,
		},
		{
			MethodName: "InsertJob",
			Handler:    _JobsServer_InsertJob_Handler,
		},
		{
			MethodName: "ListJobs",
			Handler:    _JobsServer_ListJobs_Handler,
		},
		{
			MethodName: "QueryJob",
			Handler:    _JobsServer_QueryJob_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

JobsServer_ServiceDesc is the grpc.ServiceDesc for JobsServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ModelsServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.ModelsServer",
	HandlerType: (*ModelsServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeleteModel",
			Handler:    _ModelsServer_DeleteModel_Handler,
		},
		{
			MethodName: "GetModel",
			Handler:    _ModelsServer_GetModel_Handler,
		},
		{
			MethodName: "ListModels",
			Handler:    _ModelsServer_ListModels_Handler,
		},
		{
			MethodName: "PatchModel",
			Handler:    _ModelsServer_PatchModel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

ModelsServer_ServiceDesc is the grpc.ServiceDesc for ModelsServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ProjectsServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.ProjectsServer",
	HandlerType: (*ProjectsServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetServiceAccountProject",
			Handler:    _ProjectsServer_GetServiceAccountProject_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _ProjectsServer_ListProjects_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

ProjectsServer_ServiceDesc is the grpc.ServiceDesc for ProjectsServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RoutinesServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.RoutinesServer",
	HandlerType: (*RoutinesServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeleteRoutine",
			Handler:    _RoutinesServer_DeleteRoutine_Handler,
		},
		{
			MethodName: "GetRoutine",
			Handler:    _RoutinesServer_GetRoutine_Handler,
		},
		{
			MethodName: "InsertRoutine",
			Handler:    _RoutinesServer_InsertRoutine_Handler,
		},
		{
			MethodName: "ListRoutines",
			Handler:    _RoutinesServer_ListRoutines_Handler,
		},
		{
			MethodName: "UpdateRoutine",
			Handler:    _RoutinesServer_UpdateRoutine_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

RoutinesServer_ServiceDesc is the grpc.ServiceDesc for RoutinesServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RowAccessPoliciesServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.RowAccessPoliciesServer",
	HandlerType: (*RowAccessPoliciesServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListRowAccessPolicies",
			Handler:    _RowAccessPoliciesServer_ListRowAccessPolicies_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

RowAccessPoliciesServer_ServiceDesc is the grpc.ServiceDesc for RowAccessPoliciesServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TabledataServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.TabledataServer",
	HandlerType: (*TabledataServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InsertAllTabledata",
			Handler:    _TabledataServer_InsertAllTabledata_Handler,
		},
		{
			MethodName: "ListTabledata",
			Handler:    _TabledataServer_ListTabledata_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

TabledataServer_ServiceDesc is the grpc.ServiceDesc for TabledataServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TablesServer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.bigquery.v2.TablesServer",
	HandlerType: (*TablesServerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeleteTable",
			Handler:    _TablesServer_DeleteTable_Handler,
		},
		{
			MethodName: "GetTable",
			Handler:    _TablesServer_GetTable_Handler,
		},
		{
			MethodName: "InsertTable",
			Handler:    _TablesServer_InsertTable_Handler,
		},
		{
			MethodName: "ListTables",
			Handler:    _TablesServer_ListTables_Handler,
		},
		{
			MethodName: "PatchTable",
			Handler:    _TablesServer_PatchTable_Handler,
		},
		{
			MethodName: "UpdateTable",
			Handler:    _TablesServer_UpdateTable_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/bigquery/v2/api.proto",
}

TablesServer_ServiceDesc is the grpc.ServiceDesc for TablesServer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDatasetsServerHandler

func RegisterDatasetsServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDatasetsServerHandler registers the http handlers for service DatasetsServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDatasetsServerHandlerClient

func RegisterDatasetsServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DatasetsServerClient) error

RegisterDatasetsServerHandlerClient registers the http handlers for service DatasetsServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DatasetsServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DatasetsServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DatasetsServerClient" to call the correct interceptors.

func RegisterDatasetsServerHandlerFromEndpoint

func RegisterDatasetsServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDatasetsServerHandlerFromEndpoint is same as RegisterDatasetsServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDatasetsServerHandlerServer

func RegisterDatasetsServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatasetsServerServer) error

RegisterDatasetsServerHandlerServer registers the http handlers for service DatasetsServer to "mux". UnaryRPC :call DatasetsServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDatasetsServerHandlerFromEndpoint instead.

func RegisterDatasetsServerServer

func RegisterDatasetsServerServer(s grpc.ServiceRegistrar, srv DatasetsServerServer)

func RegisterJobsServerHandler

func RegisterJobsServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterJobsServerHandler registers the http handlers for service JobsServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterJobsServerHandlerClient

func RegisterJobsServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JobsServerClient) error

RegisterJobsServerHandlerClient registers the http handlers for service JobsServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "JobsServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "JobsServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "JobsServerClient" to call the correct interceptors.

func RegisterJobsServerHandlerFromEndpoint

func RegisterJobsServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterJobsServerHandlerFromEndpoint is same as RegisterJobsServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterJobsServerHandlerServer

func RegisterJobsServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobsServerServer) error

RegisterJobsServerHandlerServer registers the http handlers for service JobsServer to "mux". UnaryRPC :call JobsServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobsServerHandlerFromEndpoint instead.

func RegisterJobsServerServer

func RegisterJobsServerServer(s grpc.ServiceRegistrar, srv JobsServerServer)

func RegisterModelsServerHandler

func RegisterModelsServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterModelsServerHandler registers the http handlers for service ModelsServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterModelsServerHandlerClient

func RegisterModelsServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ModelsServerClient) error

RegisterModelsServerHandlerClient registers the http handlers for service ModelsServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ModelsServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ModelsServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ModelsServerClient" to call the correct interceptors.

func RegisterModelsServerHandlerFromEndpoint

func RegisterModelsServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterModelsServerHandlerFromEndpoint is same as RegisterModelsServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterModelsServerHandlerServer

func RegisterModelsServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ModelsServerServer) error

RegisterModelsServerHandlerServer registers the http handlers for service ModelsServer to "mux". UnaryRPC :call ModelsServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterModelsServerHandlerFromEndpoint instead.

func RegisterModelsServerServer

func RegisterModelsServerServer(s grpc.ServiceRegistrar, srv ModelsServerServer)

func RegisterProjectsServerHandler

func RegisterProjectsServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterProjectsServerHandler registers the http handlers for service ProjectsServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterProjectsServerHandlerClient

func RegisterProjectsServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProjectsServerClient) error

RegisterProjectsServerHandlerClient registers the http handlers for service ProjectsServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProjectsServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProjectsServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ProjectsServerClient" to call the correct interceptors.

func RegisterProjectsServerHandlerFromEndpoint

func RegisterProjectsServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterProjectsServerHandlerFromEndpoint is same as RegisterProjectsServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterProjectsServerHandlerServer

func RegisterProjectsServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProjectsServerServer) error

RegisterProjectsServerHandlerServer registers the http handlers for service ProjectsServer to "mux". UnaryRPC :call ProjectsServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProjectsServerHandlerFromEndpoint instead.

func RegisterProjectsServerServer

func RegisterProjectsServerServer(s grpc.ServiceRegistrar, srv ProjectsServerServer)

func RegisterRoutinesServerHandler

func RegisterRoutinesServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRoutinesServerHandler registers the http handlers for service RoutinesServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRoutinesServerHandlerClient

func RegisterRoutinesServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RoutinesServerClient) error

RegisterRoutinesServerHandlerClient registers the http handlers for service RoutinesServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RoutinesServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RoutinesServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RoutinesServerClient" to call the correct interceptors.

func RegisterRoutinesServerHandlerFromEndpoint

func RegisterRoutinesServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRoutinesServerHandlerFromEndpoint is same as RegisterRoutinesServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRoutinesServerHandlerServer

func RegisterRoutinesServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RoutinesServerServer) error

RegisterRoutinesServerHandlerServer registers the http handlers for service RoutinesServer to "mux". UnaryRPC :call RoutinesServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRoutinesServerHandlerFromEndpoint instead.

func RegisterRoutinesServerServer

func RegisterRoutinesServerServer(s grpc.ServiceRegistrar, srv RoutinesServerServer)

func RegisterRowAccessPoliciesServerHandler

func RegisterRowAccessPoliciesServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRowAccessPoliciesServerHandler registers the http handlers for service RowAccessPoliciesServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRowAccessPoliciesServerHandlerClient

func RegisterRowAccessPoliciesServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RowAccessPoliciesServerClient) error

RegisterRowAccessPoliciesServerHandlerClient registers the http handlers for service RowAccessPoliciesServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RowAccessPoliciesServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RowAccessPoliciesServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RowAccessPoliciesServerClient" to call the correct interceptors.

func RegisterRowAccessPoliciesServerHandlerFromEndpoint

func RegisterRowAccessPoliciesServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRowAccessPoliciesServerHandlerFromEndpoint is same as RegisterRowAccessPoliciesServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRowAccessPoliciesServerHandlerServer

func RegisterRowAccessPoliciesServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RowAccessPoliciesServerServer) error

RegisterRowAccessPoliciesServerHandlerServer registers the http handlers for service RowAccessPoliciesServer to "mux". UnaryRPC :call RowAccessPoliciesServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRowAccessPoliciesServerHandlerFromEndpoint instead.

func RegisterRowAccessPoliciesServerServer

func RegisterRowAccessPoliciesServerServer(s grpc.ServiceRegistrar, srv RowAccessPoliciesServerServer)

func RegisterTabledataServerHandler

func RegisterTabledataServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTabledataServerHandler registers the http handlers for service TabledataServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTabledataServerHandlerClient

func RegisterTabledataServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TabledataServerClient) error

RegisterTabledataServerHandlerClient registers the http handlers for service TabledataServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TabledataServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TabledataServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TabledataServerClient" to call the correct interceptors.

func RegisterTabledataServerHandlerFromEndpoint

func RegisterTabledataServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTabledataServerHandlerFromEndpoint is same as RegisterTabledataServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTabledataServerHandlerServer

func RegisterTabledataServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TabledataServerServer) error

RegisterTabledataServerHandlerServer registers the http handlers for service TabledataServer to "mux". UnaryRPC :call TabledataServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTabledataServerHandlerFromEndpoint instead.

func RegisterTabledataServerServer

func RegisterTabledataServerServer(s grpc.ServiceRegistrar, srv TabledataServerServer)

func RegisterTablesServerHandler

func RegisterTablesServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTablesServerHandler registers the http handlers for service TablesServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTablesServerHandlerClient

func RegisterTablesServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TablesServerClient) error

RegisterTablesServerHandlerClient registers the http handlers for service TablesServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TablesServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TablesServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TablesServerClient" to call the correct interceptors.

func RegisterTablesServerHandlerFromEndpoint

func RegisterTablesServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTablesServerHandlerFromEndpoint is same as RegisterTablesServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTablesServerHandlerServer

func RegisterTablesServerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TablesServerServer) error

RegisterTablesServerHandlerServer registers the http handlers for service TablesServer to "mux". UnaryRPC :call TablesServerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTablesServerHandlerFromEndpoint instead.

func RegisterTablesServerServer

func RegisterTablesServerServer(s grpc.ServiceRegistrar, srv TablesServerServer)

Types

type AggregateClassificationMetrics

type AggregateClassificationMetrics struct {
	Accuracy  *float64 `protobuf:"fixed64,1,opt,name=accuracy" json:"accuracy,omitempty"`
	F1Score   *float64 `protobuf:"fixed64,2,opt,name=f1_score,json=f1Score" json:"f1_score,omitempty"`
	LogLoss   *float64 `protobuf:"fixed64,3,opt,name=log_loss,json=logLoss" json:"log_loss,omitempty"`
	Precision *float64 `protobuf:"fixed64,4,opt,name=precision" json:"precision,omitempty"`
	Recall    *float64 `protobuf:"fixed64,5,opt,name=recall" json:"recall,omitempty"`
	RocAuc    *float64 `protobuf:"fixed64,6,opt,name=roc_auc,json=rocAuc" json:"roc_auc,omitempty"`
	Threshold *float64 `protobuf:"fixed64,7,opt,name=threshold" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateClassificationMetrics) Descriptor deprecated

func (*AggregateClassificationMetrics) Descriptor() ([]byte, []int)

Deprecated: Use AggregateClassificationMetrics.ProtoReflect.Descriptor instead.

func (*AggregateClassificationMetrics) GetAccuracy

func (x *AggregateClassificationMetrics) GetAccuracy() float64

func (*AggregateClassificationMetrics) GetF1Score

func (x *AggregateClassificationMetrics) GetF1Score() float64

func (*AggregateClassificationMetrics) GetLogLoss

func (x *AggregateClassificationMetrics) GetLogLoss() float64

func (*AggregateClassificationMetrics) GetPrecision

func (x *AggregateClassificationMetrics) GetPrecision() float64

func (*AggregateClassificationMetrics) GetRecall

func (x *AggregateClassificationMetrics) GetRecall() float64

func (*AggregateClassificationMetrics) GetRocAuc

func (x *AggregateClassificationMetrics) GetRocAuc() float64

func (*AggregateClassificationMetrics) GetThreshold

func (x *AggregateClassificationMetrics) GetThreshold() float64

func (*AggregateClassificationMetrics) ProtoMessage

func (*AggregateClassificationMetrics) ProtoMessage()

func (*AggregateClassificationMetrics) ProtoReflect

func (*AggregateClassificationMetrics) Reset

func (x *AggregateClassificationMetrics) Reset()

func (*AggregateClassificationMetrics) String

type AggregationThresholdPolicy

type AggregationThresholdPolicy struct {
	PrivacyUnitColumns []string `protobuf:"bytes,1,rep,name=privacy_unit_columns,json=privacyUnitColumns" json:"privacy_unit_columns,omitempty"`
	Threshold          *int64   `protobuf:"varint,2,opt,name=threshold" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregationThresholdPolicy) Descriptor deprecated

func (*AggregationThresholdPolicy) Descriptor() ([]byte, []int)

Deprecated: Use AggregationThresholdPolicy.ProtoReflect.Descriptor instead.

func (*AggregationThresholdPolicy) GetPrivacyUnitColumns

func (x *AggregationThresholdPolicy) GetPrivacyUnitColumns() []string

func (*AggregationThresholdPolicy) GetThreshold

func (x *AggregationThresholdPolicy) GetThreshold() int64

func (*AggregationThresholdPolicy) ProtoMessage

func (*AggregationThresholdPolicy) ProtoMessage()

func (*AggregationThresholdPolicy) ProtoReflect

func (*AggregationThresholdPolicy) Reset

func (x *AggregationThresholdPolicy) Reset()

func (*AggregationThresholdPolicy) String

func (x *AggregationThresholdPolicy) String() string

type Argument

type Argument struct {
	ArgumentKind *string              `protobuf:"bytes,1,opt,name=argument_kind,json=argumentKind" json:"argument_kind,omitempty"`
	DataType     *StandardSqlDataType `protobuf:"bytes,2,opt,name=data_type,json=dataType" json:"data_type,omitempty"`
	IsAggregate  *bool                `protobuf:"varint,3,opt,name=is_aggregate,json=isAggregate" json:"is_aggregate,omitempty"`
	Mode         *string              `protobuf:"bytes,4,opt,name=mode" json:"mode,omitempty"`
	Name         *string              `protobuf:"bytes,5,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Argument) Descriptor deprecated

func (*Argument) Descriptor() ([]byte, []int)

Deprecated: Use Argument.ProtoReflect.Descriptor instead.

func (*Argument) GetArgumentKind

func (x *Argument) GetArgumentKind() string

func (*Argument) GetDataType

func (x *Argument) GetDataType() *StandardSqlDataType

func (*Argument) GetIsAggregate

func (x *Argument) GetIsAggregate() bool

func (*Argument) GetMode

func (x *Argument) GetMode() string

func (*Argument) GetName

func (x *Argument) GetName() string

func (*Argument) ProtoMessage

func (*Argument) ProtoMessage()

func (*Argument) ProtoReflect

func (x *Argument) ProtoReflect() protoreflect.Message

func (*Argument) Reset

func (x *Argument) Reset()

func (*Argument) String

func (x *Argument) String() string

type ArimaCoefficients

type ArimaCoefficients struct {
	AutoRegressiveCoefficients []float64 `` /* 136-byte string literal not displayed */
	InterceptCoefficient       *float64  `protobuf:"fixed64,2,opt,name=intercept_coefficient,json=interceptCoefficient" json:"intercept_coefficient,omitempty"`
	MovingAverageCoefficients  []float64 `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ArimaCoefficients) Descriptor deprecated

func (*ArimaCoefficients) Descriptor() ([]byte, []int)

Deprecated: Use ArimaCoefficients.ProtoReflect.Descriptor instead.

func (*ArimaCoefficients) GetAutoRegressiveCoefficients

func (x *ArimaCoefficients) GetAutoRegressiveCoefficients() []float64

func (*ArimaCoefficients) GetInterceptCoefficient

func (x *ArimaCoefficients) GetInterceptCoefficient() float64

func (*ArimaCoefficients) GetMovingAverageCoefficients

func (x *ArimaCoefficients) GetMovingAverageCoefficients() []float64

func (*ArimaCoefficients) ProtoMessage

func (*ArimaCoefficients) ProtoMessage()

func (*ArimaCoefficients) ProtoReflect

func (x *ArimaCoefficients) ProtoReflect() protoreflect.Message

func (*ArimaCoefficients) Reset

func (x *ArimaCoefficients) Reset()

func (*ArimaCoefficients) String

func (x *ArimaCoefficients) String() string

type ArimaFittingMetrics

type ArimaFittingMetrics struct {
	Aic           *float64 `protobuf:"fixed64,1,opt,name=aic" json:"aic,omitempty"`
	LogLikelihood *float64 `protobuf:"fixed64,2,opt,name=log_likelihood,json=logLikelihood" json:"log_likelihood,omitempty"`
	Variance      *float64 `protobuf:"fixed64,3,opt,name=variance" json:"variance,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaFittingMetrics) Descriptor deprecated

func (*ArimaFittingMetrics) Descriptor() ([]byte, []int)

Deprecated: Use ArimaFittingMetrics.ProtoReflect.Descriptor instead.

func (*ArimaFittingMetrics) GetAic

func (x *ArimaFittingMetrics) GetAic() float64

func (*ArimaFittingMetrics) GetLogLikelihood

func (x *ArimaFittingMetrics) GetLogLikelihood() float64

func (*ArimaFittingMetrics) GetVariance

func (x *ArimaFittingMetrics) GetVariance() float64

func (*ArimaFittingMetrics) ProtoMessage

func (*ArimaFittingMetrics) ProtoMessage()

func (*ArimaFittingMetrics) ProtoReflect

func (x *ArimaFittingMetrics) ProtoReflect() protoreflect.Message

func (*ArimaFittingMetrics) Reset

func (x *ArimaFittingMetrics) Reset()

func (*ArimaFittingMetrics) String

func (x *ArimaFittingMetrics) String() string

type ArimaForecastingMetrics

type ArimaForecastingMetrics struct {
	ArimaFittingMetrics                []*ArimaFittingMetrics                `protobuf:"bytes,1,rep,name=arima_fitting_metrics,json=arimaFittingMetrics" json:"arima_fitting_metrics,omitempty"`
	ArimaSingleModelForecastingMetrics []*ArimaSingleModelForecastingMetrics `` /* 162-byte string literal not displayed */
	HasDrift                           []bool                                `protobuf:"varint,3,rep,name=has_drift,json=hasDrift" json:"has_drift,omitempty"`
	NonSeasonalOrder                   []*ArimaOrder                         `protobuf:"bytes,4,rep,name=non_seasonal_order,json=nonSeasonalOrder" json:"non_seasonal_order,omitempty"`
	SeasonalPeriods                    []string                              `protobuf:"bytes,5,rep,name=seasonal_periods,json=seasonalPeriods" json:"seasonal_periods,omitempty"`
	TimeSeriesId                       []string                              `protobuf:"bytes,6,rep,name=time_series_id,json=timeSeriesId" json:"time_series_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaForecastingMetrics) Descriptor deprecated

func (*ArimaForecastingMetrics) Descriptor() ([]byte, []int)

Deprecated: Use ArimaForecastingMetrics.ProtoReflect.Descriptor instead.

func (*ArimaForecastingMetrics) GetArimaFittingMetrics

func (x *ArimaForecastingMetrics) GetArimaFittingMetrics() []*ArimaFittingMetrics

func (*ArimaForecastingMetrics) GetArimaSingleModelForecastingMetrics

func (x *ArimaForecastingMetrics) GetArimaSingleModelForecastingMetrics() []*ArimaSingleModelForecastingMetrics

func (*ArimaForecastingMetrics) GetHasDrift

func (x *ArimaForecastingMetrics) GetHasDrift() []bool

func (*ArimaForecastingMetrics) GetNonSeasonalOrder

func (x *ArimaForecastingMetrics) GetNonSeasonalOrder() []*ArimaOrder

func (*ArimaForecastingMetrics) GetSeasonalPeriods

func (x *ArimaForecastingMetrics) GetSeasonalPeriods() []string

func (*ArimaForecastingMetrics) GetTimeSeriesId

func (x *ArimaForecastingMetrics) GetTimeSeriesId() []string

func (*ArimaForecastingMetrics) ProtoMessage

func (*ArimaForecastingMetrics) ProtoMessage()

func (*ArimaForecastingMetrics) ProtoReflect

func (x *ArimaForecastingMetrics) ProtoReflect() protoreflect.Message

func (*ArimaForecastingMetrics) Reset

func (x *ArimaForecastingMetrics) Reset()

func (*ArimaForecastingMetrics) String

func (x *ArimaForecastingMetrics) String() string

type ArimaModelInfo

type ArimaModelInfo struct {
	ArimaCoefficients   *ArimaCoefficients   `protobuf:"bytes,1,opt,name=arima_coefficients,json=arimaCoefficients" json:"arima_coefficients,omitempty"`
	ArimaFittingMetrics *ArimaFittingMetrics `protobuf:"bytes,2,opt,name=arima_fitting_metrics,json=arimaFittingMetrics" json:"arima_fitting_metrics,omitempty"`
	HasDrift            *bool                `protobuf:"varint,3,opt,name=has_drift,json=hasDrift" json:"has_drift,omitempty"`
	HasHolidayEffect    *bool                `protobuf:"varint,4,opt,name=has_holiday_effect,json=hasHolidayEffect" json:"has_holiday_effect,omitempty"`
	HasSpikesAndDips    *bool                `protobuf:"varint,5,opt,name=has_spikes_and_dips,json=hasSpikesAndDips" json:"has_spikes_and_dips,omitempty"`
	HasStepChanges      *bool                `protobuf:"varint,6,opt,name=has_step_changes,json=hasStepChanges" json:"has_step_changes,omitempty"`
	NonSeasonalOrder    *ArimaOrder          `protobuf:"bytes,7,opt,name=non_seasonal_order,json=nonSeasonalOrder" json:"non_seasonal_order,omitempty"`
	SeasonalPeriods     []string             `protobuf:"bytes,8,rep,name=seasonal_periods,json=seasonalPeriods" json:"seasonal_periods,omitempty"`
	TimeSeriesId        *string              `protobuf:"bytes,9,opt,name=time_series_id,json=timeSeriesId" json:"time_series_id,omitempty"`
	TimeSeriesIds       []string             `protobuf:"bytes,10,rep,name=time_series_ids,json=timeSeriesIds" json:"time_series_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaModelInfo) Descriptor deprecated

func (*ArimaModelInfo) Descriptor() ([]byte, []int)

Deprecated: Use ArimaModelInfo.ProtoReflect.Descriptor instead.

func (*ArimaModelInfo) GetArimaCoefficients

func (x *ArimaModelInfo) GetArimaCoefficients() *ArimaCoefficients

func (*ArimaModelInfo) GetArimaFittingMetrics

func (x *ArimaModelInfo) GetArimaFittingMetrics() *ArimaFittingMetrics

func (*ArimaModelInfo) GetHasDrift

func (x *ArimaModelInfo) GetHasDrift() bool

func (*ArimaModelInfo) GetHasHolidayEffect

func (x *ArimaModelInfo) GetHasHolidayEffect() bool

func (*ArimaModelInfo) GetHasSpikesAndDips

func (x *ArimaModelInfo) GetHasSpikesAndDips() bool

func (*ArimaModelInfo) GetHasStepChanges

func (x *ArimaModelInfo) GetHasStepChanges() bool

func (*ArimaModelInfo) GetNonSeasonalOrder

func (x *ArimaModelInfo) GetNonSeasonalOrder() *ArimaOrder

func (*ArimaModelInfo) GetSeasonalPeriods

func (x *ArimaModelInfo) GetSeasonalPeriods() []string

func (*ArimaModelInfo) GetTimeSeriesId

func (x *ArimaModelInfo) GetTimeSeriesId() string

func (*ArimaModelInfo) GetTimeSeriesIds

func (x *ArimaModelInfo) GetTimeSeriesIds() []string

func (*ArimaModelInfo) ProtoMessage

func (*ArimaModelInfo) ProtoMessage()

func (*ArimaModelInfo) ProtoReflect

func (x *ArimaModelInfo) ProtoReflect() protoreflect.Message

func (*ArimaModelInfo) Reset

func (x *ArimaModelInfo) Reset()

func (*ArimaModelInfo) String

func (x *ArimaModelInfo) String() string

type ArimaOrder

type ArimaOrder struct {
	D *int64 `protobuf:"varint,1,opt,name=d" json:"d,omitempty"`
	P *int64 `protobuf:"varint,2,opt,name=p" json:"p,omitempty"`
	Q *int64 `protobuf:"varint,3,opt,name=q" json:"q,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaOrder) Descriptor deprecated

func (*ArimaOrder) Descriptor() ([]byte, []int)

Deprecated: Use ArimaOrder.ProtoReflect.Descriptor instead.

func (*ArimaOrder) GetD

func (x *ArimaOrder) GetD() int64

func (*ArimaOrder) GetP

func (x *ArimaOrder) GetP() int64

func (*ArimaOrder) GetQ

func (x *ArimaOrder) GetQ() int64

func (*ArimaOrder) ProtoMessage

func (*ArimaOrder) ProtoMessage()

func (*ArimaOrder) ProtoReflect

func (x *ArimaOrder) ProtoReflect() protoreflect.Message

func (*ArimaOrder) Reset

func (x *ArimaOrder) Reset()

func (*ArimaOrder) String

func (x *ArimaOrder) String() string

type ArimaResult

type ArimaResult struct {
	ArimaModelInfo  []*ArimaModelInfo `protobuf:"bytes,1,rep,name=arima_model_info,json=arimaModelInfo" json:"arima_model_info,omitempty"`
	SeasonalPeriods []string          `protobuf:"bytes,2,rep,name=seasonal_periods,json=seasonalPeriods" json:"seasonal_periods,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaResult) Descriptor deprecated

func (*ArimaResult) Descriptor() ([]byte, []int)

Deprecated: Use ArimaResult.ProtoReflect.Descriptor instead.

func (*ArimaResult) GetArimaModelInfo

func (x *ArimaResult) GetArimaModelInfo() []*ArimaModelInfo

func (*ArimaResult) GetSeasonalPeriods

func (x *ArimaResult) GetSeasonalPeriods() []string

func (*ArimaResult) ProtoMessage

func (*ArimaResult) ProtoMessage()

func (*ArimaResult) ProtoReflect

func (x *ArimaResult) ProtoReflect() protoreflect.Message

func (*ArimaResult) Reset

func (x *ArimaResult) Reset()

func (*ArimaResult) String

func (x *ArimaResult) String() string

type ArimaSingleModelForecastingMetrics

type ArimaSingleModelForecastingMetrics struct {
	ArimaFittingMetrics *ArimaFittingMetrics `protobuf:"bytes,1,opt,name=arima_fitting_metrics,json=arimaFittingMetrics" json:"arima_fitting_metrics,omitempty"`
	HasDrift            *bool                `protobuf:"varint,2,opt,name=has_drift,json=hasDrift" json:"has_drift,omitempty"`
	HasHolidayEffect    *bool                `protobuf:"varint,3,opt,name=has_holiday_effect,json=hasHolidayEffect" json:"has_holiday_effect,omitempty"`
	HasSpikesAndDips    *bool                `protobuf:"varint,4,opt,name=has_spikes_and_dips,json=hasSpikesAndDips" json:"has_spikes_and_dips,omitempty"`
	HasStepChanges      *bool                `protobuf:"varint,5,opt,name=has_step_changes,json=hasStepChanges" json:"has_step_changes,omitempty"`
	NonSeasonalOrder    *ArimaOrder          `protobuf:"bytes,6,opt,name=non_seasonal_order,json=nonSeasonalOrder" json:"non_seasonal_order,omitempty"`
	SeasonalPeriods     []string             `protobuf:"bytes,7,rep,name=seasonal_periods,json=seasonalPeriods" json:"seasonal_periods,omitempty"`
	TimeSeriesId        *string              `protobuf:"bytes,8,opt,name=time_series_id,json=timeSeriesId" json:"time_series_id,omitempty"`
	TimeSeriesIds       []string             `protobuf:"bytes,9,rep,name=time_series_ids,json=timeSeriesIds" json:"time_series_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ArimaSingleModelForecastingMetrics) Descriptor deprecated

func (*ArimaSingleModelForecastingMetrics) Descriptor() ([]byte, []int)

Deprecated: Use ArimaSingleModelForecastingMetrics.ProtoReflect.Descriptor instead.

func (*ArimaSingleModelForecastingMetrics) GetArimaFittingMetrics

func (x *ArimaSingleModelForecastingMetrics) GetArimaFittingMetrics() *ArimaFittingMetrics

func (*ArimaSingleModelForecastingMetrics) GetHasDrift

func (x *ArimaSingleModelForecastingMetrics) GetHasDrift() bool

func (*ArimaSingleModelForecastingMetrics) GetHasHolidayEffect

func (x *ArimaSingleModelForecastingMetrics) GetHasHolidayEffect() bool

func (*ArimaSingleModelForecastingMetrics) GetHasSpikesAndDips

func (x *ArimaSingleModelForecastingMetrics) GetHasSpikesAndDips() bool

func (*ArimaSingleModelForecastingMetrics) GetHasStepChanges

func (x *ArimaSingleModelForecastingMetrics) GetHasStepChanges() bool

func (*ArimaSingleModelForecastingMetrics) GetNonSeasonalOrder

func (x *ArimaSingleModelForecastingMetrics) GetNonSeasonalOrder() *ArimaOrder

func (*ArimaSingleModelForecastingMetrics) GetSeasonalPeriods

func (x *ArimaSingleModelForecastingMetrics) GetSeasonalPeriods() []string

func (*ArimaSingleModelForecastingMetrics) GetTimeSeriesId

func (x *ArimaSingleModelForecastingMetrics) GetTimeSeriesId() string

func (*ArimaSingleModelForecastingMetrics) GetTimeSeriesIds

func (x *ArimaSingleModelForecastingMetrics) GetTimeSeriesIds() []string

func (*ArimaSingleModelForecastingMetrics) ProtoMessage

func (*ArimaSingleModelForecastingMetrics) ProtoMessage()

func (*ArimaSingleModelForecastingMetrics) ProtoReflect

func (*ArimaSingleModelForecastingMetrics) Reset

func (*ArimaSingleModelForecastingMetrics) String

type AuditConfig

type AuditConfig struct {
	AuditLogConfigs []*AuditLogConfig `protobuf:"bytes,1,rep,name=audit_log_configs,json=auditLogConfigs" json:"audit_log_configs,omitempty"`
	Service         *string           `protobuf:"bytes,2,opt,name=service" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditConfig) Descriptor deprecated

func (*AuditConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuditConfig.ProtoReflect.Descriptor instead.

func (*AuditConfig) GetAuditLogConfigs

func (x *AuditConfig) GetAuditLogConfigs() []*AuditLogConfig

func (*AuditConfig) GetService

func (x *AuditConfig) GetService() string

func (*AuditConfig) ProtoMessage

func (*AuditConfig) ProtoMessage()

func (*AuditConfig) ProtoReflect

func (x *AuditConfig) ProtoReflect() protoreflect.Message

func (*AuditConfig) Reset

func (x *AuditConfig) Reset()

func (*AuditConfig) String

func (x *AuditConfig) String() string

type AuditLogConfig

type AuditLogConfig struct {
	ExemptedMembers []string `protobuf:"bytes,1,rep,name=exempted_members,json=exemptedMembers" json:"exempted_members,omitempty"`
	LogType         *string  `protobuf:"bytes,2,opt,name=log_type,json=logType" json:"log_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLogConfig) Descriptor deprecated

func (*AuditLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuditLogConfig.ProtoReflect.Descriptor instead.

func (*AuditLogConfig) GetExemptedMembers

func (x *AuditLogConfig) GetExemptedMembers() []string

func (*AuditLogConfig) GetLogType

func (x *AuditLogConfig) GetLogType() string

func (*AuditLogConfig) ProtoMessage

func (*AuditLogConfig) ProtoMessage()

func (*AuditLogConfig) ProtoReflect

func (x *AuditLogConfig) ProtoReflect() protoreflect.Message

func (*AuditLogConfig) Reset

func (x *AuditLogConfig) Reset()

func (*AuditLogConfig) String

func (x *AuditLogConfig) String() string

type AvroOptions

type AvroOptions struct {
	UseAvroLogicalTypes *bool `protobuf:"varint,1,opt,name=use_avro_logical_types,json=useAvroLogicalTypes" json:"use_avro_logical_types,omitempty"`
	// contains filtered or unexported fields
}

func (*AvroOptions) Descriptor deprecated

func (*AvroOptions) Descriptor() ([]byte, []int)

Deprecated: Use AvroOptions.ProtoReflect.Descriptor instead.

func (*AvroOptions) GetUseAvroLogicalTypes

func (x *AvroOptions) GetUseAvroLogicalTypes() bool

func (*AvroOptions) ProtoMessage

func (*AvroOptions) ProtoMessage()

func (*AvroOptions) ProtoReflect

func (x *AvroOptions) ProtoReflect() protoreflect.Message

func (*AvroOptions) Reset

func (x *AvroOptions) Reset()

func (*AvroOptions) String

func (x *AvroOptions) String() string

type BiEngineReason

type BiEngineReason struct {
	Code    *string `protobuf:"bytes,1,opt,name=code" json:"code,omitempty"`
	Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*BiEngineReason) Descriptor deprecated

func (*BiEngineReason) Descriptor() ([]byte, []int)

Deprecated: Use BiEngineReason.ProtoReflect.Descriptor instead.

func (*BiEngineReason) GetCode

func (x *BiEngineReason) GetCode() string

func (*BiEngineReason) GetMessage

func (x *BiEngineReason) GetMessage() string

func (*BiEngineReason) ProtoMessage

func (*BiEngineReason) ProtoMessage()

func (*BiEngineReason) ProtoReflect

func (x *BiEngineReason) ProtoReflect() protoreflect.Message

func (*BiEngineReason) Reset

func (x *BiEngineReason) Reset()

func (*BiEngineReason) String

func (x *BiEngineReason) String() string

type BiEngineStatistics

type BiEngineStatistics struct {
	AccelerationMode *string           `protobuf:"bytes,1,opt,name=acceleration_mode,json=accelerationMode" json:"acceleration_mode,omitempty"`
	BiEngineMode     *string           `protobuf:"bytes,2,opt,name=bi_engine_mode,json=biEngineMode" json:"bi_engine_mode,omitempty"`
	BiEngineReasons  []*BiEngineReason `protobuf:"bytes,3,rep,name=bi_engine_reasons,json=biEngineReasons" json:"bi_engine_reasons,omitempty"`
	// contains filtered or unexported fields
}

func (*BiEngineStatistics) Descriptor deprecated

func (*BiEngineStatistics) Descriptor() ([]byte, []int)

Deprecated: Use BiEngineStatistics.ProtoReflect.Descriptor instead.

func (*BiEngineStatistics) GetAccelerationMode

func (x *BiEngineStatistics) GetAccelerationMode() string

func (*BiEngineStatistics) GetBiEngineMode

func (x *BiEngineStatistics) GetBiEngineMode() string

func (*BiEngineStatistics) GetBiEngineReasons

func (x *BiEngineStatistics) GetBiEngineReasons() []*BiEngineReason

func (*BiEngineStatistics) ProtoMessage

func (*BiEngineStatistics) ProtoMessage()

func (*BiEngineStatistics) ProtoReflect

func (x *BiEngineStatistics) ProtoReflect() protoreflect.Message

func (*BiEngineStatistics) Reset

func (x *BiEngineStatistics) Reset()

func (*BiEngineStatistics) String

func (x *BiEngineStatistics) String() string

type BigLakeConfiguration

type BigLakeConfiguration struct {
	ConnectionId *string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId" json:"connection_id,omitempty"`
	FileFormat   *string `protobuf:"bytes,2,opt,name=file_format,json=fileFormat" json:"file_format,omitempty"`
	StorageUri   *string `protobuf:"bytes,3,opt,name=storage_uri,json=storageUri" json:"storage_uri,omitempty"`
	TableFormat  *string `protobuf:"bytes,4,opt,name=table_format,json=tableFormat" json:"table_format,omitempty"`
	// contains filtered or unexported fields
}

func (*BigLakeConfiguration) Descriptor deprecated

func (*BigLakeConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use BigLakeConfiguration.ProtoReflect.Descriptor instead.

func (*BigLakeConfiguration) GetConnectionId

func (x *BigLakeConfiguration) GetConnectionId() string

func (*BigLakeConfiguration) GetFileFormat

func (x *BigLakeConfiguration) GetFileFormat() string

func (*BigLakeConfiguration) GetStorageUri

func (x *BigLakeConfiguration) GetStorageUri() string

func (*BigLakeConfiguration) GetTableFormat

func (x *BigLakeConfiguration) GetTableFormat() string

func (*BigLakeConfiguration) ProtoMessage

func (*BigLakeConfiguration) ProtoMessage()

func (*BigLakeConfiguration) ProtoReflect

func (x *BigLakeConfiguration) ProtoReflect() protoreflect.Message

func (*BigLakeConfiguration) Reset

func (x *BigLakeConfiguration) Reset()

func (*BigLakeConfiguration) String

func (x *BigLakeConfiguration) String() string

type BigQueryModelTraining

type BigQueryModelTraining struct {
	CurrentIteration        *int32 `protobuf:"varint,1,opt,name=current_iteration,json=currentIteration" json:"current_iteration,omitempty"`
	ExpectedTotalIterations *int64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BigQueryModelTraining) Descriptor deprecated

func (*BigQueryModelTraining) Descriptor() ([]byte, []int)

Deprecated: Use BigQueryModelTraining.ProtoReflect.Descriptor instead.

func (*BigQueryModelTraining) GetCurrentIteration

func (x *BigQueryModelTraining) GetCurrentIteration() int32

func (*BigQueryModelTraining) GetExpectedTotalIterations

func (x *BigQueryModelTraining) GetExpectedTotalIterations() int64

func (*BigQueryModelTraining) ProtoMessage

func (*BigQueryModelTraining) ProtoMessage()

func (*BigQueryModelTraining) ProtoReflect

func (x *BigQueryModelTraining) ProtoReflect() protoreflect.Message

func (*BigQueryModelTraining) Reset

func (x *BigQueryModelTraining) Reset()

func (*BigQueryModelTraining) String

func (x *BigQueryModelTraining) String() string

type BigtableColumn

type BigtableColumn struct {
	Encoding         *string `protobuf:"bytes,1,opt,name=encoding" json:"encoding,omitempty"`
	FieldName        *string `protobuf:"bytes,2,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	OnlyReadLatest   *bool   `protobuf:"varint,3,opt,name=only_read_latest,json=onlyReadLatest" json:"only_read_latest,omitempty"`
	QualifierEncoded []byte  `protobuf:"bytes,4,opt,name=qualifier_encoded,json=qualifierEncoded" json:"qualifier_encoded,omitempty"`
	QualifierString  *string `protobuf:"bytes,5,opt,name=qualifier_string,json=qualifierString" json:"qualifier_string,omitempty"`
	Type             *string `protobuf:"bytes,6,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*BigtableColumn) Descriptor deprecated

func (*BigtableColumn) Descriptor() ([]byte, []int)

Deprecated: Use BigtableColumn.ProtoReflect.Descriptor instead.

func (*BigtableColumn) GetEncoding

func (x *BigtableColumn) GetEncoding() string

func (*BigtableColumn) GetFieldName

func (x *BigtableColumn) GetFieldName() string

func (*BigtableColumn) GetOnlyReadLatest

func (x *BigtableColumn) GetOnlyReadLatest() bool

func (*BigtableColumn) GetQualifierEncoded

func (x *BigtableColumn) GetQualifierEncoded() []byte

func (*BigtableColumn) GetQualifierString

func (x *BigtableColumn) GetQualifierString() string

func (*BigtableColumn) GetType

func (x *BigtableColumn) GetType() string

func (*BigtableColumn) ProtoMessage

func (*BigtableColumn) ProtoMessage()

func (*BigtableColumn) ProtoReflect

func (x *BigtableColumn) ProtoReflect() protoreflect.Message

func (*BigtableColumn) Reset

func (x *BigtableColumn) Reset()

func (*BigtableColumn) String

func (x *BigtableColumn) String() string

type BigtableColumnFamily

type BigtableColumnFamily struct {
	Columns        []*BigtableColumn `protobuf:"bytes,1,rep,name=columns" json:"columns,omitempty"`
	Encoding       *string           `protobuf:"bytes,2,opt,name=encoding" json:"encoding,omitempty"`
	FamilyId       *string           `protobuf:"bytes,3,opt,name=family_id,json=familyId" json:"family_id,omitempty"`
	OnlyReadLatest *bool             `protobuf:"varint,4,opt,name=only_read_latest,json=onlyReadLatest" json:"only_read_latest,omitempty"`
	Type           *string           `protobuf:"bytes,5,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*BigtableColumnFamily) Descriptor deprecated

func (*BigtableColumnFamily) Descriptor() ([]byte, []int)

Deprecated: Use BigtableColumnFamily.ProtoReflect.Descriptor instead.

func (*BigtableColumnFamily) GetColumns

func (x *BigtableColumnFamily) GetColumns() []*BigtableColumn

func (*BigtableColumnFamily) GetEncoding

func (x *BigtableColumnFamily) GetEncoding() string

func (*BigtableColumnFamily) GetFamilyId

func (x *BigtableColumnFamily) GetFamilyId() string

func (*BigtableColumnFamily) GetOnlyReadLatest

func (x *BigtableColumnFamily) GetOnlyReadLatest() bool

func (*BigtableColumnFamily) GetType

func (x *BigtableColumnFamily) GetType() string

func (*BigtableColumnFamily) ProtoMessage

func (*BigtableColumnFamily) ProtoMessage()

func (*BigtableColumnFamily) ProtoReflect

func (x *BigtableColumnFamily) ProtoReflect() protoreflect.Message

func (*BigtableColumnFamily) Reset

func (x *BigtableColumnFamily) Reset()

func (*BigtableColumnFamily) String

func (x *BigtableColumnFamily) String() string

type BigtableOptions

type BigtableOptions struct {
	ColumnFamilies                  []*BigtableColumnFamily `protobuf:"bytes,1,rep,name=column_families,json=columnFamilies" json:"column_families,omitempty"`
	IgnoreUnspecifiedColumnFamilies *bool                   `` /* 152-byte string literal not displayed */
	OutputColumnFamiliesAsJson      *bool                   `` /* 139-byte string literal not displayed */
	ReadRowkeyAsString              *bool                   `protobuf:"varint,4,opt,name=read_rowkey_as_string,json=readRowkeyAsString" json:"read_rowkey_as_string,omitempty"`
	// contains filtered or unexported fields
}

func (*BigtableOptions) Descriptor deprecated

func (*BigtableOptions) Descriptor() ([]byte, []int)

Deprecated: Use BigtableOptions.ProtoReflect.Descriptor instead.

func (*BigtableOptions) GetColumnFamilies

func (x *BigtableOptions) GetColumnFamilies() []*BigtableColumnFamily

func (*BigtableOptions) GetIgnoreUnspecifiedColumnFamilies

func (x *BigtableOptions) GetIgnoreUnspecifiedColumnFamilies() bool

func (*BigtableOptions) GetOutputColumnFamiliesAsJson

func (x *BigtableOptions) GetOutputColumnFamiliesAsJson() bool

func (*BigtableOptions) GetReadRowkeyAsString

func (x *BigtableOptions) GetReadRowkeyAsString() bool

func (*BigtableOptions) ProtoMessage

func (*BigtableOptions) ProtoMessage()

func (*BigtableOptions) ProtoReflect

func (x *BigtableOptions) ProtoReflect() protoreflect.Message

func (*BigtableOptions) Reset

func (x *BigtableOptions) Reset()

func (*BigtableOptions) String

func (x *BigtableOptions) String() string

type BinaryClassificationMetrics

type BinaryClassificationMetrics struct {
	AggregateClassificationMetrics *AggregateClassificationMetrics `` /* 146-byte string literal not displayed */
	BinaryConfusionMatrixList      []*BinaryConfusionMatrix        `` /* 133-byte string literal not displayed */
	NegativeLabel                  *string                         `protobuf:"bytes,3,opt,name=negative_label,json=negativeLabel" json:"negative_label,omitempty"`
	PositiveLabel                  *string                         `protobuf:"bytes,4,opt,name=positive_label,json=positiveLabel" json:"positive_label,omitempty"`
	// contains filtered or unexported fields
}

func (*BinaryClassificationMetrics) Descriptor deprecated

func (*BinaryClassificationMetrics) Descriptor() ([]byte, []int)

Deprecated: Use BinaryClassificationMetrics.ProtoReflect.Descriptor instead.

func (*BinaryClassificationMetrics) GetAggregateClassificationMetrics

func (x *BinaryClassificationMetrics) GetAggregateClassificationMetrics() *AggregateClassificationMetrics

func (*BinaryClassificationMetrics) GetBinaryConfusionMatrixList

func (x *BinaryClassificationMetrics) GetBinaryConfusionMatrixList() []*BinaryConfusionMatrix

func (*BinaryClassificationMetrics) GetNegativeLabel

func (x *BinaryClassificationMetrics) GetNegativeLabel() string

func (*BinaryClassificationMetrics) GetPositiveLabel

func (x *BinaryClassificationMetrics) GetPositiveLabel() string

func (*BinaryClassificationMetrics) ProtoMessage

func (*BinaryClassificationMetrics) ProtoMessage()

func (*BinaryClassificationMetrics) ProtoReflect

func (*BinaryClassificationMetrics) Reset

func (x *BinaryClassificationMetrics) Reset()

func (*BinaryClassificationMetrics) String

func (x *BinaryClassificationMetrics) String() string

type BinaryConfusionMatrix

type BinaryConfusionMatrix struct {
	Accuracy               *float64 `protobuf:"fixed64,1,opt,name=accuracy" json:"accuracy,omitempty"`
	F1Score                *float64 `protobuf:"fixed64,2,opt,name=f1_score,json=f1Score" json:"f1_score,omitempty"`
	FalseNegatives         *int64   `protobuf:"varint,3,opt,name=false_negatives,json=falseNegatives" json:"false_negatives,omitempty"`
	FalsePositives         *int64   `protobuf:"varint,4,opt,name=false_positives,json=falsePositives" json:"false_positives,omitempty"`
	PositiveClassThreshold *float64 `protobuf:"fixed64,5,opt,name=positive_class_threshold,json=positiveClassThreshold" json:"positive_class_threshold,omitempty"`
	Precision              *float64 `protobuf:"fixed64,6,opt,name=precision" json:"precision,omitempty"`
	Recall                 *float64 `protobuf:"fixed64,7,opt,name=recall" json:"recall,omitempty"`
	TrueNegatives          *int64   `protobuf:"varint,8,opt,name=true_negatives,json=trueNegatives" json:"true_negatives,omitempty"`
	TruePositives          *int64   `protobuf:"varint,9,opt,name=true_positives,json=truePositives" json:"true_positives,omitempty"`
	// contains filtered or unexported fields
}

func (*BinaryConfusionMatrix) Descriptor deprecated

func (*BinaryConfusionMatrix) Descriptor() ([]byte, []int)

Deprecated: Use BinaryConfusionMatrix.ProtoReflect.Descriptor instead.

func (*BinaryConfusionMatrix) GetAccuracy

func (x *BinaryConfusionMatrix) GetAccuracy() float64

func (*BinaryConfusionMatrix) GetF1Score

func (x *BinaryConfusionMatrix) GetF1Score() float64

func (*BinaryConfusionMatrix) GetFalseNegatives

func (x *BinaryConfusionMatrix) GetFalseNegatives() int64

func (*BinaryConfusionMatrix) GetFalsePositives

func (x *BinaryConfusionMatrix) GetFalsePositives() int64

func (*BinaryConfusionMatrix) GetPositiveClassThreshold

func (x *BinaryConfusionMatrix) GetPositiveClassThreshold() float64

func (*BinaryConfusionMatrix) GetPrecision

func (x *BinaryConfusionMatrix) GetPrecision() float64

func (*BinaryConfusionMatrix) GetRecall

func (x *BinaryConfusionMatrix) GetRecall() float64

func (*BinaryConfusionMatrix) GetTrueNegatives

func (x *BinaryConfusionMatrix) GetTrueNegatives() int64

func (*BinaryConfusionMatrix) GetTruePositives

func (x *BinaryConfusionMatrix) GetTruePositives() int64

func (*BinaryConfusionMatrix) ProtoMessage

func (*BinaryConfusionMatrix) ProtoMessage()

func (*BinaryConfusionMatrix) ProtoReflect

func (x *BinaryConfusionMatrix) ProtoReflect() protoreflect.Message

func (*BinaryConfusionMatrix) Reset

func (x *BinaryConfusionMatrix) Reset()

func (*BinaryConfusionMatrix) String

func (x *BinaryConfusionMatrix) String() string

type Binding

type Binding struct {
	Condition *Expr    `protobuf:"bytes,1,opt,name=condition" json:"condition,omitempty"`
	Members   []string `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
	Role      *string  `protobuf:"bytes,3,opt,name=role" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*Binding) Descriptor deprecated

func (*Binding) Descriptor() ([]byte, []int)

Deprecated: Use Binding.ProtoReflect.Descriptor instead.

func (*Binding) GetCondition

func (x *Binding) GetCondition() *Expr

func (*Binding) GetMembers

func (x *Binding) GetMembers() []string

func (*Binding) GetRole

func (x *Binding) GetRole() string

func (*Binding) ProtoMessage

func (*Binding) ProtoMessage()

func (*Binding) ProtoReflect

func (x *Binding) ProtoReflect() protoreflect.Message

func (*Binding) Reset

func (x *Binding) Reset()

func (*Binding) String

func (x *Binding) String() string

type BqmlIterationResult

type BqmlIterationResult struct {
	DurationMs   *int64   `protobuf:"varint,1,opt,name=duration_ms,json=durationMs" json:"duration_ms,omitempty"`
	EvalLoss     *float64 `protobuf:"fixed64,2,opt,name=eval_loss,json=evalLoss" json:"eval_loss,omitempty"`
	Index        *int32   `protobuf:"varint,3,opt,name=index" json:"index,omitempty"`
	LearnRate    *float64 `protobuf:"fixed64,4,opt,name=learn_rate,json=learnRate" json:"learn_rate,omitempty"`
	TrainingLoss *float64 `protobuf:"fixed64,5,opt,name=training_loss,json=trainingLoss" json:"training_loss,omitempty"`
	// contains filtered or unexported fields
}

func (*BqmlIterationResult) Descriptor deprecated

func (*BqmlIterationResult) Descriptor() ([]byte, []int)

Deprecated: Use BqmlIterationResult.ProtoReflect.Descriptor instead.

func (*BqmlIterationResult) GetDurationMs

func (x *BqmlIterationResult) GetDurationMs() int64

func (*BqmlIterationResult) GetEvalLoss

func (x *BqmlIterationResult) GetEvalLoss() float64

func (*BqmlIterationResult) GetIndex

func (x *BqmlIterationResult) GetIndex() int32

func (*BqmlIterationResult) GetLearnRate

func (x *BqmlIterationResult) GetLearnRate() float64

func (*BqmlIterationResult) GetTrainingLoss

func (x *BqmlIterationResult) GetTrainingLoss() float64

func (*BqmlIterationResult) ProtoMessage

func (*BqmlIterationResult) ProtoMessage()

func (*BqmlIterationResult) ProtoReflect

func (x *BqmlIterationResult) ProtoReflect() protoreflect.Message

func (*BqmlIterationResult) Reset

func (x *BqmlIterationResult) Reset()

func (*BqmlIterationResult) String

func (x *BqmlIterationResult) String() string

type BqmlTrainingRun

type BqmlTrainingRun struct {
	IterationResults []*BqmlIterationResult          `protobuf:"bytes,1,rep,name=iteration_results,json=iterationResults" json:"iteration_results,omitempty"`
	StartTime        *timestamp.Timestamp            `protobuf:"bytes,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	State            *string                         `protobuf:"bytes,3,opt,name=state" json:"state,omitempty"`
	TrainingOptions  *BqmlTrainingRunTrainingOptions `protobuf:"bytes,4,opt,name=training_options,json=trainingOptions" json:"training_options,omitempty"`
	// contains filtered or unexported fields
}

func (*BqmlTrainingRun) Descriptor deprecated

func (*BqmlTrainingRun) Descriptor() ([]byte, []int)

Deprecated: Use BqmlTrainingRun.ProtoReflect.Descriptor instead.

func (*BqmlTrainingRun) GetIterationResults

func (x *BqmlTrainingRun) GetIterationResults() []*BqmlIterationResult

func (*BqmlTrainingRun) GetStartTime

func (x *BqmlTrainingRun) GetStartTime() *timestamp.Timestamp

func (*BqmlTrainingRun) GetState

func (x *BqmlTrainingRun) GetState() string

func (*BqmlTrainingRun) GetTrainingOptions

func (x *BqmlTrainingRun) GetTrainingOptions() *BqmlTrainingRunTrainingOptions

func (*BqmlTrainingRun) ProtoMessage

func (*BqmlTrainingRun) ProtoMessage()

func (*BqmlTrainingRun) ProtoReflect

func (x *BqmlTrainingRun) ProtoReflect() protoreflect.Message

func (*BqmlTrainingRun) Reset

func (x *BqmlTrainingRun) Reset()

func (*BqmlTrainingRun) String

func (x *BqmlTrainingRun) String() string

type BqmlTrainingRunTrainingOptions

type BqmlTrainingRunTrainingOptions struct {
	EarlyStop               *bool    `protobuf:"varint,1,opt,name=early_stop,json=earlyStop" json:"early_stop,omitempty"`
	L1Reg                   *float64 `protobuf:"fixed64,2,opt,name=l1_reg,json=l1Reg" json:"l1_reg,omitempty"`
	L2Reg                   *float64 `protobuf:"fixed64,3,opt,name=l2_reg,json=l2Reg" json:"l2_reg,omitempty"`
	LearnRate               *float64 `protobuf:"fixed64,4,opt,name=learn_rate,json=learnRate" json:"learn_rate,omitempty"`
	LearnRateStrategy       *string  `protobuf:"bytes,5,opt,name=learn_rate_strategy,json=learnRateStrategy" json:"learn_rate_strategy,omitempty"`
	LineSearchInitLearnRate *float64 `` /* 131-byte string literal not displayed */
	MaxIteration            *int64   `protobuf:"varint,7,opt,name=max_iteration,json=maxIteration" json:"max_iteration,omitempty"`
	MinRelProgress          *float64 `protobuf:"fixed64,8,opt,name=min_rel_progress,json=minRelProgress" json:"min_rel_progress,omitempty"`
	WarmStart               *bool    `protobuf:"varint,9,opt,name=warm_start,json=warmStart" json:"warm_start,omitempty"`
	// contains filtered or unexported fields
}

func (*BqmlTrainingRunTrainingOptions) Descriptor deprecated

func (*BqmlTrainingRunTrainingOptions) Descriptor() ([]byte, []int)

Deprecated: Use BqmlTrainingRunTrainingOptions.ProtoReflect.Descriptor instead.

func (*BqmlTrainingRunTrainingOptions) GetEarlyStop

func (x *BqmlTrainingRunTrainingOptions) GetEarlyStop() bool

func (*BqmlTrainingRunTrainingOptions) GetL1Reg

func (*BqmlTrainingRunTrainingOptions) GetL2Reg

func (*BqmlTrainingRunTrainingOptions) GetLearnRate

func (x *BqmlTrainingRunTrainingOptions) GetLearnRate() float64

func (*BqmlTrainingRunTrainingOptions) GetLearnRateStrategy

func (x *BqmlTrainingRunTrainingOptions) GetLearnRateStrategy() string

func (*BqmlTrainingRunTrainingOptions) GetLineSearchInitLearnRate

func (x *BqmlTrainingRunTrainingOptions) GetLineSearchInitLearnRate() float64

func (*BqmlTrainingRunTrainingOptions) GetMaxIteration

func (x *BqmlTrainingRunTrainingOptions) GetMaxIteration() int64

func (*BqmlTrainingRunTrainingOptions) GetMinRelProgress

func (x *BqmlTrainingRunTrainingOptions) GetMinRelProgress() float64

func (*BqmlTrainingRunTrainingOptions) GetWarmStart

func (x *BqmlTrainingRunTrainingOptions) GetWarmStart() bool

func (*BqmlTrainingRunTrainingOptions) ProtoMessage

func (*BqmlTrainingRunTrainingOptions) ProtoMessage()

func (*BqmlTrainingRunTrainingOptions) ProtoReflect

func (*BqmlTrainingRunTrainingOptions) Reset

func (x *BqmlTrainingRunTrainingOptions) Reset()

func (*BqmlTrainingRunTrainingOptions) String

type CancelJobRequest

type CancelJobRequest struct {
	JobId     *string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	Location  *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelJobRequest) Descriptor deprecated

func (*CancelJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.

func (*CancelJobRequest) GetJobId

func (x *CancelJobRequest) GetJobId() string

func (*CancelJobRequest) GetLocation

func (x *CancelJobRequest) GetLocation() string

func (*CancelJobRequest) GetProjectId

func (x *CancelJobRequest) GetProjectId() string

func (*CancelJobRequest) ProtoMessage

func (*CancelJobRequest) ProtoMessage()

func (*CancelJobRequest) ProtoReflect

func (x *CancelJobRequest) ProtoReflect() protoreflect.Message

func (*CancelJobRequest) Reset

func (x *CancelJobRequest) Reset()

func (*CancelJobRequest) String

func (x *CancelJobRequest) String() string

type CategoricalValue

type CategoricalValue struct {
	CategoryCounts []*CategoryCount `protobuf:"bytes,1,rep,name=category_counts,json=categoryCounts" json:"category_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*CategoricalValue) Descriptor deprecated

func (*CategoricalValue) Descriptor() ([]byte, []int)

Deprecated: Use CategoricalValue.ProtoReflect.Descriptor instead.

func (*CategoricalValue) GetCategoryCounts

func (x *CategoricalValue) GetCategoryCounts() []*CategoryCount

func (*CategoricalValue) ProtoMessage

func (*CategoricalValue) ProtoMessage()

func (*CategoricalValue) ProtoReflect

func (x *CategoricalValue) ProtoReflect() protoreflect.Message

func (*CategoricalValue) Reset

func (x *CategoricalValue) Reset()

func (*CategoricalValue) String

func (x *CategoricalValue) String() string

type CategoryCount

type CategoryCount struct {
	Category *string `protobuf:"bytes,1,opt,name=category" json:"category,omitempty"`
	Count    *int64  `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CategoryCount) Descriptor deprecated

func (*CategoryCount) Descriptor() ([]byte, []int)

Deprecated: Use CategoryCount.ProtoReflect.Descriptor instead.

func (*CategoryCount) GetCategory

func (x *CategoryCount) GetCategory() string

func (*CategoryCount) GetCount

func (x *CategoryCount) GetCount() int64

func (*CategoryCount) ProtoMessage

func (*CategoryCount) ProtoMessage()

func (*CategoryCount) ProtoReflect

func (x *CategoryCount) ProtoReflect() protoreflect.Message

func (*CategoryCount) Reset

func (x *CategoryCount) Reset()

func (*CategoryCount) String

func (x *CategoryCount) String() string

type CloneDefinition

type CloneDefinition struct {
	BaseTableReference *TableReference      `protobuf:"bytes,1,opt,name=base_table_reference,json=baseTableReference" json:"base_table_reference,omitempty"`
	CloneTime          *timestamp.Timestamp `protobuf:"bytes,2,opt,name=clone_time,json=cloneTime" json:"clone_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneDefinition) Descriptor deprecated

func (*CloneDefinition) Descriptor() ([]byte, []int)

Deprecated: Use CloneDefinition.ProtoReflect.Descriptor instead.

func (*CloneDefinition) GetBaseTableReference

func (x *CloneDefinition) GetBaseTableReference() *TableReference

func (*CloneDefinition) GetCloneTime

func (x *CloneDefinition) GetCloneTime() *timestamp.Timestamp

func (*CloneDefinition) ProtoMessage

func (*CloneDefinition) ProtoMessage()

func (*CloneDefinition) ProtoReflect

func (x *CloneDefinition) ProtoReflect() protoreflect.Message

func (*CloneDefinition) Reset

func (x *CloneDefinition) Reset()

func (*CloneDefinition) String

func (x *CloneDefinition) String() string

type Cluster

type Cluster struct {
	CentroidId    *int64          `protobuf:"varint,1,opt,name=centroid_id,json=centroidId" json:"centroid_id,omitempty"`
	Count         *int64          `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	FeatureValues []*FeatureValue `protobuf:"bytes,3,rep,name=feature_values,json=featureValues" json:"feature_values,omitempty"`
	// contains filtered or unexported fields
}

func (*Cluster) Descriptor deprecated

func (*Cluster) Descriptor() ([]byte, []int)

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetCentroidId

func (x *Cluster) GetCentroidId() int64

func (*Cluster) GetCount

func (x *Cluster) GetCount() int64

func (*Cluster) GetFeatureValues

func (x *Cluster) GetFeatureValues() []*FeatureValue

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

func (x *Cluster) ProtoReflect() protoreflect.Message

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

type ClusterInfo

type ClusterInfo struct {
	CentroidId    *int64   `protobuf:"varint,1,opt,name=centroid_id,json=centroidId" json:"centroid_id,omitempty"`
	ClusterRadius *float64 `protobuf:"fixed64,2,opt,name=cluster_radius,json=clusterRadius" json:"cluster_radius,omitempty"`
	ClusterSize   *int64   `protobuf:"varint,3,opt,name=cluster_size,json=clusterSize" json:"cluster_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterInfo) Descriptor deprecated

func (*ClusterInfo) Descriptor() ([]byte, []int)

Deprecated: Use ClusterInfo.ProtoReflect.Descriptor instead.

func (*ClusterInfo) GetCentroidId

func (x *ClusterInfo) GetCentroidId() int64

func (*ClusterInfo) GetClusterRadius

func (x *ClusterInfo) GetClusterRadius() float64

func (*ClusterInfo) GetClusterSize

func (x *ClusterInfo) GetClusterSize() int64

func (*ClusterInfo) ProtoMessage

func (*ClusterInfo) ProtoMessage()

func (*ClusterInfo) ProtoReflect

func (x *ClusterInfo) ProtoReflect() protoreflect.Message

func (*ClusterInfo) Reset

func (x *ClusterInfo) Reset()

func (*ClusterInfo) String

func (x *ClusterInfo) String() string

type Clustering

type Clustering struct {
	Fields []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*Clustering) Descriptor deprecated

func (*Clustering) Descriptor() ([]byte, []int)

Deprecated: Use Clustering.ProtoReflect.Descriptor instead.

func (*Clustering) GetFields

func (x *Clustering) GetFields() []string

func (*Clustering) ProtoMessage

func (*Clustering) ProtoMessage()

func (*Clustering) ProtoReflect

func (x *Clustering) ProtoReflect() protoreflect.Message

func (*Clustering) Reset

func (x *Clustering) Reset()

func (*Clustering) String

func (x *Clustering) String() string

type ClusteringMetrics

type ClusteringMetrics struct {
	Clusters            []*Cluster `protobuf:"bytes,1,rep,name=clusters" json:"clusters,omitempty"`
	DaviesBouldinIndex  *float64   `protobuf:"fixed64,2,opt,name=davies_bouldin_index,json=daviesBouldinIndex" json:"davies_bouldin_index,omitempty"`
	MeanSquaredDistance *float64   `protobuf:"fixed64,3,opt,name=mean_squared_distance,json=meanSquaredDistance" json:"mean_squared_distance,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusteringMetrics) Descriptor deprecated

func (*ClusteringMetrics) Descriptor() ([]byte, []int)

Deprecated: Use ClusteringMetrics.ProtoReflect.Descriptor instead.

func (*ClusteringMetrics) GetClusters

func (x *ClusteringMetrics) GetClusters() []*Cluster

func (*ClusteringMetrics) GetDaviesBouldinIndex

func (x *ClusteringMetrics) GetDaviesBouldinIndex() float64

func (*ClusteringMetrics) GetMeanSquaredDistance

func (x *ClusteringMetrics) GetMeanSquaredDistance() float64

func (*ClusteringMetrics) ProtoMessage

func (*ClusteringMetrics) ProtoMessage()

func (*ClusteringMetrics) ProtoReflect

func (x *ClusteringMetrics) ProtoReflect() protoreflect.Message

func (*ClusteringMetrics) Reset

func (x *ClusteringMetrics) Reset()

func (*ClusteringMetrics) String

func (x *ClusteringMetrics) String() string

type ColumnReferences

type ColumnReferences struct {
	ReferencedColumn  *string `protobuf:"bytes,1,opt,name=referenced_column,json=referencedColumn" json:"referenced_column,omitempty"`
	ReferencingColumn *string `protobuf:"bytes,2,opt,name=referencing_column,json=referencingColumn" json:"referencing_column,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnReferences) Descriptor deprecated

func (*ColumnReferences) Descriptor() ([]byte, []int)

Deprecated: Use ColumnReferences.ProtoReflect.Descriptor instead.

func (*ColumnReferences) GetReferencedColumn

func (x *ColumnReferences) GetReferencedColumn() string

func (*ColumnReferences) GetReferencingColumn

func (x *ColumnReferences) GetReferencingColumn() string

func (*ColumnReferences) ProtoMessage

func (*ColumnReferences) ProtoMessage()

func (*ColumnReferences) ProtoReflect

func (x *ColumnReferences) ProtoReflect() protoreflect.Message

func (*ColumnReferences) Reset

func (x *ColumnReferences) Reset()

func (*ColumnReferences) String

func (x *ColumnReferences) String() string

type ConfusionMatrix

type ConfusionMatrix struct {
	ConfidenceThreshold *float64 `protobuf:"fixed64,1,opt,name=confidence_threshold,json=confidenceThreshold" json:"confidence_threshold,omitempty"`
	Rows                []*Row   `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfusionMatrix) Descriptor deprecated

func (*ConfusionMatrix) Descriptor() ([]byte, []int)

Deprecated: Use ConfusionMatrix.ProtoReflect.Descriptor instead.

func (*ConfusionMatrix) GetConfidenceThreshold

func (x *ConfusionMatrix) GetConfidenceThreshold() float64

func (*ConfusionMatrix) GetRows

func (x *ConfusionMatrix) GetRows() []*Row

func (*ConfusionMatrix) ProtoMessage

func (*ConfusionMatrix) ProtoMessage()

func (*ConfusionMatrix) ProtoReflect

func (x *ConfusionMatrix) ProtoReflect() protoreflect.Message

func (*ConfusionMatrix) Reset

func (x *ConfusionMatrix) Reset()

func (*ConfusionMatrix) String

func (x *ConfusionMatrix) String() string

type ConnectionProperty

type ConnectionProperty struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionProperty) Descriptor deprecated

func (*ConnectionProperty) Descriptor() ([]byte, []int)

Deprecated: Use ConnectionProperty.ProtoReflect.Descriptor instead.

func (*ConnectionProperty) GetKey

func (x *ConnectionProperty) GetKey() string

func (*ConnectionProperty) GetValue

func (x *ConnectionProperty) GetValue() string

func (*ConnectionProperty) ProtoMessage

func (*ConnectionProperty) ProtoMessage()

func (*ConnectionProperty) ProtoReflect

func (x *ConnectionProperty) ProtoReflect() protoreflect.Message

func (*ConnectionProperty) Reset

func (x *ConnectionProperty) Reset()

func (*ConnectionProperty) String

func (x *ConnectionProperty) String() string

type CsvOptions

type CsvOptions struct {
	AllowJaggedRows                *bool   `protobuf:"varint,1,opt,name=allow_jagged_rows,json=allowJaggedRows" json:"allow_jagged_rows,omitempty"`
	AllowQuotedNewlines            *bool   `protobuf:"varint,2,opt,name=allow_quoted_newlines,json=allowQuotedNewlines" json:"allow_quoted_newlines,omitempty"`
	Encoding                       *string `protobuf:"bytes,3,opt,name=encoding" json:"encoding,omitempty"`
	FieldDelimiter                 *string `protobuf:"bytes,4,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
	NullMarker                     *string `protobuf:"bytes,5,opt,name=null_marker,json=nullMarker" json:"null_marker,omitempty"`
	PreserveAsciiControlCharacters *bool   `` /* 149-byte string literal not displayed */
	Quote                          *string `protobuf:"bytes,7,opt,name=quote" json:"quote,omitempty"`
	SkipLeadingRows                *int64  `protobuf:"varint,8,opt,name=skip_leading_rows,json=skipLeadingRows" json:"skip_leading_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*CsvOptions) Descriptor deprecated

func (*CsvOptions) Descriptor() ([]byte, []int)

Deprecated: Use CsvOptions.ProtoReflect.Descriptor instead.

func (*CsvOptions) GetAllowJaggedRows

func (x *CsvOptions) GetAllowJaggedRows() bool

func (*CsvOptions) GetAllowQuotedNewlines

func (x *CsvOptions) GetAllowQuotedNewlines() bool

func (*CsvOptions) GetEncoding

func (x *CsvOptions) GetEncoding() string

func (*CsvOptions) GetFieldDelimiter

func (x *CsvOptions) GetFieldDelimiter() string

func (*CsvOptions) GetNullMarker

func (x *CsvOptions) GetNullMarker() string

func (*CsvOptions) GetPreserveAsciiControlCharacters

func (x *CsvOptions) GetPreserveAsciiControlCharacters() bool

func (*CsvOptions) GetQuote

func (x *CsvOptions) GetQuote() string

func (*CsvOptions) GetSkipLeadingRows

func (x *CsvOptions) GetSkipLeadingRows() int64

func (*CsvOptions) ProtoMessage

func (*CsvOptions) ProtoMessage()

func (*CsvOptions) ProtoReflect

func (x *CsvOptions) ProtoReflect() protoreflect.Message

func (*CsvOptions) Reset

func (x *CsvOptions) Reset()

func (*CsvOptions) String

func (x *CsvOptions) String() string

type DataFormatOptions

type DataFormatOptions struct {
	UseInt64Timestamp *bool `protobuf:"varint,1,opt,name=use_int64_timestamp,json=useInt64Timestamp" json:"use_int64_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DataFormatOptions) Descriptor deprecated

func (*DataFormatOptions) Descriptor() ([]byte, []int)

Deprecated: Use DataFormatOptions.ProtoReflect.Descriptor instead.

func (*DataFormatOptions) GetUseInt64Timestamp

func (x *DataFormatOptions) GetUseInt64Timestamp() bool

func (*DataFormatOptions) ProtoMessage

func (*DataFormatOptions) ProtoMessage()

func (*DataFormatOptions) ProtoReflect

func (x *DataFormatOptions) ProtoReflect() protoreflect.Message

func (*DataFormatOptions) Reset

func (x *DataFormatOptions) Reset()

func (*DataFormatOptions) String

func (x *DataFormatOptions) String() string

type DataMaskingStatistics

type DataMaskingStatistics struct {
	DataMaskingApplied *bool `protobuf:"varint,1,opt,name=data_masking_applied,json=dataMaskingApplied" json:"data_masking_applied,omitempty"`
	// contains filtered or unexported fields
}

func (*DataMaskingStatistics) Descriptor deprecated

func (*DataMaskingStatistics) Descriptor() ([]byte, []int)

Deprecated: Use DataMaskingStatistics.ProtoReflect.Descriptor instead.

func (*DataMaskingStatistics) GetDataMaskingApplied

func (x *DataMaskingStatistics) GetDataMaskingApplied() bool

func (*DataMaskingStatistics) ProtoMessage

func (*DataMaskingStatistics) ProtoMessage()

func (*DataMaskingStatistics) ProtoReflect

func (x *DataMaskingStatistics) ProtoReflect() protoreflect.Message

func (*DataMaskingStatistics) Reset

func (x *DataMaskingStatistics) Reset()

func (*DataMaskingStatistics) String

func (x *DataMaskingStatistics) String() string

type DataSplitResult

type DataSplitResult struct {
	EvaluationTable *TableReference `protobuf:"bytes,1,opt,name=evaluation_table,json=evaluationTable" json:"evaluation_table,omitempty"`
	TestTable       *TableReference `protobuf:"bytes,2,opt,name=test_table,json=testTable" json:"test_table,omitempty"`
	TrainingTable   *TableReference `protobuf:"bytes,3,opt,name=training_table,json=trainingTable" json:"training_table,omitempty"`
	// contains filtered or unexported fields
}

func (*DataSplitResult) Descriptor deprecated

func (*DataSplitResult) Descriptor() ([]byte, []int)

Deprecated: Use DataSplitResult.ProtoReflect.Descriptor instead.

func (*DataSplitResult) GetEvaluationTable

func (x *DataSplitResult) GetEvaluationTable() *TableReference

func (*DataSplitResult) GetTestTable

func (x *DataSplitResult) GetTestTable() *TableReference

func (*DataSplitResult) GetTrainingTable

func (x *DataSplitResult) GetTrainingTable() *TableReference

func (*DataSplitResult) ProtoMessage

func (*DataSplitResult) ProtoMessage()

func (*DataSplitResult) ProtoReflect

func (x *DataSplitResult) ProtoReflect() protoreflect.Message

func (*DataSplitResult) Reset

func (x *DataSplitResult) Reset()

func (*DataSplitResult) String

func (x *DataSplitResult) String() string

type Dataset

type Dataset struct {
	Access                         []*DatasetAccess               `protobuf:"bytes,1,rep,name=access" json:"access,omitempty"`
	CreationTime                   *int64                         `protobuf:"varint,2,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	DatasetReference               *DatasetReference              `protobuf:"bytes,3,opt,name=dataset_reference,json=datasetReference" json:"dataset_reference,omitempty"`
	DefaultCollation               *string                        `protobuf:"bytes,4,opt,name=default_collation,json=defaultCollation" json:"default_collation,omitempty"`
	DefaultEncryptionConfiguration *EncryptionConfiguration       `` /* 146-byte string literal not displayed */
	DefaultPartitionExpirationMs   *int64                         `` /* 143-byte string literal not displayed */
	DefaultRoundingMode            *string                        `protobuf:"bytes,7,opt,name=default_rounding_mode,json=defaultRoundingMode" json:"default_rounding_mode,omitempty"`
	DefaultTableExpirationMs       *int64                         `` /* 131-byte string literal not displayed */
	Description                    *string                        `protobuf:"bytes,9,opt,name=description" json:"description,omitempty"`
	Etag                           *string                        `protobuf:"bytes,10,opt,name=etag" json:"etag,omitempty"`
	ExternalCatalogDatasetOptions  *ExternalCatalogDatasetOptions `` /* 146-byte string literal not displayed */
	ExternalDatasetReference       *ExternalDatasetReference      `` /* 129-byte string literal not displayed */
	FriendlyName                   *string                        `protobuf:"bytes,13,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Id                             *string                        `protobuf:"bytes,14,opt,name=id" json:"id,omitempty"`
	IsCaseInsensitive              *bool                          `protobuf:"varint,15,opt,name=is_case_insensitive,json=isCaseInsensitive" json:"is_case_insensitive,omitempty"`
	Kind                           *string                        `protobuf:"bytes,16,opt,name=kind" json:"kind,omitempty"`
	Labels                         map[string]string              `` /* 133-byte string literal not displayed */
	LastModifiedTime               *int64                         `protobuf:"varint,18,opt,name=last_modified_time,json=lastModifiedTime" json:"last_modified_time,omitempty"`
	LinkedDatasetMetadata          *LinkedDatasetMetadata         `protobuf:"bytes,19,opt,name=linked_dataset_metadata,json=linkedDatasetMetadata" json:"linked_dataset_metadata,omitempty"`
	LinkedDatasetSource            *LinkedDatasetSource           `protobuf:"bytes,20,opt,name=linked_dataset_source,json=linkedDatasetSource" json:"linked_dataset_source,omitempty"`
	Location                       *string                        `protobuf:"bytes,21,opt,name=location" json:"location,omitempty"`
	MaxTimeTravelHours             *int64                         `protobuf:"varint,22,opt,name=max_time_travel_hours,json=maxTimeTravelHours" json:"max_time_travel_hours,omitempty"`
	SatisfiesPzi                   *bool                          `protobuf:"varint,23,opt,name=satisfies_pzi,json=satisfiesPzi" json:"satisfies_pzi,omitempty"`
	SatisfiesPzs                   *bool                          `protobuf:"varint,24,opt,name=satisfies_pzs,json=satisfiesPzs" json:"satisfies_pzs,omitempty"`
	SelfLink                       *string                        `protobuf:"bytes,25,opt,name=self_link,json=selfLink" json:"self_link,omitempty"`
	StorageBillingModel            *string                        `protobuf:"bytes,26,opt,name=storage_billing_model,json=storageBillingModel" json:"storage_billing_model,omitempty"`
	Tags                           []*DatasetTags                 `protobuf:"bytes,27,rep,name=tags" json:"tags,omitempty"`
	Type                           *string                        `protobuf:"bytes,28,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Dataset) Descriptor deprecated

func (*Dataset) Descriptor() ([]byte, []int)

Deprecated: Use Dataset.ProtoReflect.Descriptor instead.

func (*Dataset) GetAccess

func (x *Dataset) GetAccess() []*DatasetAccess

func (*Dataset) GetCreationTime

func (x *Dataset) GetCreationTime() int64

func (*Dataset) GetDatasetReference

func (x *Dataset) GetDatasetReference() *DatasetReference

func (*Dataset) GetDefaultCollation

func (x *Dataset) GetDefaultCollation() string

func (*Dataset) GetDefaultEncryptionConfiguration

func (x *Dataset) GetDefaultEncryptionConfiguration() *EncryptionConfiguration

func (*Dataset) GetDefaultPartitionExpirationMs

func (x *Dataset) GetDefaultPartitionExpirationMs() int64

func (*Dataset) GetDefaultRoundingMode

func (x *Dataset) GetDefaultRoundingMode() string

func (*Dataset) GetDefaultTableExpirationMs

func (x *Dataset) GetDefaultTableExpirationMs() int64

func (*Dataset) GetDescription

func (x *Dataset) GetDescription() string

func (*Dataset) GetEtag

func (x *Dataset) GetEtag() string

func (*Dataset) GetExternalCatalogDatasetOptions

func (x *Dataset) GetExternalCatalogDatasetOptions() *ExternalCatalogDatasetOptions

func (*Dataset) GetExternalDatasetReference

func (x *Dataset) GetExternalDatasetReference() *ExternalDatasetReference

func (*Dataset) GetFriendlyName

func (x *Dataset) GetFriendlyName() string

func (*Dataset) GetId

func (x *Dataset) GetId() string

func (*Dataset) GetIsCaseInsensitive

func (x *Dataset) GetIsCaseInsensitive() bool

func (*Dataset) GetKind

func (x *Dataset) GetKind() string

func (*Dataset) GetLabels

func (x *Dataset) GetLabels() map[string]string

func (*Dataset) GetLastModifiedTime

func (x *Dataset) GetLastModifiedTime() int64

func (*Dataset) GetLinkedDatasetMetadata

func (x *Dataset) GetLinkedDatasetMetadata() *LinkedDatasetMetadata

func (*Dataset) GetLinkedDatasetSource

func (x *Dataset) GetLinkedDatasetSource() *LinkedDatasetSource

func (*Dataset) GetLocation

func (x *Dataset) GetLocation() string

func (*Dataset) GetMaxTimeTravelHours

func (x *Dataset) GetMaxTimeTravelHours() int64

func (*Dataset) GetSatisfiesPzi

func (x *Dataset) GetSatisfiesPzi() bool

func (*Dataset) GetSatisfiesPzs

func (x *Dataset) GetSatisfiesPzs() bool
func (x *Dataset) GetSelfLink() string

func (*Dataset) GetStorageBillingModel

func (x *Dataset) GetStorageBillingModel() string

func (*Dataset) GetTags

func (x *Dataset) GetTags() []*DatasetTags

func (*Dataset) GetType

func (x *Dataset) GetType() string

func (*Dataset) ProtoMessage

func (*Dataset) ProtoMessage()

func (*Dataset) ProtoReflect

func (x *Dataset) ProtoReflect() protoreflect.Message

func (*Dataset) Reset

func (x *Dataset) Reset()

func (*Dataset) String

func (x *Dataset) String() string

type DatasetAccess

type DatasetAccess struct {
	Dataset      *DatasetAccessEntry `protobuf:"bytes,1,opt,name=dataset" json:"dataset,omitempty"`
	Domain       *string             `protobuf:"bytes,2,opt,name=domain" json:"domain,omitempty"`
	GroupByEmail *string             `protobuf:"bytes,3,opt,name=group_by_email,json=groupByEmail" json:"group_by_email,omitempty"`
	IamMember    *string             `protobuf:"bytes,4,opt,name=iam_member,json=iamMember" json:"iam_member,omitempty"`
	Role         *string             `protobuf:"bytes,5,opt,name=role" json:"role,omitempty"`
	Routine      *RoutineReference   `protobuf:"bytes,6,opt,name=routine" json:"routine,omitempty"`
	SpecialGroup *string             `protobuf:"bytes,7,opt,name=special_group,json=specialGroup" json:"special_group,omitempty"`
	UserByEmail  *string             `protobuf:"bytes,8,opt,name=user_by_email,json=userByEmail" json:"user_by_email,omitempty"`
	View         *TableReference     `protobuf:"bytes,9,opt,name=view" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetAccess) Descriptor deprecated

func (*DatasetAccess) Descriptor() ([]byte, []int)

Deprecated: Use DatasetAccess.ProtoReflect.Descriptor instead.

func (*DatasetAccess) GetDataset

func (x *DatasetAccess) GetDataset() *DatasetAccessEntry

func (*DatasetAccess) GetDomain

func (x *DatasetAccess) GetDomain() string

func (*DatasetAccess) GetGroupByEmail

func (x *DatasetAccess) GetGroupByEmail() string

func (*DatasetAccess) GetIamMember

func (x *DatasetAccess) GetIamMember() string

func (*DatasetAccess) GetRole

func (x *DatasetAccess) GetRole() string

func (*DatasetAccess) GetRoutine

func (x *DatasetAccess) GetRoutine() *RoutineReference

func (*DatasetAccess) GetSpecialGroup

func (x *DatasetAccess) GetSpecialGroup() string

func (*DatasetAccess) GetUserByEmail

func (x *DatasetAccess) GetUserByEmail() string

func (*DatasetAccess) GetView

func (x *DatasetAccess) GetView() *TableReference

func (*DatasetAccess) ProtoMessage

func (*DatasetAccess) ProtoMessage()

func (*DatasetAccess) ProtoReflect

func (x *DatasetAccess) ProtoReflect() protoreflect.Message

func (*DatasetAccess) Reset

func (x *DatasetAccess) Reset()

func (*DatasetAccess) String

func (x *DatasetAccess) String() string

type DatasetAccessEntry

type DatasetAccessEntry struct {
	Dataset     *DatasetReference `protobuf:"bytes,1,opt,name=dataset" json:"dataset,omitempty"`
	TargetTypes []string          `protobuf:"bytes,2,rep,name=target_types,json=targetTypes" json:"target_types,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetAccessEntry) Descriptor deprecated

func (*DatasetAccessEntry) Descriptor() ([]byte, []int)

Deprecated: Use DatasetAccessEntry.ProtoReflect.Descriptor instead.

func (*DatasetAccessEntry) GetDataset

func (x *DatasetAccessEntry) GetDataset() *DatasetReference

func (*DatasetAccessEntry) GetTargetTypes

func (x *DatasetAccessEntry) GetTargetTypes() []string

func (*DatasetAccessEntry) ProtoMessage

func (*DatasetAccessEntry) ProtoMessage()

func (*DatasetAccessEntry) ProtoReflect

func (x *DatasetAccessEntry) ProtoReflect() protoreflect.Message

func (*DatasetAccessEntry) Reset

func (x *DatasetAccessEntry) Reset()

func (*DatasetAccessEntry) String

func (x *DatasetAccessEntry) String() string

type DatasetList

type DatasetList struct {
	Datasets      []*DatasetListDatasets `protobuf:"bytes,1,rep,name=datasets" json:"datasets,omitempty"`
	Etag          *string                `protobuf:"bytes,2,opt,name=etag" json:"etag,omitempty"`
	Kind          *string                `protobuf:"bytes,3,opt,name=kind" json:"kind,omitempty"`
	NextPageToken *string                `protobuf:"bytes,4,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	Unreachable   []string               `protobuf:"bytes,5,rep,name=unreachable" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetList) Descriptor deprecated

func (*DatasetList) Descriptor() ([]byte, []int)

Deprecated: Use DatasetList.ProtoReflect.Descriptor instead.

func (*DatasetList) GetDatasets

func (x *DatasetList) GetDatasets() []*DatasetListDatasets

func (*DatasetList) GetEtag

func (x *DatasetList) GetEtag() string

func (*DatasetList) GetKind

func (x *DatasetList) GetKind() string

func (*DatasetList) GetNextPageToken

func (x *DatasetList) GetNextPageToken() string

func (*DatasetList) GetUnreachable

func (x *DatasetList) GetUnreachable() []string

func (*DatasetList) ProtoMessage

func (*DatasetList) ProtoMessage()

func (*DatasetList) ProtoReflect

func (x *DatasetList) ProtoReflect() protoreflect.Message

func (*DatasetList) Reset

func (x *DatasetList) Reset()

func (*DatasetList) String

func (x *DatasetList) String() string

type DatasetListDatasets

type DatasetListDatasets struct {
	DatasetReference *DatasetReference `protobuf:"bytes,1,opt,name=dataset_reference,json=datasetReference" json:"dataset_reference,omitempty"`
	FriendlyName     *string           `protobuf:"bytes,2,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Id               *string           `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"`
	Kind             *string           `protobuf:"bytes,4,opt,name=kind" json:"kind,omitempty"`
	Labels           map[string]string `` /* 132-byte string literal not displayed */
	Location         *string           `protobuf:"bytes,6,opt,name=location" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetListDatasets) Descriptor deprecated

func (*DatasetListDatasets) Descriptor() ([]byte, []int)

Deprecated: Use DatasetListDatasets.ProtoReflect.Descriptor instead.

func (*DatasetListDatasets) GetDatasetReference

func (x *DatasetListDatasets) GetDatasetReference() *DatasetReference

func (*DatasetListDatasets) GetFriendlyName

func (x *DatasetListDatasets) GetFriendlyName() string

func (*DatasetListDatasets) GetId

func (x *DatasetListDatasets) GetId() string

func (*DatasetListDatasets) GetKind

func (x *DatasetListDatasets) GetKind() string

func (*DatasetListDatasets) GetLabels

func (x *DatasetListDatasets) GetLabels() map[string]string

func (*DatasetListDatasets) GetLocation

func (x *DatasetListDatasets) GetLocation() string

func (*DatasetListDatasets) ProtoMessage

func (*DatasetListDatasets) ProtoMessage()

func (*DatasetListDatasets) ProtoReflect

func (x *DatasetListDatasets) ProtoReflect() protoreflect.Message

func (*DatasetListDatasets) Reset

func (x *DatasetListDatasets) Reset()

func (*DatasetListDatasets) String

func (x *DatasetListDatasets) String() string

type DatasetReference

type DatasetReference struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetReference) Descriptor deprecated

func (*DatasetReference) Descriptor() ([]byte, []int)

Deprecated: Use DatasetReference.ProtoReflect.Descriptor instead.

func (*DatasetReference) GetDatasetId

func (x *DatasetReference) GetDatasetId() string

func (*DatasetReference) GetProjectId

func (x *DatasetReference) GetProjectId() string

func (*DatasetReference) ProtoMessage

func (*DatasetReference) ProtoMessage()

func (*DatasetReference) ProtoReflect

func (x *DatasetReference) ProtoReflect() protoreflect.Message

func (*DatasetReference) Reset

func (x *DatasetReference) Reset()

func (*DatasetReference) String

func (x *DatasetReference) String() string

type DatasetTags

type DatasetTags struct {
	TagKey   *string `protobuf:"bytes,1,opt,name=tag_key,json=tagKey" json:"tag_key,omitempty"`
	TagValue *string `protobuf:"bytes,2,opt,name=tag_value,json=tagValue" json:"tag_value,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetTags) Descriptor deprecated

func (*DatasetTags) Descriptor() ([]byte, []int)

Deprecated: Use DatasetTags.ProtoReflect.Descriptor instead.

func (*DatasetTags) GetTagKey

func (x *DatasetTags) GetTagKey() string

func (*DatasetTags) GetTagValue

func (x *DatasetTags) GetTagValue() string

func (*DatasetTags) ProtoMessage

func (*DatasetTags) ProtoMessage()

func (*DatasetTags) ProtoReflect

func (x *DatasetTags) ProtoReflect() protoreflect.Message

func (*DatasetTags) Reset

func (x *DatasetTags) Reset()

func (*DatasetTags) String

func (x *DatasetTags) String() string

type DatasetsServerClient

type DatasetsServerClient interface {
	DeleteDataset(ctx context.Context, in *DeleteDatasetRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetDataset(ctx context.Context, in *GetDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
	InsertDataset(ctx context.Context, in *InsertDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
	ListDatasets(ctx context.Context, in *ListDatasetsRequest, opts ...grpc.CallOption) (*DatasetList, error)
	PatchDataset(ctx context.Context, in *PatchDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
	UndeleteDataset(ctx context.Context, in *UndeleteDatasetServiceRequest, opts ...grpc.CallOption) (*Dataset, error)
	UpdateDataset(ctx context.Context, in *UpdateDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
}

DatasetsServerClient is the client API for DatasetsServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DatasetsServerServer

type DatasetsServerServer interface {
	DeleteDataset(context.Context, *DeleteDatasetRequest) (*empty.Empty, error)
	GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error)
	InsertDataset(context.Context, *InsertDatasetRequest) (*Dataset, error)
	ListDatasets(context.Context, *ListDatasetsRequest) (*DatasetList, error)
	PatchDataset(context.Context, *PatchDatasetRequest) (*Dataset, error)
	UndeleteDataset(context.Context, *UndeleteDatasetServiceRequest) (*Dataset, error)
	UpdateDataset(context.Context, *UpdateDatasetRequest) (*Dataset, error)
	// contains filtered or unexported methods
}

DatasetsServerServer is the server API for DatasetsServer service. All implementations must embed UnimplementedDatasetsServerServer for forward compatibility

type DeleteDatasetRequest

type DeleteDatasetRequest struct {
	DatasetId      *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	DeleteContents *bool   `protobuf:"varint,2,opt,name=delete_contents,json=deleteContents" json:"delete_contents,omitempty"`
	ProjectId      *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetRequest) Descriptor deprecated

func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDatasetRequest.ProtoReflect.Descriptor instead.

func (*DeleteDatasetRequest) GetDatasetId

func (x *DeleteDatasetRequest) GetDatasetId() string

func (*DeleteDatasetRequest) GetDeleteContents

func (x *DeleteDatasetRequest) GetDeleteContents() bool

func (*DeleteDatasetRequest) GetProjectId

func (x *DeleteDatasetRequest) GetProjectId() string

func (*DeleteDatasetRequest) ProtoMessage

func (*DeleteDatasetRequest) ProtoMessage()

func (*DeleteDatasetRequest) ProtoReflect

func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message

func (*DeleteDatasetRequest) Reset

func (x *DeleteDatasetRequest) Reset()

func (*DeleteDatasetRequest) String

func (x *DeleteDatasetRequest) String() string

type DeleteJobRequest

type DeleteJobRequest struct {
	JobId     *string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	Location  *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJobRequest) Descriptor deprecated

func (*DeleteJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobRequest) GetJobId

func (x *DeleteJobRequest) GetJobId() string

func (*DeleteJobRequest) GetLocation

func (x *DeleteJobRequest) GetLocation() string

func (*DeleteJobRequest) GetProjectId

func (x *DeleteJobRequest) GetProjectId() string

func (*DeleteJobRequest) ProtoMessage

func (*DeleteJobRequest) ProtoMessage()

func (*DeleteJobRequest) ProtoReflect

func (x *DeleteJobRequest) ProtoReflect() protoreflect.Message

func (*DeleteJobRequest) Reset

func (x *DeleteJobRequest) Reset()

func (*DeleteJobRequest) String

func (x *DeleteJobRequest) String() string

type DeleteModelRequest

type DeleteModelRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ModelId   *string `protobuf:"bytes,2,opt,name=model_id,json=modelId" json:"model_id,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelRequest) Descriptor deprecated

func (*DeleteModelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteModelRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelRequest) GetDatasetId

func (x *DeleteModelRequest) GetDatasetId() string

func (*DeleteModelRequest) GetModelId

func (x *DeleteModelRequest) GetModelId() string

func (*DeleteModelRequest) GetProjectId

func (x *DeleteModelRequest) GetProjectId() string

func (*DeleteModelRequest) ProtoMessage

func (*DeleteModelRequest) ProtoMessage()

func (*DeleteModelRequest) ProtoReflect

func (x *DeleteModelRequest) ProtoReflect() protoreflect.Message

func (*DeleteModelRequest) Reset

func (x *DeleteModelRequest) Reset()

func (*DeleteModelRequest) String

func (x *DeleteModelRequest) String() string

type DeleteRoutineRequest

type DeleteRoutineRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	RoutineId *string `protobuf:"bytes,3,opt,name=routine_id,json=routineId" json:"routine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoutineRequest) Descriptor deprecated

func (*DeleteRoutineRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRoutineRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoutineRequest) GetDatasetId

func (x *DeleteRoutineRequest) GetDatasetId() string

func (*DeleteRoutineRequest) GetProjectId

func (x *DeleteRoutineRequest) GetProjectId() string

func (*DeleteRoutineRequest) GetRoutineId

func (x *DeleteRoutineRequest) GetRoutineId() string

func (*DeleteRoutineRequest) ProtoMessage

func (*DeleteRoutineRequest) ProtoMessage()

func (*DeleteRoutineRequest) ProtoReflect

func (x *DeleteRoutineRequest) ProtoReflect() protoreflect.Message

func (*DeleteRoutineRequest) Reset

func (x *DeleteRoutineRequest) Reset()

func (*DeleteRoutineRequest) String

func (x *DeleteRoutineRequest) String() string

type DeleteTableRequest

type DeleteTableRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string `protobuf:"bytes,3,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTableRequest) Descriptor deprecated

func (*DeleteTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTableRequest.ProtoReflect.Descriptor instead.

func (*DeleteTableRequest) GetDatasetId

func (x *DeleteTableRequest) GetDatasetId() string

func (*DeleteTableRequest) GetProjectId

func (x *DeleteTableRequest) GetProjectId() string

func (*DeleteTableRequest) GetTableId

func (x *DeleteTableRequest) GetTableId() string

func (*DeleteTableRequest) ProtoMessage

func (*DeleteTableRequest) ProtoMessage()

func (*DeleteTableRequest) ProtoReflect

func (x *DeleteTableRequest) ProtoReflect() protoreflect.Message

func (*DeleteTableRequest) Reset

func (x *DeleteTableRequest) Reset()

func (*DeleteTableRequest) String

func (x *DeleteTableRequest) String() string

type DestinationTableProperties

type DestinationTableProperties struct {
	Description    *string              `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	ExpirationTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	FriendlyName   *string              `protobuf:"bytes,3,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Labels         map[string]string    `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DestinationTableProperties) Descriptor deprecated

func (*DestinationTableProperties) Descriptor() ([]byte, []int)

Deprecated: Use DestinationTableProperties.ProtoReflect.Descriptor instead.

func (*DestinationTableProperties) GetDescription

func (x *DestinationTableProperties) GetDescription() string

func (*DestinationTableProperties) GetExpirationTime

func (x *DestinationTableProperties) GetExpirationTime() *timestamp.Timestamp

func (*DestinationTableProperties) GetFriendlyName

func (x *DestinationTableProperties) GetFriendlyName() string

func (*DestinationTableProperties) GetLabels

func (x *DestinationTableProperties) GetLabels() map[string]string

func (*DestinationTableProperties) ProtoMessage

func (*DestinationTableProperties) ProtoMessage()

func (*DestinationTableProperties) ProtoReflect

func (*DestinationTableProperties) Reset

func (x *DestinationTableProperties) Reset()

func (*DestinationTableProperties) String

func (x *DestinationTableProperties) String() string

type DifferentialPrivacyPolicy

type DifferentialPrivacyPolicy struct {
	DeltaBudget          *float64 `protobuf:"fixed64,1,opt,name=delta_budget,json=deltaBudget" json:"delta_budget,omitempty"`
	DeltaPerQuery        *float64 `protobuf:"fixed64,2,opt,name=delta_per_query,json=deltaPerQuery" json:"delta_per_query,omitempty"`
	EpsilonBudget        *float64 `protobuf:"fixed64,3,opt,name=epsilon_budget,json=epsilonBudget" json:"epsilon_budget,omitempty"`
	MaxEpsilonPerQuery   *float64 `protobuf:"fixed64,4,opt,name=max_epsilon_per_query,json=maxEpsilonPerQuery" json:"max_epsilon_per_query,omitempty"`
	MaxGroupsContributed *int64   `protobuf:"varint,5,opt,name=max_groups_contributed,json=maxGroupsContributed" json:"max_groups_contributed,omitempty"`
	PrivacyUnitColumn    *string  `protobuf:"bytes,6,opt,name=privacy_unit_column,json=privacyUnitColumn" json:"privacy_unit_column,omitempty"`
	// contains filtered or unexported fields
}

func (*DifferentialPrivacyPolicy) Descriptor deprecated

func (*DifferentialPrivacyPolicy) Descriptor() ([]byte, []int)

Deprecated: Use DifferentialPrivacyPolicy.ProtoReflect.Descriptor instead.

func (*DifferentialPrivacyPolicy) GetDeltaBudget

func (x *DifferentialPrivacyPolicy) GetDeltaBudget() float64

func (*DifferentialPrivacyPolicy) GetDeltaPerQuery

func (x *DifferentialPrivacyPolicy) GetDeltaPerQuery() float64

func (*DifferentialPrivacyPolicy) GetEpsilonBudget

func (x *DifferentialPrivacyPolicy) GetEpsilonBudget() float64

func (*DifferentialPrivacyPolicy) GetMaxEpsilonPerQuery

func (x *DifferentialPrivacyPolicy) GetMaxEpsilonPerQuery() float64

func (*DifferentialPrivacyPolicy) GetMaxGroupsContributed

func (x *DifferentialPrivacyPolicy) GetMaxGroupsContributed() int64

func (*DifferentialPrivacyPolicy) GetPrivacyUnitColumn

func (x *DifferentialPrivacyPolicy) GetPrivacyUnitColumn() string

func (*DifferentialPrivacyPolicy) ProtoMessage

func (*DifferentialPrivacyPolicy) ProtoMessage()

func (*DifferentialPrivacyPolicy) ProtoReflect

func (*DifferentialPrivacyPolicy) Reset

func (x *DifferentialPrivacyPolicy) Reset()

func (*DifferentialPrivacyPolicy) String

func (x *DifferentialPrivacyPolicy) String() string

type DimensionalityReductionMetrics

type DimensionalityReductionMetrics struct {
	TotalExplainedVarianceRatio *float64 `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DimensionalityReductionMetrics) Descriptor deprecated

func (*DimensionalityReductionMetrics) Descriptor() ([]byte, []int)

Deprecated: Use DimensionalityReductionMetrics.ProtoReflect.Descriptor instead.

func (*DimensionalityReductionMetrics) GetTotalExplainedVarianceRatio

func (x *DimensionalityReductionMetrics) GetTotalExplainedVarianceRatio() float64

func (*DimensionalityReductionMetrics) ProtoMessage

func (*DimensionalityReductionMetrics) ProtoMessage()

func (*DimensionalityReductionMetrics) ProtoReflect

func (*DimensionalityReductionMetrics) Reset

func (x *DimensionalityReductionMetrics) Reset()

func (*DimensionalityReductionMetrics) String

type DmlStatistics

type DmlStatistics struct {
	DeletedRowCount  *int64 `protobuf:"varint,1,opt,name=deleted_row_count,json=deletedRowCount" json:"deleted_row_count,omitempty"`
	InsertedRowCount *int64 `protobuf:"varint,2,opt,name=inserted_row_count,json=insertedRowCount" json:"inserted_row_count,omitempty"`
	UpdatedRowCount  *int64 `protobuf:"varint,3,opt,name=updated_row_count,json=updatedRowCount" json:"updated_row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*DmlStatistics) Descriptor deprecated

func (*DmlStatistics) Descriptor() ([]byte, []int)

Deprecated: Use DmlStatistics.ProtoReflect.Descriptor instead.

func (*DmlStatistics) GetDeletedRowCount

func (x *DmlStatistics) GetDeletedRowCount() int64

func (*DmlStatistics) GetInsertedRowCount

func (x *DmlStatistics) GetInsertedRowCount() int64

func (*DmlStatistics) GetUpdatedRowCount

func (x *DmlStatistics) GetUpdatedRowCount() int64

func (*DmlStatistics) ProtoMessage

func (*DmlStatistics) ProtoMessage()

func (*DmlStatistics) ProtoReflect

func (x *DmlStatistics) ProtoReflect() protoreflect.Message

func (*DmlStatistics) Reset

func (x *DmlStatistics) Reset()

func (*DmlStatistics) String

func (x *DmlStatistics) String() string

type DoubleCandidates

type DoubleCandidates struct {
	Candidates []float64 `protobuf:"fixed64,1,rep,name=candidates" json:"candidates,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleCandidates) Descriptor deprecated

func (*DoubleCandidates) Descriptor() ([]byte, []int)

Deprecated: Use DoubleCandidates.ProtoReflect.Descriptor instead.

func (*DoubleCandidates) GetCandidates

func (x *DoubleCandidates) GetCandidates() []float64

func (*DoubleCandidates) ProtoMessage

func (*DoubleCandidates) ProtoMessage()

func (*DoubleCandidates) ProtoReflect

func (x *DoubleCandidates) ProtoReflect() protoreflect.Message

func (*DoubleCandidates) Reset

func (x *DoubleCandidates) Reset()

func (*DoubleCandidates) String

func (x *DoubleCandidates) String() string

type DoubleHparamSearchSpace

type DoubleHparamSearchSpace struct {
	Candidates *DoubleCandidates `protobuf:"bytes,1,opt,name=candidates" json:"candidates,omitempty"`
	Range      *DoubleRange      `protobuf:"bytes,2,opt,name=range" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleHparamSearchSpace) Descriptor deprecated

func (*DoubleHparamSearchSpace) Descriptor() ([]byte, []int)

Deprecated: Use DoubleHparamSearchSpace.ProtoReflect.Descriptor instead.

func (*DoubleHparamSearchSpace) GetCandidates

func (x *DoubleHparamSearchSpace) GetCandidates() *DoubleCandidates

func (*DoubleHparamSearchSpace) GetRange

func (x *DoubleHparamSearchSpace) GetRange() *DoubleRange

func (*DoubleHparamSearchSpace) ProtoMessage

func (*DoubleHparamSearchSpace) ProtoMessage()

func (*DoubleHparamSearchSpace) ProtoReflect

func (x *DoubleHparamSearchSpace) ProtoReflect() protoreflect.Message

func (*DoubleHparamSearchSpace) Reset

func (x *DoubleHparamSearchSpace) Reset()

func (*DoubleHparamSearchSpace) String

func (x *DoubleHparamSearchSpace) String() string

type DoubleRange

type DoubleRange struct {
	Max *float64 `protobuf:"fixed64,1,opt,name=max" json:"max,omitempty"`
	Min *float64 `protobuf:"fixed64,2,opt,name=min" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleRange) Descriptor deprecated

func (*DoubleRange) Descriptor() ([]byte, []int)

Deprecated: Use DoubleRange.ProtoReflect.Descriptor instead.

func (*DoubleRange) GetMax

func (x *DoubleRange) GetMax() float64

func (*DoubleRange) GetMin

func (x *DoubleRange) GetMin() float64

func (*DoubleRange) ProtoMessage

func (*DoubleRange) ProtoMessage()

func (*DoubleRange) ProtoReflect

func (x *DoubleRange) ProtoReflect() protoreflect.Message

func (*DoubleRange) Reset

func (x *DoubleRange) Reset()

func (*DoubleRange) String

func (x *DoubleRange) String() string

type EncryptionConfiguration

type EncryptionConfiguration struct {
	KmsKeyName *string `protobuf:"bytes,1,opt,name=kms_key_name,json=kmsKeyName" json:"kms_key_name,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionConfiguration) Descriptor deprecated

func (*EncryptionConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use EncryptionConfiguration.ProtoReflect.Descriptor instead.

func (*EncryptionConfiguration) GetKmsKeyName

func (x *EncryptionConfiguration) GetKmsKeyName() string

func (*EncryptionConfiguration) ProtoMessage

func (*EncryptionConfiguration) ProtoMessage()

func (*EncryptionConfiguration) ProtoReflect

func (x *EncryptionConfiguration) ProtoReflect() protoreflect.Message

func (*EncryptionConfiguration) Reset

func (x *EncryptionConfiguration) Reset()

func (*EncryptionConfiguration) String

func (x *EncryptionConfiguration) String() string

type Entry

type Entry struct {
	ItemCount      *int64  `protobuf:"varint,1,opt,name=item_count,json=itemCount" json:"item_count,omitempty"`
	PredictedLabel *string `protobuf:"bytes,2,opt,name=predicted_label,json=predictedLabel" json:"predicted_label,omitempty"`
	// contains filtered or unexported fields
}

func (*Entry) Descriptor deprecated

func (*Entry) Descriptor() ([]byte, []int)

Deprecated: Use Entry.ProtoReflect.Descriptor instead.

func (*Entry) GetItemCount

func (x *Entry) GetItemCount() int64

func (*Entry) GetPredictedLabel

func (x *Entry) GetPredictedLabel() string

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) ProtoReflect

func (x *Entry) ProtoReflect() protoreflect.Message

func (*Entry) Reset

func (x *Entry) Reset()

func (*Entry) String

func (x *Entry) String() string

type ErrorProto

type ErrorProto struct {
	DebugInfo *string `protobuf:"bytes,1,opt,name=debug_info,json=debugInfo" json:"debug_info,omitempty"`
	Location  *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	Message   *string `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
	Reason    *string `protobuf:"bytes,4,opt,name=reason" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorProto) Descriptor deprecated

func (*ErrorProto) Descriptor() ([]byte, []int)

Deprecated: Use ErrorProto.ProtoReflect.Descriptor instead.

func (*ErrorProto) GetDebugInfo

func (x *ErrorProto) GetDebugInfo() string

func (*ErrorProto) GetLocation

func (x *ErrorProto) GetLocation() string

func (*ErrorProto) GetMessage

func (x *ErrorProto) GetMessage() string

func (*ErrorProto) GetReason

func (x *ErrorProto) GetReason() string

func (*ErrorProto) ProtoMessage

func (*ErrorProto) ProtoMessage()

func (*ErrorProto) ProtoReflect

func (x *ErrorProto) ProtoReflect() protoreflect.Message

func (*ErrorProto) Reset

func (x *ErrorProto) Reset()

func (*ErrorProto) String

func (x *ErrorProto) String() string

type EvaluationMetrics

type EvaluationMetrics struct {
	ArimaForecastingMetrics         *ArimaForecastingMetrics         `protobuf:"bytes,1,opt,name=arima_forecasting_metrics,json=arimaForecastingMetrics" json:"arima_forecasting_metrics,omitempty"`
	BinaryClassificationMetrics     *BinaryClassificationMetrics     `` /* 137-byte string literal not displayed */
	ClusteringMetrics               *ClusteringMetrics               `protobuf:"bytes,3,opt,name=clustering_metrics,json=clusteringMetrics" json:"clustering_metrics,omitempty"`
	DimensionalityReductionMetrics  *DimensionalityReductionMetrics  `` /* 146-byte string literal not displayed */
	MultiClassClassificationMetrics *MultiClassClassificationMetrics `` /* 151-byte string literal not displayed */
	RankingMetrics                  *RankingMetrics                  `protobuf:"bytes,6,opt,name=ranking_metrics,json=rankingMetrics" json:"ranking_metrics,omitempty"`
	RegressionMetrics               *RegressionMetrics               `protobuf:"bytes,7,opt,name=regression_metrics,json=regressionMetrics" json:"regression_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*EvaluationMetrics) Descriptor deprecated

func (*EvaluationMetrics) Descriptor() ([]byte, []int)

Deprecated: Use EvaluationMetrics.ProtoReflect.Descriptor instead.

func (*EvaluationMetrics) GetArimaForecastingMetrics

func (x *EvaluationMetrics) GetArimaForecastingMetrics() *ArimaForecastingMetrics

func (*EvaluationMetrics) GetBinaryClassificationMetrics

func (x *EvaluationMetrics) GetBinaryClassificationMetrics() *BinaryClassificationMetrics

func (*EvaluationMetrics) GetClusteringMetrics

func (x *EvaluationMetrics) GetClusteringMetrics() *ClusteringMetrics

func (*EvaluationMetrics) GetDimensionalityReductionMetrics

func (x *EvaluationMetrics) GetDimensionalityReductionMetrics() *DimensionalityReductionMetrics

func (*EvaluationMetrics) GetMultiClassClassificationMetrics

func (x *EvaluationMetrics) GetMultiClassClassificationMetrics() *MultiClassClassificationMetrics

func (*EvaluationMetrics) GetRankingMetrics

func (x *EvaluationMetrics) GetRankingMetrics() *RankingMetrics

func (*EvaluationMetrics) GetRegressionMetrics

func (x *EvaluationMetrics) GetRegressionMetrics() *RegressionMetrics

func (*EvaluationMetrics) ProtoMessage

func (*EvaluationMetrics) ProtoMessage()

func (*EvaluationMetrics) ProtoReflect

func (x *EvaluationMetrics) ProtoReflect() protoreflect.Message

func (*EvaluationMetrics) Reset

func (x *EvaluationMetrics) Reset()

func (*EvaluationMetrics) String

func (x *EvaluationMetrics) String() string

type ExplainQueryStage

type ExplainQueryStage struct {
	CompletedParallelInputs   *int64              `` /* 126-byte string literal not displayed */
	ComputeMode               *string             `protobuf:"bytes,2,opt,name=compute_mode,json=computeMode" json:"compute_mode,omitempty"`
	ComputeMsAvg              *int64              `protobuf:"varint,3,opt,name=compute_ms_avg,json=computeMsAvg" json:"compute_ms_avg,omitempty"`
	ComputeMsMax              *int64              `protobuf:"varint,4,opt,name=compute_ms_max,json=computeMsMax" json:"compute_ms_max,omitempty"`
	ComputeRatioAvg           *float64            `protobuf:"fixed64,5,opt,name=compute_ratio_avg,json=computeRatioAvg" json:"compute_ratio_avg,omitempty"`
	ComputeRatioMax           *float64            `protobuf:"fixed64,6,opt,name=compute_ratio_max,json=computeRatioMax" json:"compute_ratio_max,omitempty"`
	EndMs                     *int64              `protobuf:"varint,7,opt,name=end_ms,json=endMs" json:"end_ms,omitempty"`
	Id                        *int64              `protobuf:"varint,8,opt,name=id" json:"id,omitempty"`
	InputStages               []int64             `protobuf:"varint,9,rep,name=input_stages,json=inputStages" json:"input_stages,omitempty"`
	Name                      *string             `protobuf:"bytes,10,opt,name=name" json:"name,omitempty"`
	ParallelInputs            *int64              `protobuf:"varint,11,opt,name=parallel_inputs,json=parallelInputs" json:"parallel_inputs,omitempty"`
	ReadMsAvg                 *int64              `protobuf:"varint,12,opt,name=read_ms_avg,json=readMsAvg" json:"read_ms_avg,omitempty"`
	ReadMsMax                 *int64              `protobuf:"varint,13,opt,name=read_ms_max,json=readMsMax" json:"read_ms_max,omitempty"`
	ReadRatioAvg              *float64            `protobuf:"fixed64,14,opt,name=read_ratio_avg,json=readRatioAvg" json:"read_ratio_avg,omitempty"`
	ReadRatioMax              *float64            `protobuf:"fixed64,15,opt,name=read_ratio_max,json=readRatioMax" json:"read_ratio_max,omitempty"`
	RecordsRead               *int64              `protobuf:"varint,16,opt,name=records_read,json=recordsRead" json:"records_read,omitempty"`
	RecordsWritten            *int64              `protobuf:"varint,17,opt,name=records_written,json=recordsWritten" json:"records_written,omitempty"`
	ShuffleOutputBytes        *int64              `protobuf:"varint,18,opt,name=shuffle_output_bytes,json=shuffleOutputBytes" json:"shuffle_output_bytes,omitempty"`
	ShuffleOutputBytesSpilled *int64              `` /* 135-byte string literal not displayed */
	SlotMs                    *int64              `protobuf:"varint,20,opt,name=slot_ms,json=slotMs" json:"slot_ms,omitempty"`
	StartMs                   *int64              `protobuf:"varint,21,opt,name=start_ms,json=startMs" json:"start_ms,omitempty"`
	Status                    *string             `protobuf:"bytes,22,opt,name=status" json:"status,omitempty"`
	Steps                     []*ExplainQueryStep `protobuf:"bytes,23,rep,name=steps" json:"steps,omitempty"`
	WaitMsAvg                 *int64              `protobuf:"varint,24,opt,name=wait_ms_avg,json=waitMsAvg" json:"wait_ms_avg,omitempty"`
	WaitMsMax                 *int64              `protobuf:"varint,25,opt,name=wait_ms_max,json=waitMsMax" json:"wait_ms_max,omitempty"`
	WaitRatioAvg              *float64            `protobuf:"fixed64,26,opt,name=wait_ratio_avg,json=waitRatioAvg" json:"wait_ratio_avg,omitempty"`
	WaitRatioMax              *float64            `protobuf:"fixed64,27,opt,name=wait_ratio_max,json=waitRatioMax" json:"wait_ratio_max,omitempty"`
	WriteMsAvg                *int64              `protobuf:"varint,28,opt,name=write_ms_avg,json=writeMsAvg" json:"write_ms_avg,omitempty"`
	WriteMsMax                *int64              `protobuf:"varint,29,opt,name=write_ms_max,json=writeMsMax" json:"write_ms_max,omitempty"`
	WriteRatioAvg             *float64            `protobuf:"fixed64,30,opt,name=write_ratio_avg,json=writeRatioAvg" json:"write_ratio_avg,omitempty"`
	WriteRatioMax             *float64            `protobuf:"fixed64,31,opt,name=write_ratio_max,json=writeRatioMax" json:"write_ratio_max,omitempty"`
	// contains filtered or unexported fields
}

func (*ExplainQueryStage) Descriptor deprecated

func (*ExplainQueryStage) Descriptor() ([]byte, []int)

Deprecated: Use ExplainQueryStage.ProtoReflect.Descriptor instead.

func (*ExplainQueryStage) GetCompletedParallelInputs

func (x *ExplainQueryStage) GetCompletedParallelInputs() int64

func (*ExplainQueryStage) GetComputeMode

func (x *ExplainQueryStage) GetComputeMode() string

func (*ExplainQueryStage) GetComputeMsAvg

func (x *ExplainQueryStage) GetComputeMsAvg() int64

func (*ExplainQueryStage) GetComputeMsMax

func (x *ExplainQueryStage) GetComputeMsMax() int64

func (*ExplainQueryStage) GetComputeRatioAvg

func (x *ExplainQueryStage) GetComputeRatioAvg() float64

func (*ExplainQueryStage) GetComputeRatioMax

func (x *ExplainQueryStage) GetComputeRatioMax() float64

func (*ExplainQueryStage) GetEndMs

func (x *ExplainQueryStage) GetEndMs() int64

func (*ExplainQueryStage) GetId

func (x *ExplainQueryStage) GetId() int64

func (*ExplainQueryStage) GetInputStages

func (x *ExplainQueryStage) GetInputStages() []int64

func (*ExplainQueryStage) GetName

func (x *ExplainQueryStage) GetName() string

func (*ExplainQueryStage) GetParallelInputs

func (x *ExplainQueryStage) GetParallelInputs() int64

func (*ExplainQueryStage) GetReadMsAvg

func (x *ExplainQueryStage) GetReadMsAvg() int64

func (*ExplainQueryStage) GetReadMsMax

func (x *ExplainQueryStage) GetReadMsMax() int64

func (*ExplainQueryStage) GetReadRatioAvg

func (x *ExplainQueryStage) GetReadRatioAvg() float64

func (*ExplainQueryStage) GetReadRatioMax

func (x *ExplainQueryStage) GetReadRatioMax() float64

func (*ExplainQueryStage) GetRecordsRead

func (x *ExplainQueryStage) GetRecordsRead() int64

func (*ExplainQueryStage) GetRecordsWritten

func (x *ExplainQueryStage) GetRecordsWritten() int64

func (*ExplainQueryStage) GetShuffleOutputBytes

func (x *ExplainQueryStage) GetShuffleOutputBytes() int64

func (*ExplainQueryStage) GetShuffleOutputBytesSpilled

func (x *ExplainQueryStage) GetShuffleOutputBytesSpilled() int64

func (*ExplainQueryStage) GetSlotMs

func (x *ExplainQueryStage) GetSlotMs() int64

func (*ExplainQueryStage) GetStartMs

func (x *ExplainQueryStage) GetStartMs() int64

func (*ExplainQueryStage) GetStatus

func (x *ExplainQueryStage) GetStatus() string

func (*ExplainQueryStage) GetSteps

func (x *ExplainQueryStage) GetSteps() []*ExplainQueryStep

func (*ExplainQueryStage) GetWaitMsAvg

func (x *ExplainQueryStage) GetWaitMsAvg() int64

func (*ExplainQueryStage) GetWaitMsMax

func (x *ExplainQueryStage) GetWaitMsMax() int64

func (*ExplainQueryStage) GetWaitRatioAvg

func (x *ExplainQueryStage) GetWaitRatioAvg() float64

func (*ExplainQueryStage) GetWaitRatioMax

func (x *ExplainQueryStage) GetWaitRatioMax() float64

func (*ExplainQueryStage) GetWriteMsAvg

func (x *ExplainQueryStage) GetWriteMsAvg() int64

func (*ExplainQueryStage) GetWriteMsMax

func (x *ExplainQueryStage) GetWriteMsMax() int64

func (*ExplainQueryStage) GetWriteRatioAvg

func (x *ExplainQueryStage) GetWriteRatioAvg() float64

func (*ExplainQueryStage) GetWriteRatioMax

func (x *ExplainQueryStage) GetWriteRatioMax() float64

func (*ExplainQueryStage) ProtoMessage

func (*ExplainQueryStage) ProtoMessage()

func (*ExplainQueryStage) ProtoReflect

func (x *ExplainQueryStage) ProtoReflect() protoreflect.Message

func (*ExplainQueryStage) Reset

func (x *ExplainQueryStage) Reset()

func (*ExplainQueryStage) String

func (x *ExplainQueryStage) String() string

type ExplainQueryStep

type ExplainQueryStep struct {
	Kind     *string  `protobuf:"bytes,1,opt,name=kind" json:"kind,omitempty"`
	Substeps []string `protobuf:"bytes,2,rep,name=substeps" json:"substeps,omitempty"`
	// contains filtered or unexported fields
}

func (*ExplainQueryStep) Descriptor deprecated

func (*ExplainQueryStep) Descriptor() ([]byte, []int)

Deprecated: Use ExplainQueryStep.ProtoReflect.Descriptor instead.

func (*ExplainQueryStep) GetKind

func (x *ExplainQueryStep) GetKind() string

func (*ExplainQueryStep) GetSubsteps

func (x *ExplainQueryStep) GetSubsteps() []string

func (*ExplainQueryStep) ProtoMessage

func (*ExplainQueryStep) ProtoMessage()

func (*ExplainQueryStep) ProtoReflect

func (x *ExplainQueryStep) ProtoReflect() protoreflect.Message

func (*ExplainQueryStep) Reset

func (x *ExplainQueryStep) Reset()

func (*ExplainQueryStep) String

func (x *ExplainQueryStep) String() string

type Explanation

type Explanation struct {
	Attribution *float64 `protobuf:"fixed64,1,opt,name=attribution" json:"attribution,omitempty"`
	FeatureName *string  `protobuf:"bytes,2,opt,name=feature_name,json=featureName" json:"feature_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Explanation) Descriptor deprecated

func (*Explanation) Descriptor() ([]byte, []int)

Deprecated: Use Explanation.ProtoReflect.Descriptor instead.

func (*Explanation) GetAttribution

func (x *Explanation) GetAttribution() float64

func (*Explanation) GetFeatureName

func (x *Explanation) GetFeatureName() string

func (*Explanation) ProtoMessage

func (*Explanation) ProtoMessage()

func (*Explanation) ProtoReflect

func (x *Explanation) ProtoReflect() protoreflect.Message

func (*Explanation) Reset

func (x *Explanation) Reset()

func (*Explanation) String

func (x *Explanation) String() string

type ExportDataStatistics

type ExportDataStatistics struct {
	FileCount *int64 `protobuf:"varint,1,opt,name=file_count,json=fileCount" json:"file_count,omitempty"`
	RowCount  *int64 `protobuf:"varint,2,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportDataStatistics) Descriptor deprecated

func (*ExportDataStatistics) Descriptor() ([]byte, []int)

Deprecated: Use ExportDataStatistics.ProtoReflect.Descriptor instead.

func (*ExportDataStatistics) GetFileCount

func (x *ExportDataStatistics) GetFileCount() int64

func (*ExportDataStatistics) GetRowCount

func (x *ExportDataStatistics) GetRowCount() int64

func (*ExportDataStatistics) ProtoMessage

func (*ExportDataStatistics) ProtoMessage()

func (*ExportDataStatistics) ProtoReflect

func (x *ExportDataStatistics) ProtoReflect() protoreflect.Message

func (*ExportDataStatistics) Reset

func (x *ExportDataStatistics) Reset()

func (*ExportDataStatistics) String

func (x *ExportDataStatistics) String() string

type Expr

type Expr struct {
	Description *string `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	Expression  *string `protobuf:"bytes,2,opt,name=expression" json:"expression,omitempty"`
	Location    *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
	Title       *string `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Expr) Descriptor deprecated

func (*Expr) Descriptor() ([]byte, []int)

Deprecated: Use Expr.ProtoReflect.Descriptor instead.

func (*Expr) GetDescription

func (x *Expr) GetDescription() string

func (*Expr) GetExpression

func (x *Expr) GetExpression() string

func (*Expr) GetLocation

func (x *Expr) GetLocation() string

func (*Expr) GetTitle

func (x *Expr) GetTitle() string

func (*Expr) ProtoMessage

func (*Expr) ProtoMessage()

func (*Expr) ProtoReflect

func (x *Expr) ProtoReflect() protoreflect.Message

func (*Expr) Reset

func (x *Expr) Reset()

func (*Expr) String

func (x *Expr) String() string

type ExternalCatalogDatasetOptions

type ExternalCatalogDatasetOptions struct {
	DefaultStorageLocationUri *string           `` /* 133-byte string literal not displayed */
	Parameters                map[string]string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExternalCatalogDatasetOptions) Descriptor deprecated

func (*ExternalCatalogDatasetOptions) Descriptor() ([]byte, []int)

Deprecated: Use ExternalCatalogDatasetOptions.ProtoReflect.Descriptor instead.

func (*ExternalCatalogDatasetOptions) GetDefaultStorageLocationUri

func (x *ExternalCatalogDatasetOptions) GetDefaultStorageLocationUri() string

func (*ExternalCatalogDatasetOptions) GetParameters

func (x *ExternalCatalogDatasetOptions) GetParameters() map[string]string

func (*ExternalCatalogDatasetOptions) ProtoMessage

func (*ExternalCatalogDatasetOptions) ProtoMessage()

func (*ExternalCatalogDatasetOptions) ProtoReflect

func (*ExternalCatalogDatasetOptions) Reset

func (x *ExternalCatalogDatasetOptions) Reset()

func (*ExternalCatalogDatasetOptions) String

type ExternalCatalogTableOptions

type ExternalCatalogTableOptions struct {
	ConnectionId      *string            `protobuf:"bytes,1,opt,name=connection_id,json=connectionId" json:"connection_id,omitempty"`
	Parameters        map[string]string  `` /* 140-byte string literal not displayed */
	StorageDescriptor *StorageDescriptor `protobuf:"bytes,3,opt,name=storage_descriptor,json=storageDescriptor" json:"storage_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalCatalogTableOptions) Descriptor deprecated

func (*ExternalCatalogTableOptions) Descriptor() ([]byte, []int)

Deprecated: Use ExternalCatalogTableOptions.ProtoReflect.Descriptor instead.

func (*ExternalCatalogTableOptions) GetConnectionId

func (x *ExternalCatalogTableOptions) GetConnectionId() string

func (*ExternalCatalogTableOptions) GetParameters

func (x *ExternalCatalogTableOptions) GetParameters() map[string]string

func (*ExternalCatalogTableOptions) GetStorageDescriptor

func (x *ExternalCatalogTableOptions) GetStorageDescriptor() *StorageDescriptor

func (*ExternalCatalogTableOptions) ProtoMessage

func (*ExternalCatalogTableOptions) ProtoMessage()

func (*ExternalCatalogTableOptions) ProtoReflect

func (*ExternalCatalogTableOptions) Reset

func (x *ExternalCatalogTableOptions) Reset()

func (*ExternalCatalogTableOptions) String

func (x *ExternalCatalogTableOptions) String() string

type ExternalDataConfiguration

type ExternalDataConfiguration struct {
	Autodetect              *bool                    `protobuf:"varint,1,opt,name=autodetect" json:"autodetect,omitempty"`
	AvroOptions             *AvroOptions             `protobuf:"bytes,2,opt,name=avro_options,json=avroOptions" json:"avro_options,omitempty"`
	BigtableOptions         *BigtableOptions         `protobuf:"bytes,3,opt,name=bigtable_options,json=bigtableOptions" json:"bigtable_options,omitempty"`
	Compression             *string                  `protobuf:"bytes,4,opt,name=compression" json:"compression,omitempty"`
	ConnectionId            *string                  `protobuf:"bytes,5,opt,name=connection_id,json=connectionId" json:"connection_id,omitempty"`
	CsvOptions              *CsvOptions              `protobuf:"bytes,6,opt,name=csv_options,json=csvOptions" json:"csv_options,omitempty"`
	DecimalTargetTypes      []string                 `protobuf:"bytes,7,rep,name=decimal_target_types,json=decimalTargetTypes" json:"decimal_target_types,omitempty"`
	FileSetSpecType         *string                  `protobuf:"bytes,8,opt,name=file_set_spec_type,json=fileSetSpecType" json:"file_set_spec_type,omitempty"`
	GoogleSheetsOptions     *GoogleSheetsOptions     `protobuf:"bytes,9,opt,name=google_sheets_options,json=googleSheetsOptions" json:"google_sheets_options,omitempty"`
	HivePartitioningOptions *HivePartitioningOptions `` /* 126-byte string literal not displayed */
	IgnoreUnknownValues     *bool                    `protobuf:"varint,11,opt,name=ignore_unknown_values,json=ignoreUnknownValues" json:"ignore_unknown_values,omitempty"`
	JsonExtension           *string                  `protobuf:"bytes,12,opt,name=json_extension,json=jsonExtension" json:"json_extension,omitempty"`
	JsonOptions             *JsonOptions             `protobuf:"bytes,13,opt,name=json_options,json=jsonOptions" json:"json_options,omitempty"`
	MaxBadRecords           *int32                   `protobuf:"varint,14,opt,name=max_bad_records,json=maxBadRecords" json:"max_bad_records,omitempty"`
	MetadataCacheMode       *string                  `protobuf:"bytes,15,opt,name=metadata_cache_mode,json=metadataCacheMode" json:"metadata_cache_mode,omitempty"`
	ObjectMetadata          *string                  `protobuf:"bytes,16,opt,name=object_metadata,json=objectMetadata" json:"object_metadata,omitempty"`
	ParquetOptions          *ParquetOptions          `protobuf:"bytes,17,opt,name=parquet_options,json=parquetOptions" json:"parquet_options,omitempty"`
	ReferenceFileSchemaUri  *string                  `protobuf:"bytes,18,opt,name=reference_file_schema_uri,json=referenceFileSchemaUri" json:"reference_file_schema_uri,omitempty"`
	Schema                  *TableSchema             `protobuf:"bytes,19,opt,name=schema" json:"schema,omitempty"`
	SourceFormat            *string                  `protobuf:"bytes,20,opt,name=source_format,json=sourceFormat" json:"source_format,omitempty"`
	SourceUris              []string                 `protobuf:"bytes,21,rep,name=source_uris,json=sourceUris" json:"source_uris,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalDataConfiguration) Descriptor deprecated

func (*ExternalDataConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use ExternalDataConfiguration.ProtoReflect.Descriptor instead.

func (*ExternalDataConfiguration) GetAutodetect

func (x *ExternalDataConfiguration) GetAutodetect() bool

func (*ExternalDataConfiguration) GetAvroOptions

func (x *ExternalDataConfiguration) GetAvroOptions() *AvroOptions

func (*ExternalDataConfiguration) GetBigtableOptions

func (x *ExternalDataConfiguration) GetBigtableOptions() *BigtableOptions

func (*ExternalDataConfiguration) GetCompression

func (x *ExternalDataConfiguration) GetCompression() string

func (*ExternalDataConfiguration) GetConnectionId

func (x *ExternalDataConfiguration) GetConnectionId() string

func (*ExternalDataConfiguration) GetCsvOptions

func (x *ExternalDataConfiguration) GetCsvOptions() *CsvOptions

func (*ExternalDataConfiguration) GetDecimalTargetTypes

func (x *ExternalDataConfiguration) GetDecimalTargetTypes() []string

func (*ExternalDataConfiguration) GetFileSetSpecType

func (x *ExternalDataConfiguration) GetFileSetSpecType() string

func (*ExternalDataConfiguration) GetGoogleSheetsOptions

func (x *ExternalDataConfiguration) GetGoogleSheetsOptions() *GoogleSheetsOptions

func (*ExternalDataConfiguration) GetHivePartitioningOptions

func (x *ExternalDataConfiguration) GetHivePartitioningOptions() *HivePartitioningOptions

func (*ExternalDataConfiguration) GetIgnoreUnknownValues

func (x *ExternalDataConfiguration) GetIgnoreUnknownValues() bool

func (*ExternalDataConfiguration) GetJsonExtension

func (x *ExternalDataConfiguration) GetJsonExtension() string

func (*ExternalDataConfiguration) GetJsonOptions

func (x *ExternalDataConfiguration) GetJsonOptions() *JsonOptions

func (*ExternalDataConfiguration) GetMaxBadRecords

func (x *ExternalDataConfiguration) GetMaxBadRecords() int32

func (*ExternalDataConfiguration) GetMetadataCacheMode

func (x *ExternalDataConfiguration) GetMetadataCacheMode() string

func (*ExternalDataConfiguration) GetObjectMetadata

func (x *ExternalDataConfiguration) GetObjectMetadata() string

func (*ExternalDataConfiguration) GetParquetOptions

func (x *ExternalDataConfiguration) GetParquetOptions() *ParquetOptions

func (*ExternalDataConfiguration) GetReferenceFileSchemaUri

func (x *ExternalDataConfiguration) GetReferenceFileSchemaUri() string

func (*ExternalDataConfiguration) GetSchema

func (x *ExternalDataConfiguration) GetSchema() *TableSchema

func (*ExternalDataConfiguration) GetSourceFormat

func (x *ExternalDataConfiguration) GetSourceFormat() string

func (*ExternalDataConfiguration) GetSourceUris

func (x *ExternalDataConfiguration) GetSourceUris() []string

func (*ExternalDataConfiguration) ProtoMessage

func (*ExternalDataConfiguration) ProtoMessage()

func (*ExternalDataConfiguration) ProtoReflect

func (*ExternalDataConfiguration) Reset

func (x *ExternalDataConfiguration) Reset()

func (*ExternalDataConfiguration) String

func (x *ExternalDataConfiguration) String() string

type ExternalDatasetReference

type ExternalDatasetReference struct {
	Connection     *string `protobuf:"bytes,1,opt,name=connection" json:"connection,omitempty"`
	ExternalSource *string `protobuf:"bytes,2,opt,name=external_source,json=externalSource" json:"external_source,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalDatasetReference) Descriptor deprecated

func (*ExternalDatasetReference) Descriptor() ([]byte, []int)

Deprecated: Use ExternalDatasetReference.ProtoReflect.Descriptor instead.

func (*ExternalDatasetReference) GetConnection

func (x *ExternalDatasetReference) GetConnection() string

func (*ExternalDatasetReference) GetExternalSource

func (x *ExternalDatasetReference) GetExternalSource() string

func (*ExternalDatasetReference) ProtoMessage

func (*ExternalDatasetReference) ProtoMessage()

func (*ExternalDatasetReference) ProtoReflect

func (x *ExternalDatasetReference) ProtoReflect() protoreflect.Message

func (*ExternalDatasetReference) Reset

func (x *ExternalDatasetReference) Reset()

func (*ExternalDatasetReference) String

func (x *ExternalDatasetReference) String() string

type ExternalServiceCost

type ExternalServiceCost struct {
	BytesBilled       *int64  `protobuf:"varint,1,opt,name=bytes_billed,json=bytesBilled" json:"bytes_billed,omitempty"`
	BytesProcessed    *int64  `protobuf:"varint,2,opt,name=bytes_processed,json=bytesProcessed" json:"bytes_processed,omitempty"`
	ExternalService   *string `protobuf:"bytes,3,opt,name=external_service,json=externalService" json:"external_service,omitempty"`
	ReservedSlotCount *int64  `protobuf:"varint,4,opt,name=reserved_slot_count,json=reservedSlotCount" json:"reserved_slot_count,omitempty"`
	SlotMs            *int64  `protobuf:"varint,5,opt,name=slot_ms,json=slotMs" json:"slot_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalServiceCost) Descriptor deprecated

func (*ExternalServiceCost) Descriptor() ([]byte, []int)

Deprecated: Use ExternalServiceCost.ProtoReflect.Descriptor instead.

func (*ExternalServiceCost) GetBytesBilled

func (x *ExternalServiceCost) GetBytesBilled() int64

func (*ExternalServiceCost) GetBytesProcessed

func (x *ExternalServiceCost) GetBytesProcessed() int64

func (*ExternalServiceCost) GetExternalService

func (x *ExternalServiceCost) GetExternalService() string

func (*ExternalServiceCost) GetReservedSlotCount

func (x *ExternalServiceCost) GetReservedSlotCount() int64

func (*ExternalServiceCost) GetSlotMs

func (x *ExternalServiceCost) GetSlotMs() int64

func (*ExternalServiceCost) ProtoMessage

func (*ExternalServiceCost) ProtoMessage()

func (*ExternalServiceCost) ProtoReflect

func (x *ExternalServiceCost) ProtoReflect() protoreflect.Message

func (*ExternalServiceCost) Reset

func (x *ExternalServiceCost) Reset()

func (*ExternalServiceCost) String

func (x *ExternalServiceCost) String() string

type FeatureValue

type FeatureValue struct {
	CategoricalValue *CategoricalValue `protobuf:"bytes,1,opt,name=categorical_value,json=categoricalValue" json:"categorical_value,omitempty"`
	FeatureColumn    *string           `protobuf:"bytes,2,opt,name=feature_column,json=featureColumn" json:"feature_column,omitempty"`
	NumericalValue   *float64          `protobuf:"fixed64,3,opt,name=numerical_value,json=numericalValue" json:"numerical_value,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureValue) Descriptor deprecated

func (*FeatureValue) Descriptor() ([]byte, []int)

Deprecated: Use FeatureValue.ProtoReflect.Descriptor instead.

func (*FeatureValue) GetCategoricalValue

func (x *FeatureValue) GetCategoricalValue() *CategoricalValue

func (*FeatureValue) GetFeatureColumn

func (x *FeatureValue) GetFeatureColumn() string

func (*FeatureValue) GetNumericalValue

func (x *FeatureValue) GetNumericalValue() float64

func (*FeatureValue) ProtoMessage

func (*FeatureValue) ProtoMessage()

func (*FeatureValue) ProtoReflect

func (x *FeatureValue) ProtoReflect() protoreflect.Message

func (*FeatureValue) Reset

func (x *FeatureValue) Reset()

func (*FeatureValue) String

func (x *FeatureValue) String() string

type GetDatasetRequest

type GetDatasetRequest struct {
	DatasetId   *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	DatasetView *string `protobuf:"bytes,2,opt,name=dataset_view,json=datasetView" json:"dataset_view,omitempty"`
	ProjectId   *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetRequest) Descriptor deprecated

func (*GetDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDatasetRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetRequest) GetDatasetId

func (x *GetDatasetRequest) GetDatasetId() string

func (*GetDatasetRequest) GetDatasetView

func (x *GetDatasetRequest) GetDatasetView() string

func (*GetDatasetRequest) GetProjectId

func (x *GetDatasetRequest) GetProjectId() string

func (*GetDatasetRequest) ProtoMessage

func (*GetDatasetRequest) ProtoMessage()

func (*GetDatasetRequest) ProtoReflect

func (x *GetDatasetRequest) ProtoReflect() protoreflect.Message

func (*GetDatasetRequest) Reset

func (x *GetDatasetRequest) Reset()

func (*GetDatasetRequest) String

func (x *GetDatasetRequest) String() string

type GetIamPolicyRequest

type GetIamPolicyRequest struct {
	Options *GetPolicyOptions `protobuf:"bytes,1,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIamPolicyRequest) Descriptor deprecated

func (*GetIamPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyRequest) GetOptions

func (x *GetIamPolicyRequest) GetOptions() *GetPolicyOptions

func (*GetIamPolicyRequest) ProtoMessage

func (*GetIamPolicyRequest) ProtoMessage()

func (*GetIamPolicyRequest) ProtoReflect

func (x *GetIamPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetIamPolicyRequest) Reset

func (x *GetIamPolicyRequest) Reset()

func (*GetIamPolicyRequest) String

func (x *GetIamPolicyRequest) String() string

type GetJobRequest

type GetJobRequest struct {
	JobId     *string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	Location  *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRequest) Descriptor deprecated

func (*GetJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.

func (*GetJobRequest) GetJobId

func (x *GetJobRequest) GetJobId() string

func (*GetJobRequest) GetLocation

func (x *GetJobRequest) GetLocation() string

func (*GetJobRequest) GetProjectId

func (x *GetJobRequest) GetProjectId() string

func (*GetJobRequest) ProtoMessage

func (*GetJobRequest) ProtoMessage()

func (*GetJobRequest) ProtoReflect

func (x *GetJobRequest) ProtoReflect() protoreflect.Message

func (*GetJobRequest) Reset

func (x *GetJobRequest) Reset()

func (*GetJobRequest) String

func (x *GetJobRequest) String() string

type GetModelRequest

type GetModelRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ModelId   *string `protobuf:"bytes,2,opt,name=model_id,json=modelId" json:"model_id,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelRequest) Descriptor deprecated

func (*GetModelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetModelRequest.ProtoReflect.Descriptor instead.

func (*GetModelRequest) GetDatasetId

func (x *GetModelRequest) GetDatasetId() string

func (*GetModelRequest) GetModelId

func (x *GetModelRequest) GetModelId() string

func (*GetModelRequest) GetProjectId

func (x *GetModelRequest) GetProjectId() string

func (*GetModelRequest) ProtoMessage

func (*GetModelRequest) ProtoMessage()

func (*GetModelRequest) ProtoReflect

func (x *GetModelRequest) ProtoReflect() protoreflect.Message

func (*GetModelRequest) Reset

func (x *GetModelRequest) Reset()

func (*GetModelRequest) String

func (x *GetModelRequest) String() string

type GetPolicyOptions

type GetPolicyOptions struct {
	RequestedPolicyVersion *int32 `protobuf:"varint,1,opt,name=requested_policy_version,json=requestedPolicyVersion" json:"requested_policy_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPolicyOptions) Descriptor deprecated

func (*GetPolicyOptions) Descriptor() ([]byte, []int)

Deprecated: Use GetPolicyOptions.ProtoReflect.Descriptor instead.

func (*GetPolicyOptions) GetRequestedPolicyVersion

func (x *GetPolicyOptions) GetRequestedPolicyVersion() int32

func (*GetPolicyOptions) ProtoMessage

func (*GetPolicyOptions) ProtoMessage()

func (*GetPolicyOptions) ProtoReflect

func (x *GetPolicyOptions) ProtoReflect() protoreflect.Message

func (*GetPolicyOptions) Reset

func (x *GetPolicyOptions) Reset()

func (*GetPolicyOptions) String

func (x *GetPolicyOptions) String() string

type GetQueryResultsJobRequest

type GetQueryResultsJobRequest struct {
	FormatOptionsUseInt64Timestamp *bool   `` /* 151-byte string literal not displayed */
	JobId                          *string `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	Location                       *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
	MaxResults                     *int32  `protobuf:"varint,4,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken                      *string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId                      *string `protobuf:"bytes,6,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	StartIndex                     *string `protobuf:"bytes,7,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
	TimeoutMs                      *int32  `protobuf:"varint,8,opt,name=timeout_ms,json=timeoutMs" json:"timeout_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueryResultsJobRequest) Descriptor deprecated

func (*GetQueryResultsJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetQueryResultsJobRequest.ProtoReflect.Descriptor instead.

func (*GetQueryResultsJobRequest) GetFormatOptionsUseInt64Timestamp

func (x *GetQueryResultsJobRequest) GetFormatOptionsUseInt64Timestamp() bool

func (*GetQueryResultsJobRequest) GetJobId

func (x *GetQueryResultsJobRequest) GetJobId() string

func (*GetQueryResultsJobRequest) GetLocation

func (x *GetQueryResultsJobRequest) GetLocation() string

func (*GetQueryResultsJobRequest) GetMaxResults

func (x *GetQueryResultsJobRequest) GetMaxResults() int32

func (*GetQueryResultsJobRequest) GetPageToken

func (x *GetQueryResultsJobRequest) GetPageToken() string

func (*GetQueryResultsJobRequest) GetProjectId

func (x *GetQueryResultsJobRequest) GetProjectId() string

func (*GetQueryResultsJobRequest) GetStartIndex

func (x *GetQueryResultsJobRequest) GetStartIndex() string

func (*GetQueryResultsJobRequest) GetTimeoutMs

func (x *GetQueryResultsJobRequest) GetTimeoutMs() int32

func (*GetQueryResultsJobRequest) ProtoMessage

func (*GetQueryResultsJobRequest) ProtoMessage()

func (*GetQueryResultsJobRequest) ProtoReflect

func (*GetQueryResultsJobRequest) Reset

func (x *GetQueryResultsJobRequest) Reset()

func (*GetQueryResultsJobRequest) String

func (x *GetQueryResultsJobRequest) String() string

type GetQueryResultsResponse

type GetQueryResultsResponse struct {
	CacheHit            *bool         `protobuf:"varint,1,opt,name=cache_hit,json=cacheHit" json:"cache_hit,omitempty"`
	Errors              []*ErrorProto `protobuf:"bytes,2,rep,name=errors" json:"errors,omitempty"`
	Etag                *string       `protobuf:"bytes,3,opt,name=etag" json:"etag,omitempty"`
	JobComplete         *bool         `protobuf:"varint,4,opt,name=job_complete,json=jobComplete" json:"job_complete,omitempty"`
	JobReference        *JobReference `protobuf:"bytes,5,opt,name=job_reference,json=jobReference" json:"job_reference,omitempty"`
	Kind                *string       `protobuf:"bytes,6,opt,name=kind" json:"kind,omitempty"`
	NumDmlAffectedRows  *int64        `protobuf:"varint,7,opt,name=num_dml_affected_rows,json=numDmlAffectedRows" json:"num_dml_affected_rows,omitempty"`
	PageToken           *string       `protobuf:"bytes,8,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	Rows                []*TableRow   `protobuf:"bytes,9,rep,name=rows" json:"rows,omitempty"`
	Schema              *TableSchema  `protobuf:"bytes,10,opt,name=schema" json:"schema,omitempty"`
	TotalBytesProcessed *int64        `protobuf:"varint,11,opt,name=total_bytes_processed,json=totalBytesProcessed" json:"total_bytes_processed,omitempty"`
	TotalRows           *uint64       `protobuf:"varint,12,opt,name=total_rows,json=totalRows" json:"total_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueryResultsResponse) Descriptor deprecated

func (*GetQueryResultsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetQueryResultsResponse.ProtoReflect.Descriptor instead.

func (*GetQueryResultsResponse) GetCacheHit

func (x *GetQueryResultsResponse) GetCacheHit() bool

func (*GetQueryResultsResponse) GetErrors

func (x *GetQueryResultsResponse) GetErrors() []*ErrorProto

func (*GetQueryResultsResponse) GetEtag

func (x *GetQueryResultsResponse) GetEtag() string

func (*GetQueryResultsResponse) GetJobComplete

func (x *GetQueryResultsResponse) GetJobComplete() bool

func (*GetQueryResultsResponse) GetJobReference

func (x *GetQueryResultsResponse) GetJobReference() *JobReference

func (*GetQueryResultsResponse) GetKind

func (x *GetQueryResultsResponse) GetKind() string

func (*GetQueryResultsResponse) GetNumDmlAffectedRows

func (x *GetQueryResultsResponse) GetNumDmlAffectedRows() int64

func (*GetQueryResultsResponse) GetPageToken

func (x *GetQueryResultsResponse) GetPageToken() string

func (*GetQueryResultsResponse) GetRows

func (x *GetQueryResultsResponse) GetRows() []*TableRow

func (*GetQueryResultsResponse) GetSchema

func (x *GetQueryResultsResponse) GetSchema() *TableSchema

func (*GetQueryResultsResponse) GetTotalBytesProcessed

func (x *GetQueryResultsResponse) GetTotalBytesProcessed() int64

func (*GetQueryResultsResponse) GetTotalRows

func (x *GetQueryResultsResponse) GetTotalRows() uint64

func (*GetQueryResultsResponse) ProtoMessage

func (*GetQueryResultsResponse) ProtoMessage()

func (*GetQueryResultsResponse) ProtoReflect

func (x *GetQueryResultsResponse) ProtoReflect() protoreflect.Message

func (*GetQueryResultsResponse) Reset

func (x *GetQueryResultsResponse) Reset()

func (*GetQueryResultsResponse) String

func (x *GetQueryResultsResponse) String() string

type GetRoutineRequest

type GetRoutineRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	ReadMask  *string `protobuf:"bytes,3,opt,name=read_mask,json=readMask" json:"read_mask,omitempty"`
	RoutineId *string `protobuf:"bytes,4,opt,name=routine_id,json=routineId" json:"routine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoutineRequest) Descriptor deprecated

func (*GetRoutineRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRoutineRequest.ProtoReflect.Descriptor instead.

func (*GetRoutineRequest) GetDatasetId

func (x *GetRoutineRequest) GetDatasetId() string

func (*GetRoutineRequest) GetProjectId

func (x *GetRoutineRequest) GetProjectId() string

func (*GetRoutineRequest) GetReadMask

func (x *GetRoutineRequest) GetReadMask() string

func (*GetRoutineRequest) GetRoutineId

func (x *GetRoutineRequest) GetRoutineId() string

func (*GetRoutineRequest) ProtoMessage

func (*GetRoutineRequest) ProtoMessage()

func (*GetRoutineRequest) ProtoReflect

func (x *GetRoutineRequest) ProtoReflect() protoreflect.Message

func (*GetRoutineRequest) Reset

func (x *GetRoutineRequest) Reset()

func (*GetRoutineRequest) String

func (x *GetRoutineRequest) String() string

type GetServiceAccountProjectRequest

type GetServiceAccountProjectRequest struct {
	ProjectId *string `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountProjectRequest) Descriptor deprecated

func (*GetServiceAccountProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceAccountProjectRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAccountProjectRequest) GetProjectId

func (x *GetServiceAccountProjectRequest) GetProjectId() string

func (*GetServiceAccountProjectRequest) ProtoMessage

func (*GetServiceAccountProjectRequest) ProtoMessage()

func (*GetServiceAccountProjectRequest) ProtoReflect

func (*GetServiceAccountProjectRequest) Reset

func (*GetServiceAccountProjectRequest) String

type GetServiceAccountResponse

type GetServiceAccountResponse struct {
	Email *string `protobuf:"bytes,1,opt,name=email" json:"email,omitempty"`
	Kind  *string `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountResponse) Descriptor deprecated

func (*GetServiceAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceAccountResponse.ProtoReflect.Descriptor instead.

func (*GetServiceAccountResponse) GetEmail

func (x *GetServiceAccountResponse) GetEmail() string

func (*GetServiceAccountResponse) GetKind

func (x *GetServiceAccountResponse) GetKind() string

func (*GetServiceAccountResponse) ProtoMessage

func (*GetServiceAccountResponse) ProtoMessage()

func (*GetServiceAccountResponse) ProtoReflect

func (*GetServiceAccountResponse) Reset

func (x *GetServiceAccountResponse) Reset()

func (*GetServiceAccountResponse) String

func (x *GetServiceAccountResponse) String() string

type GetTableRequest

type GetTableRequest struct {
	DatasetId      *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId      *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	SelectedFields *string `protobuf:"bytes,3,opt,name=selected_fields,json=selectedFields" json:"selected_fields,omitempty"`
	TableId        *string `protobuf:"bytes,4,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	View           *string `protobuf:"bytes,5,opt,name=view" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableRequest) Descriptor deprecated

func (*GetTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTableRequest.ProtoReflect.Descriptor instead.

func (*GetTableRequest) GetDatasetId

func (x *GetTableRequest) GetDatasetId() string

func (*GetTableRequest) GetProjectId

func (x *GetTableRequest) GetProjectId() string

func (*GetTableRequest) GetSelectedFields

func (x *GetTableRequest) GetSelectedFields() string

func (*GetTableRequest) GetTableId

func (x *GetTableRequest) GetTableId() string

func (*GetTableRequest) GetView

func (x *GetTableRequest) GetView() string

func (*GetTableRequest) ProtoMessage

func (*GetTableRequest) ProtoMessage()

func (*GetTableRequest) ProtoReflect

func (x *GetTableRequest) ProtoReflect() protoreflect.Message

func (*GetTableRequest) Reset

func (x *GetTableRequest) Reset()

func (*GetTableRequest) String

func (x *GetTableRequest) String() string

type GlobalExplanation

type GlobalExplanation struct {
	ClassLabel   *string        `protobuf:"bytes,1,opt,name=class_label,json=classLabel" json:"class_label,omitempty"`
	Explanations []*Explanation `protobuf:"bytes,2,rep,name=explanations" json:"explanations,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalExplanation) Descriptor deprecated

func (*GlobalExplanation) Descriptor() ([]byte, []int)

Deprecated: Use GlobalExplanation.ProtoReflect.Descriptor instead.

func (*GlobalExplanation) GetClassLabel

func (x *GlobalExplanation) GetClassLabel() string

func (*GlobalExplanation) GetExplanations

func (x *GlobalExplanation) GetExplanations() []*Explanation

func (*GlobalExplanation) ProtoMessage

func (*GlobalExplanation) ProtoMessage()

func (*GlobalExplanation) ProtoReflect

func (x *GlobalExplanation) ProtoReflect() protoreflect.Message

func (*GlobalExplanation) Reset

func (x *GlobalExplanation) Reset()

func (*GlobalExplanation) String

func (x *GlobalExplanation) String() string

type GoogleSheetsOptions

type GoogleSheetsOptions struct {
	Range           *string `protobuf:"bytes,1,opt,name=range" json:"range,omitempty"`
	SkipLeadingRows *int64  `protobuf:"varint,2,opt,name=skip_leading_rows,json=skipLeadingRows" json:"skip_leading_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*GoogleSheetsOptions) Descriptor deprecated

func (*GoogleSheetsOptions) Descriptor() ([]byte, []int)

Deprecated: Use GoogleSheetsOptions.ProtoReflect.Descriptor instead.

func (*GoogleSheetsOptions) GetRange

func (x *GoogleSheetsOptions) GetRange() string

func (*GoogleSheetsOptions) GetSkipLeadingRows

func (x *GoogleSheetsOptions) GetSkipLeadingRows() int64

func (*GoogleSheetsOptions) ProtoMessage

func (*GoogleSheetsOptions) ProtoMessage()

func (*GoogleSheetsOptions) ProtoReflect

func (x *GoogleSheetsOptions) ProtoReflect() protoreflect.Message

func (*GoogleSheetsOptions) Reset

func (x *GoogleSheetsOptions) Reset()

func (*GoogleSheetsOptions) String

func (x *GoogleSheetsOptions) String() string

type HighCardinalityJoin

type HighCardinalityJoin struct {
	LeftRows   *int64 `protobuf:"varint,1,opt,name=left_rows,json=leftRows" json:"left_rows,omitempty"`
	OutputRows *int64 `protobuf:"varint,2,opt,name=output_rows,json=outputRows" json:"output_rows,omitempty"`
	RightRows  *int64 `protobuf:"varint,3,opt,name=right_rows,json=rightRows" json:"right_rows,omitempty"`
	StepIndex  *int32 `protobuf:"varint,4,opt,name=step_index,json=stepIndex" json:"step_index,omitempty"`
	// contains filtered or unexported fields
}

func (*HighCardinalityJoin) Descriptor deprecated

func (*HighCardinalityJoin) Descriptor() ([]byte, []int)

Deprecated: Use HighCardinalityJoin.ProtoReflect.Descriptor instead.

func (*HighCardinalityJoin) GetLeftRows

func (x *HighCardinalityJoin) GetLeftRows() int64

func (*HighCardinalityJoin) GetOutputRows

func (x *HighCardinalityJoin) GetOutputRows() int64

func (*HighCardinalityJoin) GetRightRows

func (x *HighCardinalityJoin) GetRightRows() int64

func (*HighCardinalityJoin) GetStepIndex

func (x *HighCardinalityJoin) GetStepIndex() int32

func (*HighCardinalityJoin) ProtoMessage

func (*HighCardinalityJoin) ProtoMessage()

func (*HighCardinalityJoin) ProtoReflect

func (x *HighCardinalityJoin) ProtoReflect() protoreflect.Message

func (*HighCardinalityJoin) Reset

func (x *HighCardinalityJoin) Reset()

func (*HighCardinalityJoin) String

func (x *HighCardinalityJoin) String() string

type HivePartitioningOptions

type HivePartitioningOptions struct {
	Fields                 []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty"`
	Mode                   *string  `protobuf:"bytes,2,opt,name=mode" json:"mode,omitempty"`
	RequirePartitionFilter *bool    `protobuf:"varint,3,opt,name=require_partition_filter,json=requirePartitionFilter" json:"require_partition_filter,omitempty"`
	SourceUriPrefix        *string  `protobuf:"bytes,4,opt,name=source_uri_prefix,json=sourceUriPrefix" json:"source_uri_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*HivePartitioningOptions) Descriptor deprecated

func (*HivePartitioningOptions) Descriptor() ([]byte, []int)

Deprecated: Use HivePartitioningOptions.ProtoReflect.Descriptor instead.

func (*HivePartitioningOptions) GetFields

func (x *HivePartitioningOptions) GetFields() []string

func (*HivePartitioningOptions) GetMode

func (x *HivePartitioningOptions) GetMode() string

func (*HivePartitioningOptions) GetRequirePartitionFilter

func (x *HivePartitioningOptions) GetRequirePartitionFilter() bool

func (*HivePartitioningOptions) GetSourceUriPrefix

func (x *HivePartitioningOptions) GetSourceUriPrefix() string

func (*HivePartitioningOptions) ProtoMessage

func (*HivePartitioningOptions) ProtoMessage()

func (*HivePartitioningOptions) ProtoReflect

func (x *HivePartitioningOptions) ProtoReflect() protoreflect.Message

func (*HivePartitioningOptions) Reset

func (x *HivePartitioningOptions) Reset()

func (*HivePartitioningOptions) String

func (x *HivePartitioningOptions) String() string

type HparamSearchSpaces

type HparamSearchSpaces struct {
	ActivationFn       *StringHparamSearchSpace   `protobuf:"bytes,1,opt,name=activation_fn,json=activationFn" json:"activation_fn,omitempty"`
	BatchSize          *IntHparamSearchSpace      `protobuf:"bytes,2,opt,name=batch_size,json=batchSize" json:"batch_size,omitempty"`
	BoosterType        *StringHparamSearchSpace   `protobuf:"bytes,3,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	ColsampleBylevel   *DoubleHparamSearchSpace   `protobuf:"bytes,4,opt,name=colsample_bylevel,json=colsampleBylevel" json:"colsample_bylevel,omitempty"`
	ColsampleBynode    *DoubleHparamSearchSpace   `protobuf:"bytes,5,opt,name=colsample_bynode,json=colsampleBynode" json:"colsample_bynode,omitempty"`
	ColsampleBytree    *DoubleHparamSearchSpace   `protobuf:"bytes,6,opt,name=colsample_bytree,json=colsampleBytree" json:"colsample_bytree,omitempty"`
	DartNormalizeType  *StringHparamSearchSpace   `protobuf:"bytes,7,opt,name=dart_normalize_type,json=dartNormalizeType" json:"dart_normalize_type,omitempty"`
	Dropout            *DoubleHparamSearchSpace   `protobuf:"bytes,8,opt,name=dropout" json:"dropout,omitempty"`
	HiddenUnits        *IntArrayHparamSearchSpace `protobuf:"bytes,9,opt,name=hidden_units,json=hiddenUnits" json:"hidden_units,omitempty"`
	L1Reg              *DoubleHparamSearchSpace   `protobuf:"bytes,10,opt,name=l1_reg,json=l1Reg" json:"l1_reg,omitempty"`
	L2Reg              *DoubleHparamSearchSpace   `protobuf:"bytes,11,opt,name=l2_reg,json=l2Reg" json:"l2_reg,omitempty"`
	LearnRate          *DoubleHparamSearchSpace   `protobuf:"bytes,12,opt,name=learn_rate,json=learnRate" json:"learn_rate,omitempty"`
	MaxTreeDepth       *IntHparamSearchSpace      `protobuf:"bytes,13,opt,name=max_tree_depth,json=maxTreeDepth" json:"max_tree_depth,omitempty"`
	MinSplitLoss       *DoubleHparamSearchSpace   `protobuf:"bytes,14,opt,name=min_split_loss,json=minSplitLoss" json:"min_split_loss,omitempty"`
	MinTreeChildWeight *IntHparamSearchSpace      `protobuf:"bytes,15,opt,name=min_tree_child_weight,json=minTreeChildWeight" json:"min_tree_child_weight,omitempty"`
	NumClusters        *IntHparamSearchSpace      `protobuf:"bytes,16,opt,name=num_clusters,json=numClusters" json:"num_clusters,omitempty"`
	NumFactors         *IntHparamSearchSpace      `protobuf:"bytes,17,opt,name=num_factors,json=numFactors" json:"num_factors,omitempty"`
	NumParallelTree    *IntHparamSearchSpace      `protobuf:"bytes,18,opt,name=num_parallel_tree,json=numParallelTree" json:"num_parallel_tree,omitempty"`
	Optimizer          *StringHparamSearchSpace   `protobuf:"bytes,19,opt,name=optimizer" json:"optimizer,omitempty"`
	Subsample          *DoubleHparamSearchSpace   `protobuf:"bytes,20,opt,name=subsample" json:"subsample,omitempty"`
	TreeMethod         *StringHparamSearchSpace   `protobuf:"bytes,21,opt,name=tree_method,json=treeMethod" json:"tree_method,omitempty"`
	WalsAlpha          *DoubleHparamSearchSpace   `protobuf:"bytes,22,opt,name=wals_alpha,json=walsAlpha" json:"wals_alpha,omitempty"`
	// contains filtered or unexported fields
}

func (*HparamSearchSpaces) Descriptor deprecated

func (*HparamSearchSpaces) Descriptor() ([]byte, []int)

Deprecated: Use HparamSearchSpaces.ProtoReflect.Descriptor instead.

func (*HparamSearchSpaces) GetActivationFn

func (x *HparamSearchSpaces) GetActivationFn() *StringHparamSearchSpace

func (*HparamSearchSpaces) GetBatchSize

func (x *HparamSearchSpaces) GetBatchSize() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetBoosterType

func (x *HparamSearchSpaces) GetBoosterType() *StringHparamSearchSpace

func (*HparamSearchSpaces) GetColsampleBylevel

func (x *HparamSearchSpaces) GetColsampleBylevel() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetColsampleBynode

func (x *HparamSearchSpaces) GetColsampleBynode() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetColsampleBytree

func (x *HparamSearchSpaces) GetColsampleBytree() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetDartNormalizeType

func (x *HparamSearchSpaces) GetDartNormalizeType() *StringHparamSearchSpace

func (*HparamSearchSpaces) GetDropout

func (*HparamSearchSpaces) GetHiddenUnits

func (x *HparamSearchSpaces) GetHiddenUnits() *IntArrayHparamSearchSpace

func (*HparamSearchSpaces) GetL1Reg

func (*HparamSearchSpaces) GetL2Reg

func (*HparamSearchSpaces) GetLearnRate

func (x *HparamSearchSpaces) GetLearnRate() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetMaxTreeDepth

func (x *HparamSearchSpaces) GetMaxTreeDepth() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetMinSplitLoss

func (x *HparamSearchSpaces) GetMinSplitLoss() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetMinTreeChildWeight

func (x *HparamSearchSpaces) GetMinTreeChildWeight() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetNumClusters

func (x *HparamSearchSpaces) GetNumClusters() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetNumFactors

func (x *HparamSearchSpaces) GetNumFactors() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetNumParallelTree

func (x *HparamSearchSpaces) GetNumParallelTree() *IntHparamSearchSpace

func (*HparamSearchSpaces) GetOptimizer

func (x *HparamSearchSpaces) GetOptimizer() *StringHparamSearchSpace

func (*HparamSearchSpaces) GetSubsample

func (x *HparamSearchSpaces) GetSubsample() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) GetTreeMethod

func (x *HparamSearchSpaces) GetTreeMethod() *StringHparamSearchSpace

func (*HparamSearchSpaces) GetWalsAlpha

func (x *HparamSearchSpaces) GetWalsAlpha() *DoubleHparamSearchSpace

func (*HparamSearchSpaces) ProtoMessage

func (*HparamSearchSpaces) ProtoMessage()

func (*HparamSearchSpaces) ProtoReflect

func (x *HparamSearchSpaces) ProtoReflect() protoreflect.Message

func (*HparamSearchSpaces) Reset

func (x *HparamSearchSpaces) Reset()

func (*HparamSearchSpaces) String

func (x *HparamSearchSpaces) String() string

type HparamTuningTrial

type HparamTuningTrial struct {
	EndTimeMs                     *int64             `protobuf:"varint,1,opt,name=end_time_ms,json=endTimeMs" json:"end_time_ms,omitempty"`
	ErrorMessage                  *string            `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	EvalLoss                      *float64           `protobuf:"fixed64,3,opt,name=eval_loss,json=evalLoss" json:"eval_loss,omitempty"`
	EvaluationMetrics             *EvaluationMetrics `protobuf:"bytes,4,opt,name=evaluation_metrics,json=evaluationMetrics" json:"evaluation_metrics,omitempty"`
	HparamTuningEvaluationMetrics *EvaluationMetrics `` /* 145-byte string literal not displayed */
	Hparams                       *TrainingOptions   `protobuf:"bytes,6,opt,name=hparams" json:"hparams,omitempty"`
	StartTimeMs                   *int64             `protobuf:"varint,7,opt,name=start_time_ms,json=startTimeMs" json:"start_time_ms,omitempty"`
	Status                        *string            `protobuf:"bytes,8,opt,name=status" json:"status,omitempty"`
	TrainingLoss                  *float64           `protobuf:"fixed64,9,opt,name=training_loss,json=trainingLoss" json:"training_loss,omitempty"`
	TrialId                       *int64             `protobuf:"varint,10,opt,name=trial_id,json=trialId" json:"trial_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HparamTuningTrial) Descriptor deprecated

func (*HparamTuningTrial) Descriptor() ([]byte, []int)

Deprecated: Use HparamTuningTrial.ProtoReflect.Descriptor instead.

func (*HparamTuningTrial) GetEndTimeMs

func (x *HparamTuningTrial) GetEndTimeMs() int64

func (*HparamTuningTrial) GetErrorMessage

func (x *HparamTuningTrial) GetErrorMessage() string

func (*HparamTuningTrial) GetEvalLoss

func (x *HparamTuningTrial) GetEvalLoss() float64

func (*HparamTuningTrial) GetEvaluationMetrics

func (x *HparamTuningTrial) GetEvaluationMetrics() *EvaluationMetrics

func (*HparamTuningTrial) GetHparamTuningEvaluationMetrics

func (x *HparamTuningTrial) GetHparamTuningEvaluationMetrics() *EvaluationMetrics

func (*HparamTuningTrial) GetHparams

func (x *HparamTuningTrial) GetHparams() *TrainingOptions

func (*HparamTuningTrial) GetStartTimeMs

func (x *HparamTuningTrial) GetStartTimeMs() int64

func (*HparamTuningTrial) GetStatus

func (x *HparamTuningTrial) GetStatus() string

func (*HparamTuningTrial) GetTrainingLoss

func (x *HparamTuningTrial) GetTrainingLoss() float64

func (*HparamTuningTrial) GetTrialId

func (x *HparamTuningTrial) GetTrialId() int64

func (*HparamTuningTrial) ProtoMessage

func (*HparamTuningTrial) ProtoMessage()

func (*HparamTuningTrial) ProtoReflect

func (x *HparamTuningTrial) ProtoReflect() protoreflect.Message

func (*HparamTuningTrial) Reset

func (x *HparamTuningTrial) Reset()

func (*HparamTuningTrial) String

func (x *HparamTuningTrial) String() string

type IndexUnusedReason

type IndexUnusedReason struct {
	BaseTable *TableReference `protobuf:"bytes,1,opt,name=base_table,json=baseTable" json:"base_table,omitempty"`
	Code      *string         `protobuf:"bytes,2,opt,name=code" json:"code,omitempty"`
	IndexName *string         `protobuf:"bytes,3,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	Message   *string         `protobuf:"bytes,4,opt,name=message" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexUnusedReason) Descriptor deprecated

func (*IndexUnusedReason) Descriptor() ([]byte, []int)

Deprecated: Use IndexUnusedReason.ProtoReflect.Descriptor instead.

func (*IndexUnusedReason) GetBaseTable

func (x *IndexUnusedReason) GetBaseTable() *TableReference

func (*IndexUnusedReason) GetCode

func (x *IndexUnusedReason) GetCode() string

func (*IndexUnusedReason) GetIndexName

func (x *IndexUnusedReason) GetIndexName() string

func (*IndexUnusedReason) GetMessage

func (x *IndexUnusedReason) GetMessage() string

func (*IndexUnusedReason) ProtoMessage

func (*IndexUnusedReason) ProtoMessage()

func (*IndexUnusedReason) ProtoReflect

func (x *IndexUnusedReason) ProtoReflect() protoreflect.Message

func (*IndexUnusedReason) Reset

func (x *IndexUnusedReason) Reset()

func (*IndexUnusedReason) String

func (x *IndexUnusedReason) String() string

type InputDataChange

type InputDataChange struct {
	RecordsReadDiffPercentage *float32 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InputDataChange) Descriptor deprecated

func (*InputDataChange) Descriptor() ([]byte, []int)

Deprecated: Use InputDataChange.ProtoReflect.Descriptor instead.

func (*InputDataChange) GetRecordsReadDiffPercentage

func (x *InputDataChange) GetRecordsReadDiffPercentage() float32

func (*InputDataChange) ProtoMessage

func (*InputDataChange) ProtoMessage()

func (*InputDataChange) ProtoReflect

func (x *InputDataChange) ProtoReflect() protoreflect.Message

func (*InputDataChange) Reset

func (x *InputDataChange) Reset()

func (*InputDataChange) String

func (x *InputDataChange) String() string

type InsertAllTabledataRequest

type InsertAllTabledataRequest struct {
	DatasetId *string                    `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string                    `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string                    `protobuf:"bytes,3,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Tabledata *TableDataInsertAllRequest `protobuf:"bytes,4,opt,name=tabledata" json:"tabledata,omitempty"`
	// contains filtered or unexported fields
}

func (*InsertAllTabledataRequest) Descriptor deprecated

func (*InsertAllTabledataRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertAllTabledataRequest.ProtoReflect.Descriptor instead.

func (*InsertAllTabledataRequest) GetDatasetId

func (x *InsertAllTabledataRequest) GetDatasetId() string

func (*InsertAllTabledataRequest) GetProjectId

func (x *InsertAllTabledataRequest) GetProjectId() string

func (*InsertAllTabledataRequest) GetTableId

func (x *InsertAllTabledataRequest) GetTableId() string

func (*InsertAllTabledataRequest) GetTabledata

func (*InsertAllTabledataRequest) ProtoMessage

func (*InsertAllTabledataRequest) ProtoMessage()

func (*InsertAllTabledataRequest) ProtoReflect

func (*InsertAllTabledataRequest) Reset

func (x *InsertAllTabledataRequest) Reset()

func (*InsertAllTabledataRequest) String

func (x *InsertAllTabledataRequest) String() string

type InsertDatasetRequest

type InsertDatasetRequest struct {
	ProjectId *string  `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Dataset   *Dataset `protobuf:"bytes,2,opt,name=dataset" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*InsertDatasetRequest) Descriptor deprecated

func (*InsertDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertDatasetRequest.ProtoReflect.Descriptor instead.

func (*InsertDatasetRequest) GetDataset

func (x *InsertDatasetRequest) GetDataset() *Dataset

func (*InsertDatasetRequest) GetProjectId

func (x *InsertDatasetRequest) GetProjectId() string

func (*InsertDatasetRequest) ProtoMessage

func (*InsertDatasetRequest) ProtoMessage()

func (*InsertDatasetRequest) ProtoReflect

func (x *InsertDatasetRequest) ProtoReflect() protoreflect.Message

func (*InsertDatasetRequest) Reset

func (x *InsertDatasetRequest) Reset()

func (*InsertDatasetRequest) String

func (x *InsertDatasetRequest) String() string

type InsertJobRequest

type InsertJobRequest struct {
	ProjectId *string `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Job       *Job    `protobuf:"bytes,2,opt,name=job" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*InsertJobRequest) Descriptor deprecated

func (*InsertJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertJobRequest.ProtoReflect.Descriptor instead.

func (*InsertJobRequest) GetJob

func (x *InsertJobRequest) GetJob() *Job

func (*InsertJobRequest) GetProjectId

func (x *InsertJobRequest) GetProjectId() string

func (*InsertJobRequest) ProtoMessage

func (*InsertJobRequest) ProtoMessage()

func (*InsertJobRequest) ProtoReflect

func (x *InsertJobRequest) ProtoReflect() protoreflect.Message

func (*InsertJobRequest) Reset

func (x *InsertJobRequest) Reset()

func (*InsertJobRequest) String

func (x *InsertJobRequest) String() string

type InsertRoutineRequest

type InsertRoutineRequest struct {
	DatasetId *string  `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string  `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Routine   *Routine `protobuf:"bytes,3,opt,name=routine" json:"routine,omitempty"`
	// contains filtered or unexported fields
}

func (*InsertRoutineRequest) Descriptor deprecated

func (*InsertRoutineRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRoutineRequest.ProtoReflect.Descriptor instead.

func (*InsertRoutineRequest) GetDatasetId

func (x *InsertRoutineRequest) GetDatasetId() string

func (*InsertRoutineRequest) GetProjectId

func (x *InsertRoutineRequest) GetProjectId() string

func (*InsertRoutineRequest) GetRoutine

func (x *InsertRoutineRequest) GetRoutine() *Routine

func (*InsertRoutineRequest) ProtoMessage

func (*InsertRoutineRequest) ProtoMessage()

func (*InsertRoutineRequest) ProtoReflect

func (x *InsertRoutineRequest) ProtoReflect() protoreflect.Message

func (*InsertRoutineRequest) Reset

func (x *InsertRoutineRequest) Reset()

func (*InsertRoutineRequest) String

func (x *InsertRoutineRequest) String() string

type InsertTableRequest

type InsertTableRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Table     *Table  `protobuf:"bytes,3,opt,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*InsertTableRequest) Descriptor deprecated

func (*InsertTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTableRequest.ProtoReflect.Descriptor instead.

func (*InsertTableRequest) GetDatasetId

func (x *InsertTableRequest) GetDatasetId() string

func (*InsertTableRequest) GetProjectId

func (x *InsertTableRequest) GetProjectId() string

func (*InsertTableRequest) GetTable

func (x *InsertTableRequest) GetTable() *Table

func (*InsertTableRequest) ProtoMessage

func (*InsertTableRequest) ProtoMessage()

func (*InsertTableRequest) ProtoReflect

func (x *InsertTableRequest) ProtoReflect() protoreflect.Message

func (*InsertTableRequest) Reset

func (x *InsertTableRequest) Reset()

func (*InsertTableRequest) String

func (x *InsertTableRequest) String() string

type IntArray

type IntArray struct {
	Elements []int64 `protobuf:"varint,1,rep,name=elements" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*IntArray) Descriptor deprecated

func (*IntArray) Descriptor() ([]byte, []int)

Deprecated: Use IntArray.ProtoReflect.Descriptor instead.

func (*IntArray) GetElements

func (x *IntArray) GetElements() []int64

func (*IntArray) ProtoMessage

func (*IntArray) ProtoMessage()

func (*IntArray) ProtoReflect

func (x *IntArray) ProtoReflect() protoreflect.Message

func (*IntArray) Reset

func (x *IntArray) Reset()

func (*IntArray) String

func (x *IntArray) String() string

type IntArrayHparamSearchSpace

type IntArrayHparamSearchSpace struct {
	Candidates []*IntArray `protobuf:"bytes,1,rep,name=candidates" json:"candidates,omitempty"`
	// contains filtered or unexported fields
}

func (*IntArrayHparamSearchSpace) Descriptor deprecated

func (*IntArrayHparamSearchSpace) Descriptor() ([]byte, []int)

Deprecated: Use IntArrayHparamSearchSpace.ProtoReflect.Descriptor instead.

func (*IntArrayHparamSearchSpace) GetCandidates

func (x *IntArrayHparamSearchSpace) GetCandidates() []*IntArray

func (*IntArrayHparamSearchSpace) ProtoMessage

func (*IntArrayHparamSearchSpace) ProtoMessage()

func (*IntArrayHparamSearchSpace) ProtoReflect

func (*IntArrayHparamSearchSpace) Reset

func (x *IntArrayHparamSearchSpace) Reset()

func (*IntArrayHparamSearchSpace) String

func (x *IntArrayHparamSearchSpace) String() string

type IntCandidates

type IntCandidates struct {
	Candidates []int64 `protobuf:"varint,1,rep,name=candidates" json:"candidates,omitempty"`
	// contains filtered or unexported fields
}

func (*IntCandidates) Descriptor deprecated

func (*IntCandidates) Descriptor() ([]byte, []int)

Deprecated: Use IntCandidates.ProtoReflect.Descriptor instead.

func (*IntCandidates) GetCandidates

func (x *IntCandidates) GetCandidates() []int64

func (*IntCandidates) ProtoMessage

func (*IntCandidates) ProtoMessage()

func (*IntCandidates) ProtoReflect

func (x *IntCandidates) ProtoReflect() protoreflect.Message

func (*IntCandidates) Reset

func (x *IntCandidates) Reset()

func (*IntCandidates) String

func (x *IntCandidates) String() string

type IntHparamSearchSpace

type IntHparamSearchSpace struct {
	Candidates *IntCandidates `protobuf:"bytes,1,opt,name=candidates" json:"candidates,omitempty"`
	Range      *IntRange      `protobuf:"bytes,2,opt,name=range" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*IntHparamSearchSpace) Descriptor deprecated

func (*IntHparamSearchSpace) Descriptor() ([]byte, []int)

Deprecated: Use IntHparamSearchSpace.ProtoReflect.Descriptor instead.

func (*IntHparamSearchSpace) GetCandidates

func (x *IntHparamSearchSpace) GetCandidates() *IntCandidates

func (*IntHparamSearchSpace) GetRange

func (x *IntHparamSearchSpace) GetRange() *IntRange

func (*IntHparamSearchSpace) ProtoMessage

func (*IntHparamSearchSpace) ProtoMessage()

func (*IntHparamSearchSpace) ProtoReflect

func (x *IntHparamSearchSpace) ProtoReflect() protoreflect.Message

func (*IntHparamSearchSpace) Reset

func (x *IntHparamSearchSpace) Reset()

func (*IntHparamSearchSpace) String

func (x *IntHparamSearchSpace) String() string

type IntRange

type IntRange struct {
	Max *int64 `protobuf:"varint,1,opt,name=max" json:"max,omitempty"`
	Min *int64 `protobuf:"varint,2,opt,name=min" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (*IntRange) Descriptor deprecated

func (*IntRange) Descriptor() ([]byte, []int)

Deprecated: Use IntRange.ProtoReflect.Descriptor instead.

func (*IntRange) GetMax

func (x *IntRange) GetMax() int64

func (*IntRange) GetMin

func (x *IntRange) GetMin() int64

func (*IntRange) ProtoMessage

func (*IntRange) ProtoMessage()

func (*IntRange) ProtoReflect

func (x *IntRange) ProtoReflect() protoreflect.Message

func (*IntRange) Reset

func (x *IntRange) Reset()

func (*IntRange) String

func (x *IntRange) String() string

type IterationResult

type IterationResult struct {
	ArimaResult             *ArimaResult              `protobuf:"bytes,1,opt,name=arima_result,json=arimaResult" json:"arima_result,omitempty"`
	ClusterInfos            []*ClusterInfo            `protobuf:"bytes,2,rep,name=cluster_infos,json=clusterInfos" json:"cluster_infos,omitempty"`
	DurationMs              *int64                    `protobuf:"varint,3,opt,name=duration_ms,json=durationMs" json:"duration_ms,omitempty"`
	EvalLoss                *float64                  `protobuf:"fixed64,4,opt,name=eval_loss,json=evalLoss" json:"eval_loss,omitempty"`
	Index                   *int32                    `protobuf:"varint,5,opt,name=index" json:"index,omitempty"`
	LearnRate               *float64                  `protobuf:"fixed64,6,opt,name=learn_rate,json=learnRate" json:"learn_rate,omitempty"`
	PrincipalComponentInfos []*PrincipalComponentInfo `protobuf:"bytes,7,rep,name=principal_component_infos,json=principalComponentInfos" json:"principal_component_infos,omitempty"`
	TrainingLoss            *float64                  `protobuf:"fixed64,8,opt,name=training_loss,json=trainingLoss" json:"training_loss,omitempty"`
	// contains filtered or unexported fields
}

func (*IterationResult) Descriptor deprecated

func (*IterationResult) Descriptor() ([]byte, []int)

Deprecated: Use IterationResult.ProtoReflect.Descriptor instead.

func (*IterationResult) GetArimaResult

func (x *IterationResult) GetArimaResult() *ArimaResult

func (*IterationResult) GetClusterInfos

func (x *IterationResult) GetClusterInfos() []*ClusterInfo

func (*IterationResult) GetDurationMs

func (x *IterationResult) GetDurationMs() int64

func (*IterationResult) GetEvalLoss

func (x *IterationResult) GetEvalLoss() float64

func (*IterationResult) GetIndex

func (x *IterationResult) GetIndex() int32

func (*IterationResult) GetLearnRate

func (x *IterationResult) GetLearnRate() float64

func (*IterationResult) GetPrincipalComponentInfos

func (x *IterationResult) GetPrincipalComponentInfos() []*PrincipalComponentInfo

func (*IterationResult) GetTrainingLoss

func (x *IterationResult) GetTrainingLoss() float64

func (*IterationResult) ProtoMessage

func (*IterationResult) ProtoMessage()

func (*IterationResult) ProtoReflect

func (x *IterationResult) ProtoReflect() protoreflect.Message

func (*IterationResult) Reset

func (x *IterationResult) Reset()

func (*IterationResult) String

func (x *IterationResult) String() string

type Job

type Job struct {
	Configuration     *JobConfiguration  `protobuf:"bytes,1,opt,name=configuration" json:"configuration,omitempty"`
	Etag              *string            `protobuf:"bytes,2,opt,name=etag" json:"etag,omitempty"`
	Id                *string            `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"`
	JobCreationReason *JobCreationReason `protobuf:"bytes,4,opt,name=job_creation_reason,json=jobCreationReason" json:"job_creation_reason,omitempty"`
	JobReference      *JobReference      `protobuf:"bytes,5,opt,name=job_reference,json=jobReference" json:"job_reference,omitempty"`
	Kind              *string            `protobuf:"bytes,6,opt,name=kind" json:"kind,omitempty"`
	PrincipalSubject  *string            `protobuf:"bytes,7,opt,name=principal_subject" json:"principal_subject,omitempty"`
	SelfLink          *string            `protobuf:"bytes,8,opt,name=self_link,json=selfLink" json:"self_link,omitempty"`
	Statistics        *JobStatistics     `protobuf:"bytes,9,opt,name=statistics" json:"statistics,omitempty"`
	Status            *JobStatus         `protobuf:"bytes,10,opt,name=status" json:"status,omitempty"`
	UserEmail         *string            `protobuf:"bytes,11,opt,name=user_email" json:"user_email,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

func (*Job) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetConfiguration

func (x *Job) GetConfiguration() *JobConfiguration

func (*Job) GetEtag

func (x *Job) GetEtag() string

func (*Job) GetId

func (x *Job) GetId() string

func (*Job) GetJobCreationReason

func (x *Job) GetJobCreationReason() *JobCreationReason

func (*Job) GetJobReference

func (x *Job) GetJobReference() *JobReference

func (*Job) GetKind

func (x *Job) GetKind() string

func (*Job) GetPrincipalSubject

func (x *Job) GetPrincipalSubject() string
func (x *Job) GetSelfLink() string

func (*Job) GetStatistics

func (x *Job) GetStatistics() *JobStatistics

func (*Job) GetStatus

func (x *Job) GetStatus() *JobStatus

func (*Job) GetUserEmail

func (x *Job) GetUserEmail() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobCancelResponse

type JobCancelResponse struct {
	Job  *Job    `protobuf:"bytes,1,opt,name=job" json:"job,omitempty"`
	Kind *string `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*JobCancelResponse) Descriptor deprecated

func (*JobCancelResponse) Descriptor() ([]byte, []int)

Deprecated: Use JobCancelResponse.ProtoReflect.Descriptor instead.

func (*JobCancelResponse) GetJob

func (x *JobCancelResponse) GetJob() *Job

func (*JobCancelResponse) GetKind

func (x *JobCancelResponse) GetKind() string

func (*JobCancelResponse) ProtoMessage

func (*JobCancelResponse) ProtoMessage()

func (*JobCancelResponse) ProtoReflect

func (x *JobCancelResponse) ProtoReflect() protoreflect.Message

func (*JobCancelResponse) Reset

func (x *JobCancelResponse) Reset()

func (*JobCancelResponse) String

func (x *JobCancelResponse) String() string

type JobConfiguration

type JobConfiguration struct {
	Copy         *JobConfigurationTableCopy `protobuf:"bytes,1,opt,name=copy" json:"copy,omitempty"`
	DryRun       *bool                      `protobuf:"varint,2,opt,name=dry_run,json=dryRun" json:"dry_run,omitempty"`
	Extract      *JobConfigurationExtract   `protobuf:"bytes,3,opt,name=extract" json:"extract,omitempty"`
	JobTimeoutMs *int64                     `protobuf:"varint,4,opt,name=job_timeout_ms,json=jobTimeoutMs" json:"job_timeout_ms,omitempty"`
	JobType      *string                    `protobuf:"bytes,5,opt,name=job_type,json=jobType" json:"job_type,omitempty"`
	Labels       map[string]string          `` /* 132-byte string literal not displayed */
	Load         *JobConfigurationLoad      `protobuf:"bytes,7,opt,name=load" json:"load,omitempty"`
	Query        *JobConfigurationQuery     `protobuf:"bytes,8,opt,name=query" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfiguration) Descriptor deprecated

func (*JobConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use JobConfiguration.ProtoReflect.Descriptor instead.

func (*JobConfiguration) GetCopy

func (*JobConfiguration) GetDryRun

func (x *JobConfiguration) GetDryRun() bool

func (*JobConfiguration) GetExtract

func (x *JobConfiguration) GetExtract() *JobConfigurationExtract

func (*JobConfiguration) GetJobTimeoutMs

func (x *JobConfiguration) GetJobTimeoutMs() int64

func (*JobConfiguration) GetJobType

func (x *JobConfiguration) GetJobType() string

func (*JobConfiguration) GetLabels

func (x *JobConfiguration) GetLabels() map[string]string

func (*JobConfiguration) GetLoad

func (x *JobConfiguration) GetLoad() *JobConfigurationLoad

func (*JobConfiguration) GetQuery

func (x *JobConfiguration) GetQuery() *JobConfigurationQuery

func (*JobConfiguration) ProtoMessage

func (*JobConfiguration) ProtoMessage()

func (*JobConfiguration) ProtoReflect

func (x *JobConfiguration) ProtoReflect() protoreflect.Message

func (*JobConfiguration) Reset

func (x *JobConfiguration) Reset()

func (*JobConfiguration) String

func (x *JobConfiguration) String() string

type JobConfigurationExtract

type JobConfigurationExtract struct {
	Compression         *string              `protobuf:"bytes,1,opt,name=compression" json:"compression,omitempty"`
	DestinationFormat   *string              `protobuf:"bytes,2,opt,name=destination_format,json=destinationFormat" json:"destination_format,omitempty"`
	DestinationUri      *string              `protobuf:"bytes,3,opt,name=destination_uri,json=destinationUri" json:"destination_uri,omitempty"`
	DestinationUris     []string             `protobuf:"bytes,4,rep,name=destination_uris,json=destinationUris" json:"destination_uris,omitempty"`
	FieldDelimiter      *string              `protobuf:"bytes,5,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
	ModelExtractOptions *ModelExtractOptions `protobuf:"bytes,6,opt,name=model_extract_options,json=modelExtractOptions" json:"model_extract_options,omitempty"`
	PrintHeader         *bool                `protobuf:"varint,7,opt,name=print_header,json=printHeader" json:"print_header,omitempty"`
	SourceModel         *ModelReference      `protobuf:"bytes,8,opt,name=source_model,json=sourceModel" json:"source_model,omitempty"`
	SourceTable         *TableReference      `protobuf:"bytes,9,opt,name=source_table,json=sourceTable" json:"source_table,omitempty"`
	UseAvroLogicalTypes *bool                `protobuf:"varint,10,opt,name=use_avro_logical_types,json=useAvroLogicalTypes" json:"use_avro_logical_types,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfigurationExtract) Descriptor deprecated

func (*JobConfigurationExtract) Descriptor() ([]byte, []int)

Deprecated: Use JobConfigurationExtract.ProtoReflect.Descriptor instead.

func (*JobConfigurationExtract) GetCompression

func (x *JobConfigurationExtract) GetCompression() string

func (*JobConfigurationExtract) GetDestinationFormat

func (x *JobConfigurationExtract) GetDestinationFormat() string

func (*JobConfigurationExtract) GetDestinationUri

func (x *JobConfigurationExtract) GetDestinationUri() string

func (*JobConfigurationExtract) GetDestinationUris

func (x *JobConfigurationExtract) GetDestinationUris() []string

func (*JobConfigurationExtract) GetFieldDelimiter

func (x *JobConfigurationExtract) GetFieldDelimiter() string

func (*JobConfigurationExtract) GetModelExtractOptions

func (x *JobConfigurationExtract) GetModelExtractOptions() *ModelExtractOptions

func (*JobConfigurationExtract) GetPrintHeader

func (x *JobConfigurationExtract) GetPrintHeader() bool

func (*JobConfigurationExtract) GetSourceModel

func (x *JobConfigurationExtract) GetSourceModel() *ModelReference

func (*JobConfigurationExtract) GetSourceTable

func (x *JobConfigurationExtract) GetSourceTable() *TableReference

func (*JobConfigurationExtract) GetUseAvroLogicalTypes

func (x *JobConfigurationExtract) GetUseAvroLogicalTypes() bool

func (*JobConfigurationExtract) ProtoMessage

func (*JobConfigurationExtract) ProtoMessage()

func (*JobConfigurationExtract) ProtoReflect

func (x *JobConfigurationExtract) ProtoReflect() protoreflect.Message

func (*JobConfigurationExtract) Reset

func (x *JobConfigurationExtract) Reset()

func (*JobConfigurationExtract) String

func (x *JobConfigurationExtract) String() string

type JobConfigurationLoad

type JobConfigurationLoad struct {
	AllowJaggedRows                    *bool                       `protobuf:"varint,1,opt,name=allow_jagged_rows,json=allowJaggedRows" json:"allow_jagged_rows,omitempty"`
	AllowQuotedNewlines                *bool                       `protobuf:"varint,2,opt,name=allow_quoted_newlines,json=allowQuotedNewlines" json:"allow_quoted_newlines,omitempty"`
	Autodetect                         *bool                       `protobuf:"varint,3,opt,name=autodetect" json:"autodetect,omitempty"`
	Clustering                         *Clustering                 `protobuf:"bytes,4,opt,name=clustering" json:"clustering,omitempty"`
	ConnectionProperties               []*ConnectionProperty       `protobuf:"bytes,5,rep,name=connection_properties,json=connectionProperties" json:"connection_properties,omitempty"`
	CopyFilesOnly                      *bool                       `protobuf:"varint,6,opt,name=copy_files_only,json=copyFilesOnly" json:"copy_files_only,omitempty"`
	CreateDisposition                  *string                     `protobuf:"bytes,7,opt,name=create_disposition,json=createDisposition" json:"create_disposition,omitempty"`
	CreateSession                      *bool                       `protobuf:"varint,8,opt,name=create_session,json=createSession" json:"create_session,omitempty"`
	DecimalTargetTypes                 []string                    `protobuf:"bytes,9,rep,name=decimal_target_types,json=decimalTargetTypes" json:"decimal_target_types,omitempty"`
	DestinationEncryptionConfiguration *EncryptionConfiguration    `` /* 159-byte string literal not displayed */
	DestinationTable                   *TableReference             `protobuf:"bytes,11,opt,name=destination_table,json=destinationTable" json:"destination_table,omitempty"`
	DestinationTableProperties         *DestinationTableProperties `` /* 135-byte string literal not displayed */
	Encoding                           *string                     `protobuf:"bytes,13,opt,name=encoding" json:"encoding,omitempty"`
	FieldDelimiter                     *string                     `protobuf:"bytes,14,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
	FileSetSpecType                    *string                     `protobuf:"bytes,15,opt,name=file_set_spec_type,json=fileSetSpecType" json:"file_set_spec_type,omitempty"`
	HivePartitioningOptions            *HivePartitioningOptions    `` /* 126-byte string literal not displayed */
	IgnoreUnknownValues                *bool                       `protobuf:"varint,17,opt,name=ignore_unknown_values,json=ignoreUnknownValues" json:"ignore_unknown_values,omitempty"`
	JsonExtension                      *string                     `protobuf:"bytes,18,opt,name=json_extension,json=jsonExtension" json:"json_extension,omitempty"`
	MaxBadRecords                      *int32                      `protobuf:"varint,19,opt,name=max_bad_records,json=maxBadRecords" json:"max_bad_records,omitempty"`
	NullMarker                         *string                     `protobuf:"bytes,20,opt,name=null_marker,json=nullMarker" json:"null_marker,omitempty"`
	ParquetOptions                     *ParquetOptions             `protobuf:"bytes,21,opt,name=parquet_options,json=parquetOptions" json:"parquet_options,omitempty"`
	PreserveAsciiControlCharacters     *bool                       `` /* 150-byte string literal not displayed */
	ProjectionFields                   []string                    `protobuf:"bytes,23,rep,name=projection_fields,json=projectionFields" json:"projection_fields,omitempty"`
	Quote                              *string                     `protobuf:"bytes,24,opt,name=quote" json:"quote,omitempty"`
	RangePartitioning                  *RangePartitioning          `protobuf:"bytes,25,opt,name=range_partitioning,json=rangePartitioning" json:"range_partitioning,omitempty"`
	ReferenceFileSchemaUri             *string                     `protobuf:"bytes,26,opt,name=reference_file_schema_uri,json=referenceFileSchemaUri" json:"reference_file_schema_uri,omitempty"`
	Schema                             *TableSchema                `protobuf:"bytes,27,opt,name=schema" json:"schema,omitempty"`
	SchemaInline                       *string                     `protobuf:"bytes,28,opt,name=schema_inline,json=schemaInline" json:"schema_inline,omitempty"`
	SchemaInlineFormat                 *string                     `protobuf:"bytes,29,opt,name=schema_inline_format,json=schemaInlineFormat" json:"schema_inline_format,omitempty"`
	SchemaUpdateOptions                []string                    `protobuf:"bytes,30,rep,name=schema_update_options,json=schemaUpdateOptions" json:"schema_update_options,omitempty"`
	SkipLeadingRows                    *int32                      `protobuf:"varint,31,opt,name=skip_leading_rows,json=skipLeadingRows" json:"skip_leading_rows,omitempty"`
	SourceFormat                       *string                     `protobuf:"bytes,32,opt,name=source_format,json=sourceFormat" json:"source_format,omitempty"`
	SourceUris                         []string                    `protobuf:"bytes,33,rep,name=source_uris,json=sourceUris" json:"source_uris,omitempty"`
	TimePartitioning                   *TimePartitioning           `protobuf:"bytes,34,opt,name=time_partitioning,json=timePartitioning" json:"time_partitioning,omitempty"`
	UseAvroLogicalTypes                *bool                       `protobuf:"varint,35,opt,name=use_avro_logical_types,json=useAvroLogicalTypes" json:"use_avro_logical_types,omitempty"`
	WriteDisposition                   *string                     `protobuf:"bytes,36,opt,name=write_disposition,json=writeDisposition" json:"write_disposition,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfigurationLoad) Descriptor deprecated

func (*JobConfigurationLoad) Descriptor() ([]byte, []int)

Deprecated: Use JobConfigurationLoad.ProtoReflect.Descriptor instead.

func (*JobConfigurationLoad) GetAllowJaggedRows

func (x *JobConfigurationLoad) GetAllowJaggedRows() bool

func (*JobConfigurationLoad) GetAllowQuotedNewlines

func (x *JobConfigurationLoad) GetAllowQuotedNewlines() bool

func (*JobConfigurationLoad) GetAutodetect

func (x *JobConfigurationLoad) GetAutodetect() bool

func (*JobConfigurationLoad) GetClustering

func (x *JobConfigurationLoad) GetClustering() *Clustering

func (*JobConfigurationLoad) GetConnectionProperties

func (x *JobConfigurationLoad) GetConnectionProperties() []*ConnectionProperty

func (*JobConfigurationLoad) GetCopyFilesOnly

func (x *JobConfigurationLoad) GetCopyFilesOnly() bool

func (*JobConfigurationLoad) GetCreateDisposition

func (x *JobConfigurationLoad) GetCreateDisposition() string

func (*JobConfigurationLoad) GetCreateSession

func (x *JobConfigurationLoad) GetCreateSession() bool

func (*JobConfigurationLoad) GetDecimalTargetTypes

func (x *JobConfigurationLoad) GetDecimalTargetTypes() []string

func (*JobConfigurationLoad) GetDestinationEncryptionConfiguration

func (x *JobConfigurationLoad) GetDestinationEncryptionConfiguration() *EncryptionConfiguration

func (*JobConfigurationLoad) GetDestinationTable

func (x *JobConfigurationLoad) GetDestinationTable() *TableReference

func (*JobConfigurationLoad) GetDestinationTableProperties

func (x *JobConfigurationLoad) GetDestinationTableProperties() *DestinationTableProperties

func (*JobConfigurationLoad) GetEncoding

func (x *JobConfigurationLoad) GetEncoding() string

func (*JobConfigurationLoad) GetFieldDelimiter

func (x *JobConfigurationLoad) GetFieldDelimiter() string

func (*JobConfigurationLoad) GetFileSetSpecType

func (x *JobConfigurationLoad) GetFileSetSpecType() string

func (*JobConfigurationLoad) GetHivePartitioningOptions

func (x *JobConfigurationLoad) GetHivePartitioningOptions() *HivePartitioningOptions

func (*JobConfigurationLoad) GetIgnoreUnknownValues

func (x *JobConfigurationLoad) GetIgnoreUnknownValues() bool

func (*JobConfigurationLoad) GetJsonExtension

func (x *JobConfigurationLoad) GetJsonExtension() string

func (*JobConfigurationLoad) GetMaxBadRecords

func (x *JobConfigurationLoad) GetMaxBadRecords() int32

func (*JobConfigurationLoad) GetNullMarker

func (x *JobConfigurationLoad) GetNullMarker() string

func (*JobConfigurationLoad) GetParquetOptions

func (x *JobConfigurationLoad) GetParquetOptions() *ParquetOptions

func (*JobConfigurationLoad) GetPreserveAsciiControlCharacters

func (x *JobConfigurationLoad) GetPreserveAsciiControlCharacters() bool

func (*JobConfigurationLoad) GetProjectionFields

func (x *JobConfigurationLoad) GetProjectionFields() []string

func (*JobConfigurationLoad) GetQuote

func (x *JobConfigurationLoad) GetQuote() string

func (*JobConfigurationLoad) GetRangePartitioning

func (x *JobConfigurationLoad) GetRangePartitioning() *RangePartitioning

func (*JobConfigurationLoad) GetReferenceFileSchemaUri

func (x *JobConfigurationLoad) GetReferenceFileSchemaUri() string

func (*JobConfigurationLoad) GetSchema

func (x *JobConfigurationLoad) GetSchema() *TableSchema

func (*JobConfigurationLoad) GetSchemaInline

func (x *JobConfigurationLoad) GetSchemaInline() string

func (*JobConfigurationLoad) GetSchemaInlineFormat

func (x *JobConfigurationLoad) GetSchemaInlineFormat() string

func (*JobConfigurationLoad) GetSchemaUpdateOptions

func (x *JobConfigurationLoad) GetSchemaUpdateOptions() []string

func (*JobConfigurationLoad) GetSkipLeadingRows

func (x *JobConfigurationLoad) GetSkipLeadingRows() int32

func (*JobConfigurationLoad) GetSourceFormat

func (x *JobConfigurationLoad) GetSourceFormat() string

func (*JobConfigurationLoad) GetSourceUris

func (x *JobConfigurationLoad) GetSourceUris() []string

func (*JobConfigurationLoad) GetTimePartitioning

func (x *JobConfigurationLoad) GetTimePartitioning() *TimePartitioning

func (*JobConfigurationLoad) GetUseAvroLogicalTypes

func (x *JobConfigurationLoad) GetUseAvroLogicalTypes() bool

func (*JobConfigurationLoad) GetWriteDisposition

func (x *JobConfigurationLoad) GetWriteDisposition() string

func (*JobConfigurationLoad) ProtoMessage

func (*JobConfigurationLoad) ProtoMessage()

func (*JobConfigurationLoad) ProtoReflect

func (x *JobConfigurationLoad) ProtoReflect() protoreflect.Message

func (*JobConfigurationLoad) Reset

func (x *JobConfigurationLoad) Reset()

func (*JobConfigurationLoad) String

func (x *JobConfigurationLoad) String() string

type JobConfigurationQuery

type JobConfigurationQuery struct {
	AllowLargeResults                  *bool                                 `protobuf:"varint,1,opt,name=allow_large_results,json=allowLargeResults" json:"allow_large_results,omitempty"`
	Clustering                         *Clustering                           `protobuf:"bytes,2,opt,name=clustering" json:"clustering,omitempty"`
	ConnectionProperties               []*ConnectionProperty                 `protobuf:"bytes,3,rep,name=connection_properties,json=connectionProperties" json:"connection_properties,omitempty"`
	Continuous                         *bool                                 `protobuf:"varint,4,opt,name=continuous" json:"continuous,omitempty"`
	CreateDisposition                  *string                               `protobuf:"bytes,5,opt,name=create_disposition,json=createDisposition" json:"create_disposition,omitempty"`
	CreateSession                      *bool                                 `protobuf:"varint,6,opt,name=create_session,json=createSession" json:"create_session,omitempty"`
	DefaultDataset                     *DatasetReference                     `protobuf:"bytes,7,opt,name=default_dataset,json=defaultDataset" json:"default_dataset,omitempty"`
	DestinationEncryptionConfiguration *EncryptionConfiguration              `` /* 158-byte string literal not displayed */
	DestinationTable                   *TableReference                       `protobuf:"bytes,9,opt,name=destination_table,json=destinationTable" json:"destination_table,omitempty"`
	FlattenResults                     *bool                                 `protobuf:"varint,10,opt,name=flatten_results,json=flattenResults" json:"flatten_results,omitempty"`
	MaximumBillingTier                 *int32                                `protobuf:"varint,11,opt,name=maximum_billing_tier,json=maximumBillingTier" json:"maximum_billing_tier,omitempty"`
	MaximumBytesBilled                 *int64                                `protobuf:"varint,12,opt,name=maximum_bytes_billed,json=maximumBytesBilled" json:"maximum_bytes_billed,omitempty"`
	ParameterMode                      *string                               `protobuf:"bytes,13,opt,name=parameter_mode,json=parameterMode" json:"parameter_mode,omitempty"`
	PreserveNulls                      *bool                                 `protobuf:"varint,14,opt,name=preserve_nulls,json=preserveNulls" json:"preserve_nulls,omitempty"`
	Priority                           *string                               `protobuf:"bytes,15,opt,name=priority" json:"priority,omitempty"`
	Query                              *string                               `protobuf:"bytes,16,opt,name=query" json:"query,omitempty"`
	QueryParameters                    []*QueryParameter                     `protobuf:"bytes,17,rep,name=query_parameters,json=queryParameters" json:"query_parameters,omitempty"`
	RangePartitioning                  *RangePartitioning                    `protobuf:"bytes,18,opt,name=range_partitioning,json=rangePartitioning" json:"range_partitioning,omitempty"`
	SchemaUpdateOptions                []string                              `protobuf:"bytes,19,rep,name=schema_update_options,json=schemaUpdateOptions" json:"schema_update_options,omitempty"`
	ScriptOptions                      *ScriptOptions                        `protobuf:"bytes,20,opt,name=script_options,json=scriptOptions" json:"script_options,omitempty"`
	SystemVariables                    *SystemVariables                      `protobuf:"bytes,21,opt,name=system_variables,json=systemVariables" json:"system_variables,omitempty"`
	TableDefinitions                   map[string]*ExternalDataConfiguration `` /* 177-byte string literal not displayed */
	TimePartitioning                   *TimePartitioning                     `protobuf:"bytes,23,opt,name=time_partitioning,json=timePartitioning" json:"time_partitioning,omitempty"`
	UseLegacySql                       *bool                                 `protobuf:"varint,24,opt,name=use_legacy_sql,json=useLegacySql" json:"use_legacy_sql,omitempty"`
	UseQueryCache                      *bool                                 `protobuf:"varint,25,opt,name=use_query_cache,json=useQueryCache" json:"use_query_cache,omitempty"`
	UserDefinedFunctionResources       []*UserDefinedFunctionResource        `` /* 143-byte string literal not displayed */
	WriteDisposition                   *string                               `protobuf:"bytes,27,opt,name=write_disposition,json=writeDisposition" json:"write_disposition,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfigurationQuery) Descriptor deprecated

func (*JobConfigurationQuery) Descriptor() ([]byte, []int)

Deprecated: Use JobConfigurationQuery.ProtoReflect.Descriptor instead.

func (*JobConfigurationQuery) GetAllowLargeResults

func (x *JobConfigurationQuery) GetAllowLargeResults() bool

func (*JobConfigurationQuery) GetClustering

func (x *JobConfigurationQuery) GetClustering() *Clustering

func (*JobConfigurationQuery) GetConnectionProperties

func (x *JobConfigurationQuery) GetConnectionProperties() []*ConnectionProperty

func (*JobConfigurationQuery) GetContinuous

func (x *JobConfigurationQuery) GetContinuous() bool

func (*JobConfigurationQuery) GetCreateDisposition

func (x *JobConfigurationQuery) GetCreateDisposition() string

func (*JobConfigurationQuery) GetCreateSession

func (x *JobConfigurationQuery) GetCreateSession() bool

func (*JobConfigurationQuery) GetDefaultDataset

func (x *JobConfigurationQuery) GetDefaultDataset() *DatasetReference

func (*JobConfigurationQuery) GetDestinationEncryptionConfiguration

func (x *JobConfigurationQuery) GetDestinationEncryptionConfiguration() *EncryptionConfiguration

func (*JobConfigurationQuery) GetDestinationTable

func (x *JobConfigurationQuery) GetDestinationTable() *TableReference

func (*JobConfigurationQuery) GetFlattenResults

func (x *JobConfigurationQuery) GetFlattenResults() bool

func (*JobConfigurationQuery) GetMaximumBillingTier

func (x *JobConfigurationQuery) GetMaximumBillingTier() int32

func (*JobConfigurationQuery) GetMaximumBytesBilled

func (x *JobConfigurationQuery) GetMaximumBytesBilled() int64

func (*JobConfigurationQuery) GetParameterMode

func (x *JobConfigurationQuery) GetParameterMode() string

func (*JobConfigurationQuery) GetPreserveNulls

func (x *JobConfigurationQuery) GetPreserveNulls() bool

func (*JobConfigurationQuery) GetPriority

func (x *JobConfigurationQuery) GetPriority() string

func (*JobConfigurationQuery) GetQuery

func (x *JobConfigurationQuery) GetQuery() string

func (*JobConfigurationQuery) GetQueryParameters

func (x *JobConfigurationQuery) GetQueryParameters() []*QueryParameter

func (*JobConfigurationQuery) GetRangePartitioning

func (x *JobConfigurationQuery) GetRangePartitioning() *RangePartitioning

func (*JobConfigurationQuery) GetSchemaUpdateOptions

func (x *JobConfigurationQuery) GetSchemaUpdateOptions() []string

func (*JobConfigurationQuery) GetScriptOptions

func (x *JobConfigurationQuery) GetScriptOptions() *ScriptOptions

func (*JobConfigurationQuery) GetSystemVariables

func (x *JobConfigurationQuery) GetSystemVariables() *SystemVariables

func (*JobConfigurationQuery) GetTableDefinitions

func (x *JobConfigurationQuery) GetTableDefinitions() map[string]*ExternalDataConfiguration

func (*JobConfigurationQuery) GetTimePartitioning

func (x *JobConfigurationQuery) GetTimePartitioning() *TimePartitioning

func (*JobConfigurationQuery) GetUseLegacySql

func (x *JobConfigurationQuery) GetUseLegacySql() bool

func (*JobConfigurationQuery) GetUseQueryCache

func (x *JobConfigurationQuery) GetUseQueryCache() bool

func (*JobConfigurationQuery) GetUserDefinedFunctionResources

func (x *JobConfigurationQuery) GetUserDefinedFunctionResources() []*UserDefinedFunctionResource

func (*JobConfigurationQuery) GetWriteDisposition

func (x *JobConfigurationQuery) GetWriteDisposition() string

func (*JobConfigurationQuery) ProtoMessage

func (*JobConfigurationQuery) ProtoMessage()

func (*JobConfigurationQuery) ProtoReflect

func (x *JobConfigurationQuery) ProtoReflect() protoreflect.Message

func (*JobConfigurationQuery) Reset

func (x *JobConfigurationQuery) Reset()

func (*JobConfigurationQuery) String

func (x *JobConfigurationQuery) String() string

type JobConfigurationTableCopy

type JobConfigurationTableCopy struct {
	CreateDisposition                  *string                  `protobuf:"bytes,1,opt,name=create_disposition,json=createDisposition" json:"create_disposition,omitempty"`
	DestinationEncryptionConfiguration *EncryptionConfiguration `` /* 158-byte string literal not displayed */
	DestinationExpirationTime          *timestamp.Timestamp     `` /* 131-byte string literal not displayed */
	DestinationTable                   *TableReference          `protobuf:"bytes,4,opt,name=destination_table,json=destinationTable" json:"destination_table,omitempty"`
	OperationType                      *string                  `protobuf:"bytes,5,opt,name=operation_type,json=operationType" json:"operation_type,omitempty"`
	SourceTable                        *TableReference          `protobuf:"bytes,6,opt,name=source_table,json=sourceTable" json:"source_table,omitempty"`
	SourceTables                       []*TableReference        `protobuf:"bytes,7,rep,name=source_tables,json=sourceTables" json:"source_tables,omitempty"`
	WriteDisposition                   *string                  `protobuf:"bytes,8,opt,name=write_disposition,json=writeDisposition" json:"write_disposition,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfigurationTableCopy) Descriptor deprecated

func (*JobConfigurationTableCopy) Descriptor() ([]byte, []int)

Deprecated: Use JobConfigurationTableCopy.ProtoReflect.Descriptor instead.

func (*JobConfigurationTableCopy) GetCreateDisposition

func (x *JobConfigurationTableCopy) GetCreateDisposition() string

func (*JobConfigurationTableCopy) GetDestinationEncryptionConfiguration

func (x *JobConfigurationTableCopy) GetDestinationEncryptionConfiguration() *EncryptionConfiguration

func (*JobConfigurationTableCopy) GetDestinationExpirationTime

func (x *JobConfigurationTableCopy) GetDestinationExpirationTime() *timestamp.Timestamp

func (*JobConfigurationTableCopy) GetDestinationTable

func (x *JobConfigurationTableCopy) GetDestinationTable() *TableReference

func (*JobConfigurationTableCopy) GetOperationType

func (x *JobConfigurationTableCopy) GetOperationType() string

func (*JobConfigurationTableCopy) GetSourceTable

func (x *JobConfigurationTableCopy) GetSourceTable() *TableReference

func (*JobConfigurationTableCopy) GetSourceTables

func (x *JobConfigurationTableCopy) GetSourceTables() []*TableReference

func (*JobConfigurationTableCopy) GetWriteDisposition

func (x *JobConfigurationTableCopy) GetWriteDisposition() string

func (*JobConfigurationTableCopy) ProtoMessage

func (*JobConfigurationTableCopy) ProtoMessage()

func (*JobConfigurationTableCopy) ProtoReflect

func (*JobConfigurationTableCopy) Reset

func (x *JobConfigurationTableCopy) Reset()

func (*JobConfigurationTableCopy) String

func (x *JobConfigurationTableCopy) String() string

type JobCreationReason

type JobCreationReason struct {
	Code *string `protobuf:"bytes,1,opt,name=code" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*JobCreationReason) Descriptor deprecated

func (*JobCreationReason) Descriptor() ([]byte, []int)

Deprecated: Use JobCreationReason.ProtoReflect.Descriptor instead.

func (*JobCreationReason) GetCode

func (x *JobCreationReason) GetCode() string

func (*JobCreationReason) ProtoMessage

func (*JobCreationReason) ProtoMessage()

func (*JobCreationReason) ProtoReflect

func (x *JobCreationReason) ProtoReflect() protoreflect.Message

func (*JobCreationReason) Reset

func (x *JobCreationReason) Reset()

func (*JobCreationReason) String

func (x *JobCreationReason) String() string

type JobList

type JobList struct {
	Etag          *string        `protobuf:"bytes,1,opt,name=etag" json:"etag,omitempty"`
	Jobs          []*JobListJobs `protobuf:"bytes,2,rep,name=jobs" json:"jobs,omitempty"`
	Kind          *string        `protobuf:"bytes,3,opt,name=kind" json:"kind,omitempty"`
	NextPageToken *string        `protobuf:"bytes,4,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	Unreachable   []string       `protobuf:"bytes,5,rep,name=unreachable" json:"unreachable,omitempty"`
	// contains filtered or unexported fields
}

func (*JobList) Descriptor deprecated

func (*JobList) Descriptor() ([]byte, []int)

Deprecated: Use JobList.ProtoReflect.Descriptor instead.

func (*JobList) GetEtag

func (x *JobList) GetEtag() string

func (*JobList) GetJobs

func (x *JobList) GetJobs() []*JobListJobs

func (*JobList) GetKind

func (x *JobList) GetKind() string

func (*JobList) GetNextPageToken

func (x *JobList) GetNextPageToken() string

func (*JobList) GetUnreachable

func (x *JobList) GetUnreachable() []string

func (*JobList) ProtoMessage

func (*JobList) ProtoMessage()

func (*JobList) ProtoReflect

func (x *JobList) ProtoReflect() protoreflect.Message

func (*JobList) Reset

func (x *JobList) Reset()

func (*JobList) String

func (x *JobList) String() string

type JobListJobs

type JobListJobs struct {
	Configuration    *JobConfiguration `protobuf:"bytes,1,opt,name=configuration" json:"configuration,omitempty"`
	ErrorResult      *ErrorProto       `protobuf:"bytes,2,opt,name=error_result,json=errorResult" json:"error_result,omitempty"`
	Id               *string           `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"`
	JobReference     *JobReference     `protobuf:"bytes,4,opt,name=job_reference,json=jobReference" json:"job_reference,omitempty"`
	Kind             *string           `protobuf:"bytes,5,opt,name=kind" json:"kind,omitempty"`
	PrincipalSubject *string           `protobuf:"bytes,6,opt,name=principal_subject" json:"principal_subject,omitempty"`
	State            *string           `protobuf:"bytes,7,opt,name=state" json:"state,omitempty"`
	Statistics       *JobStatistics    `protobuf:"bytes,8,opt,name=statistics" json:"statistics,omitempty"`
	Status           *JobStatus        `protobuf:"bytes,9,opt,name=status" json:"status,omitempty"`
	UserEmail        *string           `protobuf:"bytes,10,opt,name=user_email" json:"user_email,omitempty"`
	// contains filtered or unexported fields
}

func (*JobListJobs) Descriptor deprecated

func (*JobListJobs) Descriptor() ([]byte, []int)

Deprecated: Use JobListJobs.ProtoReflect.Descriptor instead.

func (*JobListJobs) GetConfiguration

func (x *JobListJobs) GetConfiguration() *JobConfiguration

func (*JobListJobs) GetErrorResult

func (x *JobListJobs) GetErrorResult() *ErrorProto

func (*JobListJobs) GetId

func (x *JobListJobs) GetId() string

func (*JobListJobs) GetJobReference

func (x *JobListJobs) GetJobReference() *JobReference

func (*JobListJobs) GetKind

func (x *JobListJobs) GetKind() string

func (*JobListJobs) GetPrincipalSubject

func (x *JobListJobs) GetPrincipalSubject() string

func (*JobListJobs) GetState

func (x *JobListJobs) GetState() string

func (*JobListJobs) GetStatistics

func (x *JobListJobs) GetStatistics() *JobStatistics

func (*JobListJobs) GetStatus

func (x *JobListJobs) GetStatus() *JobStatus

func (*JobListJobs) GetUserEmail

func (x *JobListJobs) GetUserEmail() string

func (*JobListJobs) ProtoMessage

func (*JobListJobs) ProtoMessage()

func (*JobListJobs) ProtoReflect

func (x *JobListJobs) ProtoReflect() protoreflect.Message

func (*JobListJobs) Reset

func (x *JobListJobs) Reset()

func (*JobListJobs) String

func (x *JobListJobs) String() string

type JobReference

type JobReference struct {
	JobId     *string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	Location  *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JobReference) Descriptor deprecated

func (*JobReference) Descriptor() ([]byte, []int)

Deprecated: Use JobReference.ProtoReflect.Descriptor instead.

func (*JobReference) GetJobId

func (x *JobReference) GetJobId() string

func (*JobReference) GetLocation

func (x *JobReference) GetLocation() string

func (*JobReference) GetProjectId

func (x *JobReference) GetProjectId() string

func (*JobReference) ProtoMessage

func (*JobReference) ProtoMessage()

func (*JobReference) ProtoReflect

func (x *JobReference) ProtoReflect() protoreflect.Message

func (*JobReference) Reset

func (x *JobReference) Reset()

func (*JobReference) String

func (x *JobReference) String() string

type JobStatistics

type JobStatistics struct {
	CompletionRatio            *float64                         `protobuf:"fixed64,1,opt,name=completion_ratio,json=completionRatio" json:"completion_ratio,omitempty"`
	Copy                       *JobStatistics5                  `protobuf:"bytes,2,opt,name=copy" json:"copy,omitempty"`
	CreationTime               *int64                           `protobuf:"varint,3,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	DataMaskingStatistics      *DataMaskingStatistics           `protobuf:"bytes,4,opt,name=data_masking_statistics,json=dataMaskingStatistics" json:"data_masking_statistics,omitempty"`
	EndTime                    *int64                           `protobuf:"varint,5,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	Extract                    *JobStatistics4                  `protobuf:"bytes,6,opt,name=extract" json:"extract,omitempty"`
	FinalExecutionDurationMs   *int64                           `` /* 131-byte string literal not displayed */
	Load                       *JobStatistics3                  `protobuf:"bytes,8,opt,name=load" json:"load,omitempty"`
	NumChildJobs               *int64                           `protobuf:"varint,9,opt,name=num_child_jobs,json=numChildJobs" json:"num_child_jobs,omitempty"`
	ParentJobId                *string                          `protobuf:"bytes,10,opt,name=parent_job_id,json=parentJobId" json:"parent_job_id,omitempty"`
	Query                      *JobStatistics2                  `protobuf:"bytes,11,opt,name=query" json:"query,omitempty"`
	QuotaDeferments            []string                         `protobuf:"bytes,12,rep,name=quota_deferments,json=quotaDeferments" json:"quota_deferments,omitempty"`
	ReservationUsage           []*JobStatisticsReservationUsage `protobuf:"bytes,13,rep,name=reservation_usage,json=reservationUsage" json:"reservation_usage,omitempty"`
	ReservationId              *string                          `protobuf:"bytes,14,opt,name=reservation_id" json:"reservation_id,omitempty"`
	RowLevelSecurityStatistics *RowLevelSecurityStatistics      `` /* 137-byte string literal not displayed */
	ScriptStatistics           *ScriptStatistics                `protobuf:"bytes,16,opt,name=script_statistics,json=scriptStatistics" json:"script_statistics,omitempty"`
	SessionInfo                *SessionInfo                     `protobuf:"bytes,17,opt,name=session_info,json=sessionInfo" json:"session_info,omitempty"`
	StartTime                  *int64                           `protobuf:"varint,18,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	TotalBytesProcessed        *int64                           `protobuf:"varint,19,opt,name=total_bytes_processed,json=totalBytesProcessed" json:"total_bytes_processed,omitempty"`
	TotalSlotMs                *int64                           `protobuf:"varint,20,opt,name=total_slot_ms,json=totalSlotMs" json:"total_slot_ms,omitempty"`
	TransactionInfo            *TransactionInfo                 `protobuf:"bytes,21,opt,name=transaction_info,json=transactionInfo" json:"transaction_info,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics) Descriptor deprecated

func (*JobStatistics) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics.ProtoReflect.Descriptor instead.

func (*JobStatistics) GetCompletionRatio

func (x *JobStatistics) GetCompletionRatio() float64

func (*JobStatistics) GetCopy

func (x *JobStatistics) GetCopy() *JobStatistics5

func (*JobStatistics) GetCreationTime

func (x *JobStatistics) GetCreationTime() int64

func (*JobStatistics) GetDataMaskingStatistics

func (x *JobStatistics) GetDataMaskingStatistics() *DataMaskingStatistics

func (*JobStatistics) GetEndTime

func (x *JobStatistics) GetEndTime() int64

func (*JobStatistics) GetExtract

func (x *JobStatistics) GetExtract() *JobStatistics4

func (*JobStatistics) GetFinalExecutionDurationMs

func (x *JobStatistics) GetFinalExecutionDurationMs() int64

func (*JobStatistics) GetLoad

func (x *JobStatistics) GetLoad() *JobStatistics3

func (*JobStatistics) GetNumChildJobs

func (x *JobStatistics) GetNumChildJobs() int64

func (*JobStatistics) GetParentJobId

func (x *JobStatistics) GetParentJobId() string

func (*JobStatistics) GetQuery

func (x *JobStatistics) GetQuery() *JobStatistics2

func (*JobStatistics) GetQuotaDeferments

func (x *JobStatistics) GetQuotaDeferments() []string

func (*JobStatistics) GetReservationId

func (x *JobStatistics) GetReservationId() string

func (*JobStatistics) GetReservationUsage

func (x *JobStatistics) GetReservationUsage() []*JobStatisticsReservationUsage

func (*JobStatistics) GetRowLevelSecurityStatistics

func (x *JobStatistics) GetRowLevelSecurityStatistics() *RowLevelSecurityStatistics

func (*JobStatistics) GetScriptStatistics

func (x *JobStatistics) GetScriptStatistics() *ScriptStatistics

func (*JobStatistics) GetSessionInfo

func (x *JobStatistics) GetSessionInfo() *SessionInfo

func (*JobStatistics) GetStartTime

func (x *JobStatistics) GetStartTime() int64

func (*JobStatistics) GetTotalBytesProcessed

func (x *JobStatistics) GetTotalBytesProcessed() int64

func (*JobStatistics) GetTotalSlotMs

func (x *JobStatistics) GetTotalSlotMs() int64

func (*JobStatistics) GetTransactionInfo

func (x *JobStatistics) GetTransactionInfo() *TransactionInfo

func (*JobStatistics) ProtoMessage

func (*JobStatistics) ProtoMessage()

func (*JobStatistics) ProtoReflect

func (x *JobStatistics) ProtoReflect() protoreflect.Message

func (*JobStatistics) Reset

func (x *JobStatistics) Reset()

func (*JobStatistics) String

func (x *JobStatistics) String() string

type JobStatistics2

type JobStatistics2 struct {
	BiEngineStatistics                  *BiEngineStatistics               `protobuf:"bytes,1,opt,name=bi_engine_statistics,json=biEngineStatistics" json:"bi_engine_statistics,omitempty"`
	BillingTier                         *int32                            `protobuf:"varint,2,opt,name=billing_tier,json=billingTier" json:"billing_tier,omitempty"`
	CacheHit                            *bool                             `protobuf:"varint,3,opt,name=cache_hit,json=cacheHit" json:"cache_hit,omitempty"`
	DclTargetDataset                    *DatasetReference                 `protobuf:"bytes,4,opt,name=dcl_target_dataset,json=dclTargetDataset" json:"dcl_target_dataset,omitempty"`
	DclTargetTable                      *TableReference                   `protobuf:"bytes,5,opt,name=dcl_target_table,json=dclTargetTable" json:"dcl_target_table,omitempty"`
	DclTargetView                       *TableReference                   `protobuf:"bytes,6,opt,name=dcl_target_view,json=dclTargetView" json:"dcl_target_view,omitempty"`
	DdlAffectedRowAccessPolicyCount     *int64                            `` /* 156-byte string literal not displayed */
	DdlDestinationTable                 *TableReference                   `protobuf:"bytes,8,opt,name=ddl_destination_table,json=ddlDestinationTable" json:"ddl_destination_table,omitempty"`
	DdlOperationPerformed               *string                           `protobuf:"bytes,9,opt,name=ddl_operation_performed,json=ddlOperationPerformed" json:"ddl_operation_performed,omitempty"`
	DdlTargetDataset                    *DatasetReference                 `protobuf:"bytes,10,opt,name=ddl_target_dataset,json=ddlTargetDataset" json:"ddl_target_dataset,omitempty"`
	DdlTargetRoutine                    *RoutineReference                 `protobuf:"bytes,11,opt,name=ddl_target_routine,json=ddlTargetRoutine" json:"ddl_target_routine,omitempty"`
	DdlTargetRowAccessPolicy            *RowAccessPolicyReference         `` /* 133-byte string literal not displayed */
	DdlTargetTable                      *TableReference                   `protobuf:"bytes,13,opt,name=ddl_target_table,json=ddlTargetTable" json:"ddl_target_table,omitempty"`
	DmlStats                            *DmlStatistics                    `protobuf:"bytes,14,opt,name=dml_stats,json=dmlStats" json:"dml_stats,omitempty"`
	EstimatedBytesProcessed             *int64                            `` /* 127-byte string literal not displayed */
	ExportDataStatistics                *ExportDataStatistics             `protobuf:"bytes,16,opt,name=export_data_statistics,json=exportDataStatistics" json:"export_data_statistics,omitempty"`
	ExternalServiceCosts                []*ExternalServiceCost            `protobuf:"bytes,17,rep,name=external_service_costs,json=externalServiceCosts" json:"external_service_costs,omitempty"`
	LoadQueryStatistics                 *LoadQueryStatistics              `protobuf:"bytes,18,opt,name=load_query_statistics,json=loadQueryStatistics" json:"load_query_statistics,omitempty"`
	MaterializedViewStatistics          *MaterializedViewStatistics       `` /* 135-byte string literal not displayed */
	MetadataCacheStatistics             *MetadataCacheStatistics          `` /* 126-byte string literal not displayed */
	MlStatistics                        *MlStatistics                     `protobuf:"bytes,21,opt,name=ml_statistics,json=mlStatistics" json:"ml_statistics,omitempty"`
	ModelTraining                       *BigQueryModelTraining            `protobuf:"bytes,22,opt,name=model_training,json=modelTraining" json:"model_training,omitempty"`
	ModelTrainingCurrentIteration       *int32                            `` /* 147-byte string literal not displayed */
	ModelTrainingExpectedTotalIteration *int64                            `` /* 167-byte string literal not displayed */
	NumDmlAffectedRows                  *int64                            `protobuf:"varint,25,opt,name=num_dml_affected_rows,json=numDmlAffectedRows" json:"num_dml_affected_rows,omitempty"`
	PerformanceInsights                 *PerformanceInsights              `protobuf:"bytes,26,opt,name=performance_insights,json=performanceInsights" json:"performance_insights,omitempty"`
	QueryInfo                           *QueryInfo                        `protobuf:"bytes,27,opt,name=query_info,json=queryInfo" json:"query_info,omitempty"`
	QueryPlan                           []*ExplainQueryStage              `protobuf:"bytes,28,rep,name=query_plan,json=queryPlan" json:"query_plan,omitempty"`
	ReferencedRoutines                  []*RoutineReference               `protobuf:"bytes,29,rep,name=referenced_routines,json=referencedRoutines" json:"referenced_routines,omitempty"`
	ReferencedTables                    []*TableReference                 `protobuf:"bytes,30,rep,name=referenced_tables,json=referencedTables" json:"referenced_tables,omitempty"`
	ReservationUsage                    []*JobStatistics2ReservationUsage `protobuf:"bytes,31,rep,name=reservation_usage,json=reservationUsage" json:"reservation_usage,omitempty"`
	Schema                              *TableSchema                      `protobuf:"bytes,32,opt,name=schema" json:"schema,omitempty"`
	SearchStatistics                    *SearchStatistics                 `protobuf:"bytes,33,opt,name=search_statistics,json=searchStatistics" json:"search_statistics,omitempty"`
	SparkStatistics                     *SparkStatistics                  `protobuf:"bytes,34,opt,name=spark_statistics,json=sparkStatistics" json:"spark_statistics,omitempty"`
	StatementType                       *string                           `protobuf:"bytes,35,opt,name=statement_type,json=statementType" json:"statement_type,omitempty"`
	Timeline                            []*QueryTimelineSample            `protobuf:"bytes,36,rep,name=timeline" json:"timeline,omitempty"`
	TotalBytesBilled                    *int64                            `protobuf:"varint,37,opt,name=total_bytes_billed,json=totalBytesBilled" json:"total_bytes_billed,omitempty"`
	TotalBytesProcessed                 *int64                            `protobuf:"varint,38,opt,name=total_bytes_processed,json=totalBytesProcessed" json:"total_bytes_processed,omitempty"`
	TotalBytesProcessedAccuracy         *string                           `` /* 140-byte string literal not displayed */
	TotalPartitionsProcessed            *int64                            `` /* 130-byte string literal not displayed */
	TotalSlotMs                         *int64                            `protobuf:"varint,41,opt,name=total_slot_ms,json=totalSlotMs" json:"total_slot_ms,omitempty"`
	TransferredBytes                    *int64                            `protobuf:"varint,42,opt,name=transferred_bytes,json=transferredBytes" json:"transferred_bytes,omitempty"`
	UndeclaredQueryParameters           []*QueryParameter                 `` /* 132-byte string literal not displayed */
	VectorSearchStatistics              *VectorSearchStatistics           `protobuf:"bytes,44,opt,name=vector_search_statistics,json=vectorSearchStatistics" json:"vector_search_statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics2) Descriptor deprecated

func (*JobStatistics2) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics2.ProtoReflect.Descriptor instead.

func (*JobStatistics2) GetBiEngineStatistics

func (x *JobStatistics2) GetBiEngineStatistics() *BiEngineStatistics

func (*JobStatistics2) GetBillingTier

func (x *JobStatistics2) GetBillingTier() int32

func (*JobStatistics2) GetCacheHit

func (x *JobStatistics2) GetCacheHit() bool

func (*JobStatistics2) GetDclTargetDataset

func (x *JobStatistics2) GetDclTargetDataset() *DatasetReference

func (*JobStatistics2) GetDclTargetTable

func (x *JobStatistics2) GetDclTargetTable() *TableReference

func (*JobStatistics2) GetDclTargetView

func (x *JobStatistics2) GetDclTargetView() *TableReference

func (*JobStatistics2) GetDdlAffectedRowAccessPolicyCount

func (x *JobStatistics2) GetDdlAffectedRowAccessPolicyCount() int64

func (*JobStatistics2) GetDdlDestinationTable

func (x *JobStatistics2) GetDdlDestinationTable() *TableReference

func (*JobStatistics2) GetDdlOperationPerformed

func (x *JobStatistics2) GetDdlOperationPerformed() string

func (*JobStatistics2) GetDdlTargetDataset

func (x *JobStatistics2) GetDdlTargetDataset() *DatasetReference

func (*JobStatistics2) GetDdlTargetRoutine

func (x *JobStatistics2) GetDdlTargetRoutine() *RoutineReference

func (*JobStatistics2) GetDdlTargetRowAccessPolicy

func (x *JobStatistics2) GetDdlTargetRowAccessPolicy() *RowAccessPolicyReference

func (*JobStatistics2) GetDdlTargetTable

func (x *JobStatistics2) GetDdlTargetTable() *TableReference

func (*JobStatistics2) GetDmlStats

func (x *JobStatistics2) GetDmlStats() *DmlStatistics

func (*JobStatistics2) GetEstimatedBytesProcessed

func (x *JobStatistics2) GetEstimatedBytesProcessed() int64

func (*JobStatistics2) GetExportDataStatistics

func (x *JobStatistics2) GetExportDataStatistics() *ExportDataStatistics

func (*JobStatistics2) GetExternalServiceCosts

func (x *JobStatistics2) GetExternalServiceCosts() []*ExternalServiceCost

func (*JobStatistics2) GetLoadQueryStatistics

func (x *JobStatistics2) GetLoadQueryStatistics() *LoadQueryStatistics

func (*JobStatistics2) GetMaterializedViewStatistics

func (x *JobStatistics2) GetMaterializedViewStatistics() *MaterializedViewStatistics

func (*JobStatistics2) GetMetadataCacheStatistics

func (x *JobStatistics2) GetMetadataCacheStatistics() *MetadataCacheStatistics

func (*JobStatistics2) GetMlStatistics

func (x *JobStatistics2) GetMlStatistics() *MlStatistics

func (*JobStatistics2) GetModelTraining

func (x *JobStatistics2) GetModelTraining() *BigQueryModelTraining

func (*JobStatistics2) GetModelTrainingCurrentIteration

func (x *JobStatistics2) GetModelTrainingCurrentIteration() int32

func (*JobStatistics2) GetModelTrainingExpectedTotalIteration

func (x *JobStatistics2) GetModelTrainingExpectedTotalIteration() int64

func (*JobStatistics2) GetNumDmlAffectedRows

func (x *JobStatistics2) GetNumDmlAffectedRows() int64

func (*JobStatistics2) GetPerformanceInsights

func (x *JobStatistics2) GetPerformanceInsights() *PerformanceInsights

func (*JobStatistics2) GetQueryInfo

func (x *JobStatistics2) GetQueryInfo() *QueryInfo

func (*JobStatistics2) GetQueryPlan

func (x *JobStatistics2) GetQueryPlan() []*ExplainQueryStage

func (*JobStatistics2) GetReferencedRoutines

func (x *JobStatistics2) GetReferencedRoutines() []*RoutineReference

func (*JobStatistics2) GetReferencedTables

func (x *JobStatistics2) GetReferencedTables() []*TableReference

func (*JobStatistics2) GetReservationUsage

func (x *JobStatistics2) GetReservationUsage() []*JobStatistics2ReservationUsage

func (*JobStatistics2) GetSchema

func (x *JobStatistics2) GetSchema() *TableSchema

func (*JobStatistics2) GetSearchStatistics

func (x *JobStatistics2) GetSearchStatistics() *SearchStatistics

func (*JobStatistics2) GetSparkStatistics

func (x *JobStatistics2) GetSparkStatistics() *SparkStatistics

func (*JobStatistics2) GetStatementType

func (x *JobStatistics2) GetStatementType() string

func (*JobStatistics2) GetTimeline

func (x *JobStatistics2) GetTimeline() []*QueryTimelineSample

func (*JobStatistics2) GetTotalBytesBilled

func (x *JobStatistics2) GetTotalBytesBilled() int64

func (*JobStatistics2) GetTotalBytesProcessed

func (x *JobStatistics2) GetTotalBytesProcessed() int64

func (*JobStatistics2) GetTotalBytesProcessedAccuracy

func (x *JobStatistics2) GetTotalBytesProcessedAccuracy() string

func (*JobStatistics2) GetTotalPartitionsProcessed

func (x *JobStatistics2) GetTotalPartitionsProcessed() int64

func (*JobStatistics2) GetTotalSlotMs

func (x *JobStatistics2) GetTotalSlotMs() int64

func (*JobStatistics2) GetTransferredBytes

func (x *JobStatistics2) GetTransferredBytes() int64

func (*JobStatistics2) GetUndeclaredQueryParameters

func (x *JobStatistics2) GetUndeclaredQueryParameters() []*QueryParameter

func (*JobStatistics2) GetVectorSearchStatistics

func (x *JobStatistics2) GetVectorSearchStatistics() *VectorSearchStatistics

func (*JobStatistics2) ProtoMessage

func (*JobStatistics2) ProtoMessage()

func (*JobStatistics2) ProtoReflect

func (x *JobStatistics2) ProtoReflect() protoreflect.Message

func (*JobStatistics2) Reset

func (x *JobStatistics2) Reset()

func (*JobStatistics2) String

func (x *JobStatistics2) String() string

type JobStatistics2ReservationUsage

type JobStatistics2ReservationUsage struct {
	Name   *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	SlotMs *int64  `protobuf:"varint,2,opt,name=slot_ms,json=slotMs" json:"slot_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics2ReservationUsage) Descriptor deprecated

func (*JobStatistics2ReservationUsage) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics2ReservationUsage.ProtoReflect.Descriptor instead.

func (*JobStatistics2ReservationUsage) GetName

func (*JobStatistics2ReservationUsage) GetSlotMs

func (x *JobStatistics2ReservationUsage) GetSlotMs() int64

func (*JobStatistics2ReservationUsage) ProtoMessage

func (*JobStatistics2ReservationUsage) ProtoMessage()

func (*JobStatistics2ReservationUsage) ProtoReflect

func (*JobStatistics2ReservationUsage) Reset

func (x *JobStatistics2ReservationUsage) Reset()

func (*JobStatistics2ReservationUsage) String

type JobStatistics3

type JobStatistics3 struct {
	BadRecords     *int64                 `protobuf:"varint,1,opt,name=bad_records,json=badRecords" json:"bad_records,omitempty"`
	InputFileBytes *int64                 `protobuf:"varint,2,opt,name=input_file_bytes,json=inputFileBytes" json:"input_file_bytes,omitempty"`
	InputFiles     *int64                 `protobuf:"varint,3,opt,name=input_files,json=inputFiles" json:"input_files,omitempty"`
	OutputBytes    *int64                 `protobuf:"varint,4,opt,name=output_bytes,json=outputBytes" json:"output_bytes,omitempty"`
	OutputRows     *int64                 `protobuf:"varint,5,opt,name=output_rows,json=outputRows" json:"output_rows,omitempty"`
	Timeline       []*QueryTimelineSample `protobuf:"bytes,6,rep,name=timeline" json:"timeline,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics3) Descriptor deprecated

func (*JobStatistics3) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics3.ProtoReflect.Descriptor instead.

func (*JobStatistics3) GetBadRecords

func (x *JobStatistics3) GetBadRecords() int64

func (*JobStatistics3) GetInputFileBytes

func (x *JobStatistics3) GetInputFileBytes() int64

func (*JobStatistics3) GetInputFiles

func (x *JobStatistics3) GetInputFiles() int64

func (*JobStatistics3) GetOutputBytes

func (x *JobStatistics3) GetOutputBytes() int64

func (*JobStatistics3) GetOutputRows

func (x *JobStatistics3) GetOutputRows() int64

func (*JobStatistics3) GetTimeline

func (x *JobStatistics3) GetTimeline() []*QueryTimelineSample

func (*JobStatistics3) ProtoMessage

func (*JobStatistics3) ProtoMessage()

func (*JobStatistics3) ProtoReflect

func (x *JobStatistics3) ProtoReflect() protoreflect.Message

func (*JobStatistics3) Reset

func (x *JobStatistics3) Reset()

func (*JobStatistics3) String

func (x *JobStatistics3) String() string

type JobStatistics4

type JobStatistics4 struct {
	DestinationUriFileCounts []int64                `` /* 131-byte string literal not displayed */
	InputBytes               *int64                 `protobuf:"varint,2,opt,name=input_bytes,json=inputBytes" json:"input_bytes,omitempty"`
	Timeline                 []*QueryTimelineSample `protobuf:"bytes,3,rep,name=timeline" json:"timeline,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics4) Descriptor deprecated

func (*JobStatistics4) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics4.ProtoReflect.Descriptor instead.

func (*JobStatistics4) GetDestinationUriFileCounts

func (x *JobStatistics4) GetDestinationUriFileCounts() []int64

func (*JobStatistics4) GetInputBytes

func (x *JobStatistics4) GetInputBytes() int64

func (*JobStatistics4) GetTimeline

func (x *JobStatistics4) GetTimeline() []*QueryTimelineSample

func (*JobStatistics4) ProtoMessage

func (*JobStatistics4) ProtoMessage()

func (*JobStatistics4) ProtoReflect

func (x *JobStatistics4) ProtoReflect() protoreflect.Message

func (*JobStatistics4) Reset

func (x *JobStatistics4) Reset()

func (*JobStatistics4) String

func (x *JobStatistics4) String() string

type JobStatistics5

type JobStatistics5 struct {
	CopiedLogicalBytes *int64 `protobuf:"varint,1,opt,name=copied_logical_bytes,json=copiedLogicalBytes" json:"copied_logical_bytes,omitempty"`
	CopiedRows         *int64 `protobuf:"varint,2,opt,name=copied_rows,json=copiedRows" json:"copied_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatistics5) Descriptor deprecated

func (*JobStatistics5) Descriptor() ([]byte, []int)

Deprecated: Use JobStatistics5.ProtoReflect.Descriptor instead.

func (*JobStatistics5) GetCopiedLogicalBytes

func (x *JobStatistics5) GetCopiedLogicalBytes() int64

func (*JobStatistics5) GetCopiedRows

func (x *JobStatistics5) GetCopiedRows() int64

func (*JobStatistics5) ProtoMessage

func (*JobStatistics5) ProtoMessage()

func (*JobStatistics5) ProtoReflect

func (x *JobStatistics5) ProtoReflect() protoreflect.Message

func (*JobStatistics5) Reset

func (x *JobStatistics5) Reset()

func (*JobStatistics5) String

func (x *JobStatistics5) String() string

type JobStatisticsReservationUsage

type JobStatisticsReservationUsage struct {
	Name   *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	SlotMs *int64  `protobuf:"varint,2,opt,name=slot_ms,json=slotMs" json:"slot_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatisticsReservationUsage) Descriptor deprecated

func (*JobStatisticsReservationUsage) Descriptor() ([]byte, []int)

Deprecated: Use JobStatisticsReservationUsage.ProtoReflect.Descriptor instead.

func (*JobStatisticsReservationUsage) GetName

func (*JobStatisticsReservationUsage) GetSlotMs

func (x *JobStatisticsReservationUsage) GetSlotMs() int64

func (*JobStatisticsReservationUsage) ProtoMessage

func (*JobStatisticsReservationUsage) ProtoMessage()

func (*JobStatisticsReservationUsage) ProtoReflect

func (*JobStatisticsReservationUsage) Reset

func (x *JobStatisticsReservationUsage) Reset()

func (*JobStatisticsReservationUsage) String

type JobStatus

type JobStatus struct {
	ErrorResult *ErrorProto   `protobuf:"bytes,1,opt,name=error_result,json=errorResult" json:"error_result,omitempty"`
	Errors      []*ErrorProto `protobuf:"bytes,2,rep,name=errors" json:"errors,omitempty"`
	State       *string       `protobuf:"bytes,3,opt,name=state" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatus) Descriptor deprecated

func (*JobStatus) Descriptor() ([]byte, []int)

Deprecated: Use JobStatus.ProtoReflect.Descriptor instead.

func (*JobStatus) GetErrorResult

func (x *JobStatus) GetErrorResult() *ErrorProto

func (*JobStatus) GetErrors

func (x *JobStatus) GetErrors() []*ErrorProto

func (*JobStatus) GetState

func (x *JobStatus) GetState() string

func (*JobStatus) ProtoMessage

func (*JobStatus) ProtoMessage()

func (*JobStatus) ProtoReflect

func (x *JobStatus) ProtoReflect() protoreflect.Message

func (*JobStatus) Reset

func (x *JobStatus) Reset()

func (*JobStatus) String

func (x *JobStatus) String() string

type JobsServerClient

type JobsServerClient interface {
	CancelJob(ctx context.Context, in *CancelJobRequest, opts ...grpc.CallOption) (*JobCancelResponse, error)
	DeleteJob(ctx context.Context, in *DeleteJobRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error)
	GetQueryResultsJob(ctx context.Context, in *GetQueryResultsJobRequest, opts ...grpc.CallOption) (*GetQueryResultsResponse, error)
	InsertJob(ctx context.Context, in *InsertJobRequest, opts ...grpc.CallOption) (*Job, error)
	ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*JobList, error)
	QueryJob(ctx context.Context, in *QueryJobRequest, opts ...grpc.CallOption) (*QueryResponse, error)
}

JobsServerClient is the client API for JobsServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobsServerClient

func NewJobsServerClient(cc grpc.ClientConnInterface) JobsServerClient

type JobsServerServer

type JobsServerServer interface {
	CancelJob(context.Context, *CancelJobRequest) (*JobCancelResponse, error)
	DeleteJob(context.Context, *DeleteJobRequest) (*empty.Empty, error)
	GetJob(context.Context, *GetJobRequest) (*Job, error)
	GetQueryResultsJob(context.Context, *GetQueryResultsJobRequest) (*GetQueryResultsResponse, error)
	InsertJob(context.Context, *InsertJobRequest) (*Job, error)
	ListJobs(context.Context, *ListJobsRequest) (*JobList, error)
	QueryJob(context.Context, *QueryJobRequest) (*QueryResponse, error)
	// contains filtered or unexported methods
}

JobsServerServer is the server API for JobsServer service. All implementations must embed UnimplementedJobsServerServer for forward compatibility

type JoinRestrictionPolicy

type JoinRestrictionPolicy struct {
	JoinAllowedColumns []string `protobuf:"bytes,1,rep,name=join_allowed_columns,json=joinAllowedColumns" json:"join_allowed_columns,omitempty"`
	JoinCondition      *string  `protobuf:"bytes,2,opt,name=join_condition,json=joinCondition" json:"join_condition,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinRestrictionPolicy) Descriptor deprecated

func (*JoinRestrictionPolicy) Descriptor() ([]byte, []int)

Deprecated: Use JoinRestrictionPolicy.ProtoReflect.Descriptor instead.

func (*JoinRestrictionPolicy) GetJoinAllowedColumns

func (x *JoinRestrictionPolicy) GetJoinAllowedColumns() []string

func (*JoinRestrictionPolicy) GetJoinCondition

func (x *JoinRestrictionPolicy) GetJoinCondition() string

func (*JoinRestrictionPolicy) ProtoMessage

func (*JoinRestrictionPolicy) ProtoMessage()

func (*JoinRestrictionPolicy) ProtoReflect

func (x *JoinRestrictionPolicy) ProtoReflect() protoreflect.Message

func (*JoinRestrictionPolicy) Reset

func (x *JoinRestrictionPolicy) Reset()

func (*JoinRestrictionPolicy) String

func (x *JoinRestrictionPolicy) String() string

type JsonObject

type JsonObject struct {
	// contains filtered or unexported fields
}

func (*JsonObject) Descriptor deprecated

func (*JsonObject) Descriptor() ([]byte, []int)

Deprecated: Use JsonObject.ProtoReflect.Descriptor instead.

func (*JsonObject) ProtoMessage

func (*JsonObject) ProtoMessage()

func (*JsonObject) ProtoReflect

func (x *JsonObject) ProtoReflect() protoreflect.Message

func (*JsonObject) Reset

func (x *JsonObject) Reset()

func (*JsonObject) String

func (x *JsonObject) String() string

type JsonOptions

type JsonOptions struct {
	Encoding *string `protobuf:"bytes,1,opt,name=encoding" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonOptions) Descriptor deprecated

func (*JsonOptions) Descriptor() ([]byte, []int)

Deprecated: Use JsonOptions.ProtoReflect.Descriptor instead.

func (*JsonOptions) GetEncoding

func (x *JsonOptions) GetEncoding() string

func (*JsonOptions) ProtoMessage

func (*JsonOptions) ProtoMessage()

func (*JsonOptions) ProtoReflect

func (x *JsonOptions) ProtoReflect() protoreflect.Message

func (*JsonOptions) Reset

func (x *JsonOptions) Reset()

func (*JsonOptions) String

func (x *JsonOptions) String() string

type LinkedDatasetMetadata

type LinkedDatasetMetadata struct {
	LinkState *string `protobuf:"bytes,1,opt,name=link_state,json=linkState" json:"link_state,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkedDatasetMetadata) Descriptor deprecated

func (*LinkedDatasetMetadata) Descriptor() ([]byte, []int)

Deprecated: Use LinkedDatasetMetadata.ProtoReflect.Descriptor instead.

func (*LinkedDatasetMetadata) GetLinkState

func (x *LinkedDatasetMetadata) GetLinkState() string

func (*LinkedDatasetMetadata) ProtoMessage

func (*LinkedDatasetMetadata) ProtoMessage()

func (*LinkedDatasetMetadata) ProtoReflect

func (x *LinkedDatasetMetadata) ProtoReflect() protoreflect.Message

func (*LinkedDatasetMetadata) Reset

func (x *LinkedDatasetMetadata) Reset()

func (*LinkedDatasetMetadata) String

func (x *LinkedDatasetMetadata) String() string

type LinkedDatasetSource

type LinkedDatasetSource struct {
	SourceDataset *DatasetReference `protobuf:"bytes,1,opt,name=source_dataset,json=sourceDataset" json:"source_dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkedDatasetSource) Descriptor deprecated

func (*LinkedDatasetSource) Descriptor() ([]byte, []int)

Deprecated: Use LinkedDatasetSource.ProtoReflect.Descriptor instead.

func (*LinkedDatasetSource) GetSourceDataset

func (x *LinkedDatasetSource) GetSourceDataset() *DatasetReference

func (*LinkedDatasetSource) ProtoMessage

func (*LinkedDatasetSource) ProtoMessage()

func (*LinkedDatasetSource) ProtoReflect

func (x *LinkedDatasetSource) ProtoReflect() protoreflect.Message

func (*LinkedDatasetSource) Reset

func (x *LinkedDatasetSource) Reset()

func (*LinkedDatasetSource) String

func (x *LinkedDatasetSource) String() string

type ListDatasetsRequest

type ListDatasetsRequest struct {
	All        *bool   `protobuf:"varint,1,opt,name=all" json:"all,omitempty"`
	Filter     *string `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty"`
	MaxResults *int32  `protobuf:"varint,3,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken  *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId  *string `protobuf:"bytes,5,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDatasetsRequest) Descriptor deprecated

func (*ListDatasetsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDatasetsRequest.ProtoReflect.Descriptor instead.

func (*ListDatasetsRequest) GetAll

func (x *ListDatasetsRequest) GetAll() bool

func (*ListDatasetsRequest) GetFilter

func (x *ListDatasetsRequest) GetFilter() string

func (*ListDatasetsRequest) GetMaxResults

func (x *ListDatasetsRequest) GetMaxResults() int32

func (*ListDatasetsRequest) GetPageToken

func (x *ListDatasetsRequest) GetPageToken() string

func (*ListDatasetsRequest) GetProjectId

func (x *ListDatasetsRequest) GetProjectId() string

func (*ListDatasetsRequest) ProtoMessage

func (*ListDatasetsRequest) ProtoMessage()

func (*ListDatasetsRequest) ProtoReflect

func (x *ListDatasetsRequest) ProtoReflect() protoreflect.Message

func (*ListDatasetsRequest) Reset

func (x *ListDatasetsRequest) Reset()

func (*ListDatasetsRequest) String

func (x *ListDatasetsRequest) String() string

type ListJobsRequest

type ListJobsRequest struct {
	AllUsers        *bool   `protobuf:"varint,1,opt,name=all_users,json=allUsers" json:"all_users,omitempty"`
	MaxCreationTime *string `protobuf:"bytes,2,opt,name=max_creation_time,json=maxCreationTime" json:"max_creation_time,omitempty"`
	MaxResults      *int32  `protobuf:"varint,3,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	MinCreationTime *string `protobuf:"bytes,4,opt,name=min_creation_time,json=minCreationTime" json:"min_creation_time,omitempty"`
	PageToken       *string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ParentJobId     *string `protobuf:"bytes,6,opt,name=parent_job_id,json=parentJobId" json:"parent_job_id,omitempty"`
	ProjectId       *string `protobuf:"bytes,7,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Projection      *string `protobuf:"bytes,8,opt,name=projection" json:"projection,omitempty"`
	StateFilter     *string `protobuf:"bytes,9,opt,name=state_filter,json=stateFilter" json:"state_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobsRequest) Descriptor deprecated

func (*ListJobsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.

func (*ListJobsRequest) GetAllUsers

func (x *ListJobsRequest) GetAllUsers() bool

func (*ListJobsRequest) GetMaxCreationTime

func (x *ListJobsRequest) GetMaxCreationTime() string

func (*ListJobsRequest) GetMaxResults

func (x *ListJobsRequest) GetMaxResults() int32

func (*ListJobsRequest) GetMinCreationTime

func (x *ListJobsRequest) GetMinCreationTime() string

func (*ListJobsRequest) GetPageToken

func (x *ListJobsRequest) GetPageToken() string

func (*ListJobsRequest) GetParentJobId

func (x *ListJobsRequest) GetParentJobId() string

func (*ListJobsRequest) GetProjectId

func (x *ListJobsRequest) GetProjectId() string

func (*ListJobsRequest) GetProjection

func (x *ListJobsRequest) GetProjection() string

func (*ListJobsRequest) GetStateFilter

func (x *ListJobsRequest) GetStateFilter() string

func (*ListJobsRequest) ProtoMessage

func (*ListJobsRequest) ProtoMessage()

func (*ListJobsRequest) ProtoReflect

func (x *ListJobsRequest) ProtoReflect() protoreflect.Message

func (*ListJobsRequest) Reset

func (x *ListJobsRequest) Reset()

func (*ListJobsRequest) String

func (x *ListJobsRequest) String() string

type ListModelsRequest

type ListModelsRequest struct {
	DatasetId  *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	MaxResults *int32  `protobuf:"varint,2,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken  *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId  *string `protobuf:"bytes,4,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListModelsRequest) Descriptor deprecated

func (*ListModelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListModelsRequest.ProtoReflect.Descriptor instead.

func (*ListModelsRequest) GetDatasetId

func (x *ListModelsRequest) GetDatasetId() string

func (*ListModelsRequest) GetMaxResults

func (x *ListModelsRequest) GetMaxResults() int32

func (*ListModelsRequest) GetPageToken

func (x *ListModelsRequest) GetPageToken() string

func (*ListModelsRequest) GetProjectId

func (x *ListModelsRequest) GetProjectId() string

func (*ListModelsRequest) ProtoMessage

func (*ListModelsRequest) ProtoMessage()

func (*ListModelsRequest) ProtoReflect

func (x *ListModelsRequest) ProtoReflect() protoreflect.Message

func (*ListModelsRequest) Reset

func (x *ListModelsRequest) Reset()

func (*ListModelsRequest) String

func (x *ListModelsRequest) String() string

type ListModelsResponse

type ListModelsResponse struct {
	Models        []*Model `protobuf:"bytes,1,rep,name=models" json:"models,omitempty"`
	NextPageToken *string  `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListModelsResponse) Descriptor deprecated

func (*ListModelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListModelsResponse.ProtoReflect.Descriptor instead.

func (*ListModelsResponse) GetModels

func (x *ListModelsResponse) GetModels() []*Model

func (*ListModelsResponse) GetNextPageToken

func (x *ListModelsResponse) GetNextPageToken() string

func (*ListModelsResponse) ProtoMessage

func (*ListModelsResponse) ProtoMessage()

func (*ListModelsResponse) ProtoReflect

func (x *ListModelsResponse) ProtoReflect() protoreflect.Message

func (*ListModelsResponse) Reset

func (x *ListModelsResponse) Reset()

func (*ListModelsResponse) String

func (x *ListModelsResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {
	MaxResults *int32  `protobuf:"varint,1,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken  *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

func (*ListProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetMaxResults

func (x *ListProjectsRequest) GetMaxResults() int32

func (*ListProjectsRequest) GetPageToken

func (x *ListProjectsRequest) GetPageToken() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListRoutinesRequest

type ListRoutinesRequest struct {
	DatasetId  *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	Filter     *string `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty"`
	MaxResults *int32  `protobuf:"varint,3,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken  *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId  *string `protobuf:"bytes,5,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	ReadMask   *string `protobuf:"bytes,6,opt,name=read_mask,json=readMask" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRoutinesRequest) Descriptor deprecated

func (*ListRoutinesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRoutinesRequest.ProtoReflect.Descriptor instead.

func (*ListRoutinesRequest) GetDatasetId

func (x *ListRoutinesRequest) GetDatasetId() string

func (*ListRoutinesRequest) GetFilter

func (x *ListRoutinesRequest) GetFilter() string

func (*ListRoutinesRequest) GetMaxResults

func (x *ListRoutinesRequest) GetMaxResults() int32

func (*ListRoutinesRequest) GetPageToken

func (x *ListRoutinesRequest) GetPageToken() string

func (*ListRoutinesRequest) GetProjectId

func (x *ListRoutinesRequest) GetProjectId() string

func (*ListRoutinesRequest) GetReadMask

func (x *ListRoutinesRequest) GetReadMask() string

func (*ListRoutinesRequest) ProtoMessage

func (*ListRoutinesRequest) ProtoMessage()

func (*ListRoutinesRequest) ProtoReflect

func (x *ListRoutinesRequest) ProtoReflect() protoreflect.Message

func (*ListRoutinesRequest) Reset

func (x *ListRoutinesRequest) Reset()

func (*ListRoutinesRequest) String

func (x *ListRoutinesRequest) String() string

type ListRoutinesResponse

type ListRoutinesResponse struct {
	NextPageToken *string    `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	Routines      []*Routine `protobuf:"bytes,2,rep,name=routines" json:"routines,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRoutinesResponse) Descriptor deprecated

func (*ListRoutinesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRoutinesResponse.ProtoReflect.Descriptor instead.

func (*ListRoutinesResponse) GetNextPageToken

func (x *ListRoutinesResponse) GetNextPageToken() string

func (*ListRoutinesResponse) GetRoutines

func (x *ListRoutinesResponse) GetRoutines() []*Routine

func (*ListRoutinesResponse) ProtoMessage

func (*ListRoutinesResponse) ProtoMessage()

func (*ListRoutinesResponse) ProtoReflect

func (x *ListRoutinesResponse) ProtoReflect() protoreflect.Message

func (*ListRoutinesResponse) Reset

func (x *ListRoutinesResponse) Reset()

func (*ListRoutinesResponse) String

func (x *ListRoutinesResponse) String() string

type ListRowAccessPoliciesRequest

type ListRowAccessPoliciesRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	PageSize  *int32  `protobuf:"varint,2,opt,name=page_size,json=pageSize" json:"page_size,omitempty"`
	PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId *string `protobuf:"bytes,4,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string `protobuf:"bytes,5,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowAccessPoliciesRequest) Descriptor deprecated

func (*ListRowAccessPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRowAccessPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListRowAccessPoliciesRequest) GetDatasetId

func (x *ListRowAccessPoliciesRequest) GetDatasetId() string

func (*ListRowAccessPoliciesRequest) GetPageSize

func (x *ListRowAccessPoliciesRequest) GetPageSize() int32

func (*ListRowAccessPoliciesRequest) GetPageToken

func (x *ListRowAccessPoliciesRequest) GetPageToken() string

func (*ListRowAccessPoliciesRequest) GetProjectId

func (x *ListRowAccessPoliciesRequest) GetProjectId() string

func (*ListRowAccessPoliciesRequest) GetTableId

func (x *ListRowAccessPoliciesRequest) GetTableId() string

func (*ListRowAccessPoliciesRequest) ProtoMessage

func (*ListRowAccessPoliciesRequest) ProtoMessage()

func (*ListRowAccessPoliciesRequest) ProtoReflect

func (*ListRowAccessPoliciesRequest) Reset

func (x *ListRowAccessPoliciesRequest) Reset()

func (*ListRowAccessPoliciesRequest) String

type ListRowAccessPoliciesResponse

type ListRowAccessPoliciesResponse struct {
	NextPageToken     *string            `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	RowAccessPolicies []*RowAccessPolicy `protobuf:"bytes,2,rep,name=row_access_policies,json=rowAccessPolicies" json:"row_access_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowAccessPoliciesResponse) Descriptor deprecated

func (*ListRowAccessPoliciesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRowAccessPoliciesResponse.ProtoReflect.Descriptor instead.

func (*ListRowAccessPoliciesResponse) GetNextPageToken

func (x *ListRowAccessPoliciesResponse) GetNextPageToken() string

func (*ListRowAccessPoliciesResponse) GetRowAccessPolicies

func (x *ListRowAccessPoliciesResponse) GetRowAccessPolicies() []*RowAccessPolicy

func (*ListRowAccessPoliciesResponse) ProtoMessage

func (*ListRowAccessPoliciesResponse) ProtoMessage()

func (*ListRowAccessPoliciesResponse) ProtoReflect

func (*ListRowAccessPoliciesResponse) Reset

func (x *ListRowAccessPoliciesResponse) Reset()

func (*ListRowAccessPoliciesResponse) String

type ListTabledataRequest

type ListTabledataRequest struct {
	DatasetId                      *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	FormatOptionsUseInt64Timestamp *bool   `` /* 151-byte string literal not displayed */
	MaxResults                     *int32  `protobuf:"varint,3,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken                      *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId                      *string `protobuf:"bytes,5,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	SelectedFields                 *string `protobuf:"bytes,6,opt,name=selected_fields,json=selectedFields" json:"selected_fields,omitempty"`
	StartIndex                     *string `protobuf:"bytes,7,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
	TableId                        *string `protobuf:"bytes,8,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabledataRequest) Descriptor deprecated

func (*ListTabledataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTabledataRequest.ProtoReflect.Descriptor instead.

func (*ListTabledataRequest) GetDatasetId

func (x *ListTabledataRequest) GetDatasetId() string

func (*ListTabledataRequest) GetFormatOptionsUseInt64Timestamp

func (x *ListTabledataRequest) GetFormatOptionsUseInt64Timestamp() bool

func (*ListTabledataRequest) GetMaxResults

func (x *ListTabledataRequest) GetMaxResults() int32

func (*ListTabledataRequest) GetPageToken

func (x *ListTabledataRequest) GetPageToken() string

func (*ListTabledataRequest) GetProjectId

func (x *ListTabledataRequest) GetProjectId() string

func (*ListTabledataRequest) GetSelectedFields

func (x *ListTabledataRequest) GetSelectedFields() string

func (*ListTabledataRequest) GetStartIndex

func (x *ListTabledataRequest) GetStartIndex() string

func (*ListTabledataRequest) GetTableId

func (x *ListTabledataRequest) GetTableId() string

func (*ListTabledataRequest) ProtoMessage

func (*ListTabledataRequest) ProtoMessage()

func (*ListTabledataRequest) ProtoReflect

func (x *ListTabledataRequest) ProtoReflect() protoreflect.Message

func (*ListTabledataRequest) Reset

func (x *ListTabledataRequest) Reset()

func (*ListTabledataRequest) String

func (x *ListTabledataRequest) String() string

type ListTablesRequest

type ListTablesRequest struct {
	DatasetId  *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	MaxResults *int32  `protobuf:"varint,2,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	PageToken  *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	ProjectId  *string `protobuf:"bytes,4,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTablesRequest) Descriptor deprecated

func (*ListTablesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTablesRequest.ProtoReflect.Descriptor instead.

func (*ListTablesRequest) GetDatasetId

func (x *ListTablesRequest) GetDatasetId() string

func (*ListTablesRequest) GetMaxResults

func (x *ListTablesRequest) GetMaxResults() int32

func (*ListTablesRequest) GetPageToken

func (x *ListTablesRequest) GetPageToken() string

func (*ListTablesRequest) GetProjectId

func (x *ListTablesRequest) GetProjectId() string

func (*ListTablesRequest) ProtoMessage

func (*ListTablesRequest) ProtoMessage()

func (*ListTablesRequest) ProtoReflect

func (x *ListTablesRequest) ProtoReflect() protoreflect.Message

func (*ListTablesRequest) Reset

func (x *ListTablesRequest) Reset()

func (*ListTablesRequest) String

func (x *ListTablesRequest) String() string

type LoadQueryStatistics

type LoadQueryStatistics struct {
	BadRecords       *int64 `protobuf:"varint,1,opt,name=bad_records,json=badRecords" json:"bad_records,omitempty"`
	BytesTransferred *int64 `protobuf:"varint,2,opt,name=bytes_transferred,json=bytesTransferred" json:"bytes_transferred,omitempty"`
	InputFileBytes   *int64 `protobuf:"varint,3,opt,name=input_file_bytes,json=inputFileBytes" json:"input_file_bytes,omitempty"`
	InputFiles       *int64 `protobuf:"varint,4,opt,name=input_files,json=inputFiles" json:"input_files,omitempty"`
	OutputBytes      *int64 `protobuf:"varint,5,opt,name=output_bytes,json=outputBytes" json:"output_bytes,omitempty"`
	OutputRows       *int64 `protobuf:"varint,6,opt,name=output_rows,json=outputRows" json:"output_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadQueryStatistics) Descriptor deprecated

func (*LoadQueryStatistics) Descriptor() ([]byte, []int)

Deprecated: Use LoadQueryStatistics.ProtoReflect.Descriptor instead.

func (*LoadQueryStatistics) GetBadRecords

func (x *LoadQueryStatistics) GetBadRecords() int64

func (*LoadQueryStatistics) GetBytesTransferred

func (x *LoadQueryStatistics) GetBytesTransferred() int64

func (*LoadQueryStatistics) GetInputFileBytes

func (x *LoadQueryStatistics) GetInputFileBytes() int64

func (*LoadQueryStatistics) GetInputFiles

func (x *LoadQueryStatistics) GetInputFiles() int64

func (*LoadQueryStatistics) GetOutputBytes

func (x *LoadQueryStatistics) GetOutputBytes() int64

func (*LoadQueryStatistics) GetOutputRows

func (x *LoadQueryStatistics) GetOutputRows() int64

func (*LoadQueryStatistics) ProtoMessage

func (*LoadQueryStatistics) ProtoMessage()

func (*LoadQueryStatistics) ProtoReflect

func (x *LoadQueryStatistics) ProtoReflect() protoreflect.Message

func (*LoadQueryStatistics) Reset

func (x *LoadQueryStatistics) Reset()

func (*LoadQueryStatistics) String

func (x *LoadQueryStatistics) String() string

type LocationMetadata

type LocationMetadata struct {
	LegacyLocationId *string `protobuf:"bytes,1,opt,name=legacy_location_id,json=legacyLocationId" json:"legacy_location_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationMetadata) Descriptor deprecated

func (*LocationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use LocationMetadata.ProtoReflect.Descriptor instead.

func (*LocationMetadata) GetLegacyLocationId

func (x *LocationMetadata) GetLegacyLocationId() string

func (*LocationMetadata) ProtoMessage

func (*LocationMetadata) ProtoMessage()

func (*LocationMetadata) ProtoReflect

func (x *LocationMetadata) ProtoReflect() protoreflect.Message

func (*LocationMetadata) Reset

func (x *LocationMetadata) Reset()

func (*LocationMetadata) String

func (x *LocationMetadata) String() string

type MaterializedView

type MaterializedView struct {
	Chosen              *bool           `protobuf:"varint,1,opt,name=chosen" json:"chosen,omitempty"`
	EstimatedBytesSaved *int64          `protobuf:"varint,2,opt,name=estimated_bytes_saved,json=estimatedBytesSaved" json:"estimated_bytes_saved,omitempty"`
	RejectedReason      *string         `protobuf:"bytes,3,opt,name=rejected_reason,json=rejectedReason" json:"rejected_reason,omitempty"`
	TableReference      *TableReference `protobuf:"bytes,4,opt,name=table_reference,json=tableReference" json:"table_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*MaterializedView) Descriptor deprecated

func (*MaterializedView) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedView.ProtoReflect.Descriptor instead.

func (*MaterializedView) GetChosen

func (x *MaterializedView) GetChosen() bool

func (*MaterializedView) GetEstimatedBytesSaved

func (x *MaterializedView) GetEstimatedBytesSaved() int64

func (*MaterializedView) GetRejectedReason

func (x *MaterializedView) GetRejectedReason() string

func (*MaterializedView) GetTableReference

func (x *MaterializedView) GetTableReference() *TableReference

func (*MaterializedView) ProtoMessage

func (*MaterializedView) ProtoMessage()

func (*MaterializedView) ProtoReflect

func (x *MaterializedView) ProtoReflect() protoreflect.Message

func (*MaterializedView) Reset

func (x *MaterializedView) Reset()

func (*MaterializedView) String

func (x *MaterializedView) String() string

type MaterializedViewDefinition

type MaterializedViewDefinition struct {
	AllowNonIncrementalDefinition *bool   `` /* 146-byte string literal not displayed */
	EnableRefresh                 *bool   `protobuf:"varint,2,opt,name=enable_refresh,json=enableRefresh" json:"enable_refresh,omitempty"`
	LastRefreshTime               *int64  `protobuf:"varint,3,opt,name=last_refresh_time,json=lastRefreshTime" json:"last_refresh_time,omitempty"`
	MaxStaleness                  []byte  `protobuf:"bytes,4,opt,name=max_staleness,json=maxStaleness" json:"max_staleness,omitempty"`
	Query                         *string `protobuf:"bytes,5,opt,name=query" json:"query,omitempty"`
	RefreshIntervalMs             *int64  `protobuf:"varint,6,opt,name=refresh_interval_ms,json=refreshIntervalMs" json:"refresh_interval_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*MaterializedViewDefinition) Descriptor deprecated

func (*MaterializedViewDefinition) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedViewDefinition.ProtoReflect.Descriptor instead.

func (*MaterializedViewDefinition) GetAllowNonIncrementalDefinition

func (x *MaterializedViewDefinition) GetAllowNonIncrementalDefinition() bool

func (*MaterializedViewDefinition) GetEnableRefresh

func (x *MaterializedViewDefinition) GetEnableRefresh() bool

func (*MaterializedViewDefinition) GetLastRefreshTime

func (x *MaterializedViewDefinition) GetLastRefreshTime() int64

func (*MaterializedViewDefinition) GetMaxStaleness

func (x *MaterializedViewDefinition) GetMaxStaleness() []byte

func (*MaterializedViewDefinition) GetQuery

func (x *MaterializedViewDefinition) GetQuery() string

func (*MaterializedViewDefinition) GetRefreshIntervalMs

func (x *MaterializedViewDefinition) GetRefreshIntervalMs() int64

func (*MaterializedViewDefinition) ProtoMessage

func (*MaterializedViewDefinition) ProtoMessage()

func (*MaterializedViewDefinition) ProtoReflect

func (*MaterializedViewDefinition) Reset

func (x *MaterializedViewDefinition) Reset()

func (*MaterializedViewDefinition) String

func (x *MaterializedViewDefinition) String() string

type MaterializedViewStatistics

type MaterializedViewStatistics struct {
	MaterializedView []*MaterializedView `protobuf:"bytes,1,rep,name=materialized_view,json=materializedView" json:"materialized_view,omitempty"`
	// contains filtered or unexported fields
}

func (*MaterializedViewStatistics) Descriptor deprecated

func (*MaterializedViewStatistics) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedViewStatistics.ProtoReflect.Descriptor instead.

func (*MaterializedViewStatistics) GetMaterializedView

func (x *MaterializedViewStatistics) GetMaterializedView() []*MaterializedView

func (*MaterializedViewStatistics) ProtoMessage

func (*MaterializedViewStatistics) ProtoMessage()

func (*MaterializedViewStatistics) ProtoReflect

func (*MaterializedViewStatistics) Reset

func (x *MaterializedViewStatistics) Reset()

func (*MaterializedViewStatistics) String

func (x *MaterializedViewStatistics) String() string

type MaterializedViewStatus

type MaterializedViewStatus struct {
	LastRefreshStatus *ErrorProto          `protobuf:"bytes,1,opt,name=last_refresh_status,json=lastRefreshStatus" json:"last_refresh_status,omitempty"`
	RefreshWatermark  *timestamp.Timestamp `protobuf:"bytes,2,opt,name=refresh_watermark,json=refreshWatermark" json:"refresh_watermark,omitempty"`
	// contains filtered or unexported fields
}

func (*MaterializedViewStatus) Descriptor deprecated

func (*MaterializedViewStatus) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedViewStatus.ProtoReflect.Descriptor instead.

func (*MaterializedViewStatus) GetLastRefreshStatus

func (x *MaterializedViewStatus) GetLastRefreshStatus() *ErrorProto

func (*MaterializedViewStatus) GetRefreshWatermark

func (x *MaterializedViewStatus) GetRefreshWatermark() *timestamp.Timestamp

func (*MaterializedViewStatus) ProtoMessage

func (*MaterializedViewStatus) ProtoMessage()

func (*MaterializedViewStatus) ProtoReflect

func (x *MaterializedViewStatus) ProtoReflect() protoreflect.Message

func (*MaterializedViewStatus) Reset

func (x *MaterializedViewStatus) Reset()

func (*MaterializedViewStatus) String

func (x *MaterializedViewStatus) String() string

type MetadataCacheStatistics

type MetadataCacheStatistics struct {
	TableMetadataCacheUsage []*TableMetadataCacheUsage `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetadataCacheStatistics) Descriptor deprecated

func (*MetadataCacheStatistics) Descriptor() ([]byte, []int)

Deprecated: Use MetadataCacheStatistics.ProtoReflect.Descriptor instead.

func (*MetadataCacheStatistics) GetTableMetadataCacheUsage

func (x *MetadataCacheStatistics) GetTableMetadataCacheUsage() []*TableMetadataCacheUsage

func (*MetadataCacheStatistics) ProtoMessage

func (*MetadataCacheStatistics) ProtoMessage()

func (*MetadataCacheStatistics) ProtoReflect

func (x *MetadataCacheStatistics) ProtoReflect() protoreflect.Message

func (*MetadataCacheStatistics) Reset

func (x *MetadataCacheStatistics) Reset()

func (*MetadataCacheStatistics) String

func (x *MetadataCacheStatistics) String() string

type MlStatistics

type MlStatistics struct {
	HparamTrials     []*HparamTuningTrial `protobuf:"bytes,1,rep,name=hparam_trials,json=hparamTrials" json:"hparam_trials,omitempty"`
	IterationResults []*IterationResult   `protobuf:"bytes,2,rep,name=iteration_results,json=iterationResults" json:"iteration_results,omitempty"`
	MaxIterations    *int64               `protobuf:"varint,3,opt,name=max_iterations,json=maxIterations" json:"max_iterations,omitempty"`
	ModelType        *string              `protobuf:"bytes,4,opt,name=model_type,json=modelType" json:"model_type,omitempty"`
	TrainingType     *string              `protobuf:"bytes,5,opt,name=training_type,json=trainingType" json:"training_type,omitempty"`
	// contains filtered or unexported fields
}

func (*MlStatistics) Descriptor deprecated

func (*MlStatistics) Descriptor() ([]byte, []int)

Deprecated: Use MlStatistics.ProtoReflect.Descriptor instead.

func (*MlStatistics) GetHparamTrials

func (x *MlStatistics) GetHparamTrials() []*HparamTuningTrial

func (*MlStatistics) GetIterationResults

func (x *MlStatistics) GetIterationResults() []*IterationResult

func (*MlStatistics) GetMaxIterations

func (x *MlStatistics) GetMaxIterations() int64

func (*MlStatistics) GetModelType

func (x *MlStatistics) GetModelType() string

func (*MlStatistics) GetTrainingType

func (x *MlStatistics) GetTrainingType() string

func (*MlStatistics) ProtoMessage

func (*MlStatistics) ProtoMessage()

func (*MlStatistics) ProtoReflect

func (x *MlStatistics) ProtoReflect() protoreflect.Message

func (*MlStatistics) Reset

func (x *MlStatistics) Reset()

func (*MlStatistics) String

func (x *MlStatistics) String() string

type Model

type Model struct {
	BestTrialId             *int64                   `protobuf:"varint,1,opt,name=best_trial_id,json=bestTrialId" json:"best_trial_id,omitempty"`
	CreationTime            *int64                   `protobuf:"varint,2,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	DefaultTrialId          *int64                   `protobuf:"varint,3,opt,name=default_trial_id,json=defaultTrialId" json:"default_trial_id,omitempty"`
	Description             *string                  `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	EncryptionConfiguration *EncryptionConfiguration `protobuf:"bytes,5,opt,name=encryption_configuration,json=encryptionConfiguration" json:"encryption_configuration,omitempty"`
	Etag                    *string                  `protobuf:"bytes,6,opt,name=etag" json:"etag,omitempty"`
	ExpirationTime          *int64                   `protobuf:"varint,7,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	FeatureColumns          []*StandardSqlField      `protobuf:"bytes,8,rep,name=feature_columns,json=featureColumns" json:"feature_columns,omitempty"`
	FriendlyName            *string                  `protobuf:"bytes,9,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	HparamSearchSpaces      *HparamSearchSpaces      `protobuf:"bytes,10,opt,name=hparam_search_spaces,json=hparamSearchSpaces" json:"hparam_search_spaces,omitempty"`
	HparamTrials            []*HparamTuningTrial     `protobuf:"bytes,11,rep,name=hparam_trials,json=hparamTrials" json:"hparam_trials,omitempty"`
	LabelColumns            []*StandardSqlField      `protobuf:"bytes,12,rep,name=label_columns,json=labelColumns" json:"label_columns,omitempty"`
	Labels                  map[string]string        `` /* 133-byte string literal not displayed */
	LastModifiedTime        *int64                   `protobuf:"varint,14,opt,name=last_modified_time,json=lastModifiedTime" json:"last_modified_time,omitempty"`
	Location                *string                  `protobuf:"bytes,15,opt,name=location" json:"location,omitempty"`
	ModelReference          *ModelReference          `protobuf:"bytes,16,opt,name=model_reference,json=modelReference" json:"model_reference,omitempty"`
	ModelType               *string                  `protobuf:"bytes,17,opt,name=model_type,json=modelType" json:"model_type,omitempty"`
	OptimalTrialIds         []int64                  `protobuf:"varint,18,rep,name=optimal_trial_ids,json=optimalTrialIds" json:"optimal_trial_ids,omitempty"`
	RemoteModelInfo         *RemoteModelInfo         `protobuf:"bytes,19,opt,name=remote_model_info,json=remoteModelInfo" json:"remote_model_info,omitempty"`
	TrainingRuns            []*TrainingRun           `protobuf:"bytes,20,rep,name=training_runs,json=trainingRuns" json:"training_runs,omitempty"`
	TransformColumns        []*TransformColumn       `protobuf:"bytes,21,rep,name=transform_columns,json=transformColumns" json:"transform_columns,omitempty"`
	// contains filtered or unexported fields
}

func (*Model) Descriptor deprecated

func (*Model) Descriptor() ([]byte, []int)

Deprecated: Use Model.ProtoReflect.Descriptor instead.

func (*Model) GetBestTrialId

func (x *Model) GetBestTrialId() int64

func (*Model) GetCreationTime

func (x *Model) GetCreationTime() int64

func (*Model) GetDefaultTrialId

func (x *Model) GetDefaultTrialId() int64

func (*Model) GetDescription

func (x *Model) GetDescription() string

func (*Model) GetEncryptionConfiguration

func (x *Model) GetEncryptionConfiguration() *EncryptionConfiguration

func (*Model) GetEtag

func (x *Model) GetEtag() string

func (*Model) GetExpirationTime

func (x *Model) GetExpirationTime() int64

func (*Model) GetFeatureColumns

func (x *Model) GetFeatureColumns() []*StandardSqlField

func (*Model) GetFriendlyName

func (x *Model) GetFriendlyName() string

func (*Model) GetHparamSearchSpaces

func (x *Model) GetHparamSearchSpaces() *HparamSearchSpaces

func (*Model) GetHparamTrials

func (x *Model) GetHparamTrials() []*HparamTuningTrial

func (*Model) GetLabelColumns

func (x *Model) GetLabelColumns() []*StandardSqlField

func (*Model) GetLabels

func (x *Model) GetLabels() map[string]string

func (*Model) GetLastModifiedTime

func (x *Model) GetLastModifiedTime() int64

func (*Model) GetLocation

func (x *Model) GetLocation() string

func (*Model) GetModelReference

func (x *Model) GetModelReference() *ModelReference

func (*Model) GetModelType

func (x *Model) GetModelType() string

func (*Model) GetOptimalTrialIds

func (x *Model) GetOptimalTrialIds() []int64

func (*Model) GetRemoteModelInfo

func (x *Model) GetRemoteModelInfo() *RemoteModelInfo

func (*Model) GetTrainingRuns

func (x *Model) GetTrainingRuns() []*TrainingRun

func (*Model) GetTransformColumns

func (x *Model) GetTransformColumns() []*TransformColumn

func (*Model) ProtoMessage

func (*Model) ProtoMessage()

func (*Model) ProtoReflect

func (x *Model) ProtoReflect() protoreflect.Message

func (*Model) Reset

func (x *Model) Reset()

func (*Model) String

func (x *Model) String() string

type ModelDefinition

type ModelDefinition struct {
	ModelOptions *ModelDefinitionModelOptions `protobuf:"bytes,1,opt,name=model_options,json=modelOptions" json:"model_options,omitempty"`
	TrainingRuns []*BqmlTrainingRun           `protobuf:"bytes,2,rep,name=training_runs,json=trainingRuns" json:"training_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelDefinition) Descriptor deprecated

func (*ModelDefinition) Descriptor() ([]byte, []int)

Deprecated: Use ModelDefinition.ProtoReflect.Descriptor instead.

func (*ModelDefinition) GetModelOptions

func (x *ModelDefinition) GetModelOptions() *ModelDefinitionModelOptions

func (*ModelDefinition) GetTrainingRuns

func (x *ModelDefinition) GetTrainingRuns() []*BqmlTrainingRun

func (*ModelDefinition) ProtoMessage

func (*ModelDefinition) ProtoMessage()

func (*ModelDefinition) ProtoReflect

func (x *ModelDefinition) ProtoReflect() protoreflect.Message

func (*ModelDefinition) Reset

func (x *ModelDefinition) Reset()

func (*ModelDefinition) String

func (x *ModelDefinition) String() string

type ModelDefinitionModelOptions

type ModelDefinitionModelOptions struct {
	Labels    []string `protobuf:"bytes,1,rep,name=labels" json:"labels,omitempty"`
	LossType  *string  `protobuf:"bytes,2,opt,name=loss_type,json=lossType" json:"loss_type,omitempty"`
	ModelType *string  `protobuf:"bytes,3,opt,name=model_type,json=modelType" json:"model_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelDefinitionModelOptions) Descriptor deprecated

func (*ModelDefinitionModelOptions) Descriptor() ([]byte, []int)

Deprecated: Use ModelDefinitionModelOptions.ProtoReflect.Descriptor instead.

func (*ModelDefinitionModelOptions) GetLabels

func (x *ModelDefinitionModelOptions) GetLabels() []string

func (*ModelDefinitionModelOptions) GetLossType

func (x *ModelDefinitionModelOptions) GetLossType() string

func (*ModelDefinitionModelOptions) GetModelType

func (x *ModelDefinitionModelOptions) GetModelType() string

func (*ModelDefinitionModelOptions) ProtoMessage

func (*ModelDefinitionModelOptions) ProtoMessage()

func (*ModelDefinitionModelOptions) ProtoReflect

func (*ModelDefinitionModelOptions) Reset

func (x *ModelDefinitionModelOptions) Reset()

func (*ModelDefinitionModelOptions) String

func (x *ModelDefinitionModelOptions) String() string

type ModelExtractOptions

type ModelExtractOptions struct {
	TrialId *int64 `protobuf:"varint,1,opt,name=trial_id,json=trialId" json:"trial_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelExtractOptions) Descriptor deprecated

func (*ModelExtractOptions) Descriptor() ([]byte, []int)

Deprecated: Use ModelExtractOptions.ProtoReflect.Descriptor instead.

func (*ModelExtractOptions) GetTrialId

func (x *ModelExtractOptions) GetTrialId() int64

func (*ModelExtractOptions) ProtoMessage

func (*ModelExtractOptions) ProtoMessage()

func (*ModelExtractOptions) ProtoReflect

func (x *ModelExtractOptions) ProtoReflect() protoreflect.Message

func (*ModelExtractOptions) Reset

func (x *ModelExtractOptions) Reset()

func (*ModelExtractOptions) String

func (x *ModelExtractOptions) String() string

type ModelReference

type ModelReference struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ModelId   *string `protobuf:"bytes,2,opt,name=model_id,json=modelId" json:"model_id,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelReference) Descriptor deprecated

func (*ModelReference) Descriptor() ([]byte, []int)

Deprecated: Use ModelReference.ProtoReflect.Descriptor instead.

func (*ModelReference) GetDatasetId

func (x *ModelReference) GetDatasetId() string

func (*ModelReference) GetModelId

func (x *ModelReference) GetModelId() string

func (*ModelReference) GetProjectId

func (x *ModelReference) GetProjectId() string

func (*ModelReference) ProtoMessage

func (*ModelReference) ProtoMessage()

func (*ModelReference) ProtoReflect

func (x *ModelReference) ProtoReflect() protoreflect.Message

func (*ModelReference) Reset

func (x *ModelReference) Reset()

func (*ModelReference) String

func (x *ModelReference) String() string

type ModelsServerClient

type ModelsServerClient interface {
	DeleteModel(ctx context.Context, in *DeleteModelRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetModel(ctx context.Context, in *GetModelRequest, opts ...grpc.CallOption) (*Model, error)
	ListModels(ctx context.Context, in *ListModelsRequest, opts ...grpc.CallOption) (*ListModelsResponse, error)
	PatchModel(ctx context.Context, in *PatchModelRequest, opts ...grpc.CallOption) (*Model, error)
}

ModelsServerClient is the client API for ModelsServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ModelsServerServer

type ModelsServerServer interface {
	DeleteModel(context.Context, *DeleteModelRequest) (*empty.Empty, error)
	GetModel(context.Context, *GetModelRequest) (*Model, error)
	ListModels(context.Context, *ListModelsRequest) (*ListModelsResponse, error)
	PatchModel(context.Context, *PatchModelRequest) (*Model, error)
	// contains filtered or unexported methods
}

ModelsServerServer is the server API for ModelsServer service. All implementations must embed UnimplementedModelsServerServer for forward compatibility

type MultiClassClassificationMetrics

type MultiClassClassificationMetrics struct {
	AggregateClassificationMetrics *AggregateClassificationMetrics `` /* 146-byte string literal not displayed */
	ConfusionMatrixList            []*ConfusionMatrix              `protobuf:"bytes,2,rep,name=confusion_matrix_list,json=confusionMatrixList" json:"confusion_matrix_list,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiClassClassificationMetrics) Descriptor deprecated

func (*MultiClassClassificationMetrics) Descriptor() ([]byte, []int)

Deprecated: Use MultiClassClassificationMetrics.ProtoReflect.Descriptor instead.

func (*MultiClassClassificationMetrics) GetAggregateClassificationMetrics

func (x *MultiClassClassificationMetrics) GetAggregateClassificationMetrics() *AggregateClassificationMetrics

func (*MultiClassClassificationMetrics) GetConfusionMatrixList

func (x *MultiClassClassificationMetrics) GetConfusionMatrixList() []*ConfusionMatrix

func (*MultiClassClassificationMetrics) ProtoMessage

func (*MultiClassClassificationMetrics) ProtoMessage()

func (*MultiClassClassificationMetrics) ProtoReflect

func (*MultiClassClassificationMetrics) Reset

func (*MultiClassClassificationMetrics) String

type ParquetOptions

type ParquetOptions struct {
	EnableListInference *bool `protobuf:"varint,1,opt,name=enable_list_inference,json=enableListInference" json:"enable_list_inference,omitempty"`
	EnumAsString        *bool `protobuf:"varint,2,opt,name=enum_as_string,json=enumAsString" json:"enum_as_string,omitempty"`
	// contains filtered or unexported fields
}

func (*ParquetOptions) Descriptor deprecated

func (*ParquetOptions) Descriptor() ([]byte, []int)

Deprecated: Use ParquetOptions.ProtoReflect.Descriptor instead.

func (*ParquetOptions) GetEnableListInference

func (x *ParquetOptions) GetEnableListInference() bool

func (*ParquetOptions) GetEnumAsString

func (x *ParquetOptions) GetEnumAsString() bool

func (*ParquetOptions) ProtoMessage

func (*ParquetOptions) ProtoMessage()

func (*ParquetOptions) ProtoReflect

func (x *ParquetOptions) ProtoReflect() protoreflect.Message

func (*ParquetOptions) Reset

func (x *ParquetOptions) Reset()

func (*ParquetOptions) String

func (x *ParquetOptions) String() string

type PartitionSkew

type PartitionSkew struct {
	SkewSources []*SkewSource `protobuf:"bytes,1,rep,name=skew_sources,json=skewSources" json:"skew_sources,omitempty"`
	// contains filtered or unexported fields
}

func (*PartitionSkew) Descriptor deprecated

func (*PartitionSkew) Descriptor() ([]byte, []int)

Deprecated: Use PartitionSkew.ProtoReflect.Descriptor instead.

func (*PartitionSkew) GetSkewSources

func (x *PartitionSkew) GetSkewSources() []*SkewSource

func (*PartitionSkew) ProtoMessage

func (*PartitionSkew) ProtoMessage()

func (*PartitionSkew) ProtoReflect

func (x *PartitionSkew) ProtoReflect() protoreflect.Message

func (*PartitionSkew) Reset

func (x *PartitionSkew) Reset()

func (*PartitionSkew) String

func (x *PartitionSkew) String() string

type PartitionedColumn

type PartitionedColumn struct {
	Field *string `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*PartitionedColumn) Descriptor deprecated

func (*PartitionedColumn) Descriptor() ([]byte, []int)

Deprecated: Use PartitionedColumn.ProtoReflect.Descriptor instead.

func (*PartitionedColumn) GetField

func (x *PartitionedColumn) GetField() string

func (*PartitionedColumn) ProtoMessage

func (*PartitionedColumn) ProtoMessage()

func (*PartitionedColumn) ProtoReflect

func (x *PartitionedColumn) ProtoReflect() protoreflect.Message

func (*PartitionedColumn) Reset

func (x *PartitionedColumn) Reset()

func (*PartitionedColumn) String

func (x *PartitionedColumn) String() string

type PartitioningDefinition

type PartitioningDefinition struct {
	PartitionedColumn []*PartitionedColumn `protobuf:"bytes,1,rep,name=partitioned_column,json=partitionedColumn" json:"partitioned_column,omitempty"`
	// contains filtered or unexported fields
}

func (*PartitioningDefinition) Descriptor deprecated

func (*PartitioningDefinition) Descriptor() ([]byte, []int)

Deprecated: Use PartitioningDefinition.ProtoReflect.Descriptor instead.

func (*PartitioningDefinition) GetPartitionedColumn

func (x *PartitioningDefinition) GetPartitionedColumn() []*PartitionedColumn

func (*PartitioningDefinition) ProtoMessage

func (*PartitioningDefinition) ProtoMessage()

func (*PartitioningDefinition) ProtoReflect

func (x *PartitioningDefinition) ProtoReflect() protoreflect.Message

func (*PartitioningDefinition) Reset

func (x *PartitioningDefinition) Reset()

func (*PartitioningDefinition) String

func (x *PartitioningDefinition) String() string

type PatchDatasetRequest

type PatchDatasetRequest struct {
	DatasetId *string  `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string  `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Dataset   *Dataset `protobuf:"bytes,3,opt,name=dataset" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchDatasetRequest) Descriptor deprecated

func (*PatchDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchDatasetRequest.ProtoReflect.Descriptor instead.

func (*PatchDatasetRequest) GetDataset

func (x *PatchDatasetRequest) GetDataset() *Dataset

func (*PatchDatasetRequest) GetDatasetId

func (x *PatchDatasetRequest) GetDatasetId() string

func (*PatchDatasetRequest) GetProjectId

func (x *PatchDatasetRequest) GetProjectId() string

func (*PatchDatasetRequest) ProtoMessage

func (*PatchDatasetRequest) ProtoMessage()

func (*PatchDatasetRequest) ProtoReflect

func (x *PatchDatasetRequest) ProtoReflect() protoreflect.Message

func (*PatchDatasetRequest) Reset

func (x *PatchDatasetRequest) Reset()

func (*PatchDatasetRequest) String

func (x *PatchDatasetRequest) String() string

type PatchModelRequest

type PatchModelRequest struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ModelId   *string `protobuf:"bytes,2,opt,name=model_id,json=modelId" json:"model_id,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Model     *Model  `protobuf:"bytes,4,opt,name=model" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchModelRequest) Descriptor deprecated

func (*PatchModelRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchModelRequest.ProtoReflect.Descriptor instead.

func (*PatchModelRequest) GetDatasetId

func (x *PatchModelRequest) GetDatasetId() string

func (*PatchModelRequest) GetModel

func (x *PatchModelRequest) GetModel() *Model

func (*PatchModelRequest) GetModelId

func (x *PatchModelRequest) GetModelId() string

func (*PatchModelRequest) GetProjectId

func (x *PatchModelRequest) GetProjectId() string

func (*PatchModelRequest) ProtoMessage

func (*PatchModelRequest) ProtoMessage()

func (*PatchModelRequest) ProtoReflect

func (x *PatchModelRequest) ProtoReflect() protoreflect.Message

func (*PatchModelRequest) Reset

func (x *PatchModelRequest) Reset()

func (*PatchModelRequest) String

func (x *PatchModelRequest) String() string

type PatchTableRequest

type PatchTableRequest struct {
	AutodetectSchema *bool   `protobuf:"varint,1,opt,name=autodetect_schema,json=autodetectSchema" json:"autodetect_schema,omitempty"`
	DatasetId        *string `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId        *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId          *string `protobuf:"bytes,4,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Table            *Table  `protobuf:"bytes,5,opt,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchTableRequest) Descriptor deprecated

func (*PatchTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchTableRequest.ProtoReflect.Descriptor instead.

func (*PatchTableRequest) GetAutodetectSchema

func (x *PatchTableRequest) GetAutodetectSchema() bool

func (*PatchTableRequest) GetDatasetId

func (x *PatchTableRequest) GetDatasetId() string

func (*PatchTableRequest) GetProjectId

func (x *PatchTableRequest) GetProjectId() string

func (*PatchTableRequest) GetTable

func (x *PatchTableRequest) GetTable() *Table

func (*PatchTableRequest) GetTableId

func (x *PatchTableRequest) GetTableId() string

func (*PatchTableRequest) ProtoMessage

func (*PatchTableRequest) ProtoMessage()

func (*PatchTableRequest) ProtoReflect

func (x *PatchTableRequest) ProtoReflect() protoreflect.Message

func (*PatchTableRequest) Reset

func (x *PatchTableRequest) Reset()

func (*PatchTableRequest) String

func (x *PatchTableRequest) String() string

type PerformanceInsights

type PerformanceInsights struct {
	AvgPreviousExecutionMs             *int64                               `protobuf:"varint,1,opt,name=avg_previous_execution_ms,json=avgPreviousExecutionMs" json:"avg_previous_execution_ms,omitempty"`
	StagePerformanceChangeInsights     []*StagePerformanceChangeInsight     `` /* 148-byte string literal not displayed */
	StagePerformanceStandaloneInsights []*StagePerformanceStandaloneInsight `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PerformanceInsights) Descriptor deprecated

func (*PerformanceInsights) Descriptor() ([]byte, []int)

Deprecated: Use PerformanceInsights.ProtoReflect.Descriptor instead.

func (*PerformanceInsights) GetAvgPreviousExecutionMs

func (x *PerformanceInsights) GetAvgPreviousExecutionMs() int64

func (*PerformanceInsights) GetStagePerformanceChangeInsights

func (x *PerformanceInsights) GetStagePerformanceChangeInsights() []*StagePerformanceChangeInsight

func (*PerformanceInsights) GetStagePerformanceStandaloneInsights

func (x *PerformanceInsights) GetStagePerformanceStandaloneInsights() []*StagePerformanceStandaloneInsight

func (*PerformanceInsights) ProtoMessage

func (*PerformanceInsights) ProtoMessage()

func (*PerformanceInsights) ProtoReflect

func (x *PerformanceInsights) ProtoReflect() protoreflect.Message

func (*PerformanceInsights) Reset

func (x *PerformanceInsights) Reset()

func (*PerformanceInsights) String

func (x *PerformanceInsights) String() string

type Policy

type Policy struct {
	AuditConfigs []*AuditConfig `protobuf:"bytes,1,rep,name=audit_configs,json=auditConfigs" json:"audit_configs,omitempty"`
	Bindings     []*Binding     `protobuf:"bytes,2,rep,name=bindings" json:"bindings,omitempty"`
	Etag         []byte         `protobuf:"bytes,3,opt,name=etag" json:"etag,omitempty"`
	Version      *int32         `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Policy) Descriptor deprecated

func (*Policy) Descriptor() ([]byte, []int)

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetAuditConfigs

func (x *Policy) GetAuditConfigs() []*AuditConfig

func (*Policy) GetBindings

func (x *Policy) GetBindings() []*Binding

func (*Policy) GetEtag

func (x *Policy) GetEtag() []byte

func (*Policy) GetVersion

func (x *Policy) GetVersion() int32

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

func (x *Policy) ProtoReflect() protoreflect.Message

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

type PrincipalComponentInfo

type PrincipalComponentInfo struct {
	CumulativeExplainedVarianceRatio *float64 `` /* 156-byte string literal not displayed */
	ExplainedVariance                *float64 `protobuf:"fixed64,2,opt,name=explained_variance,json=explainedVariance" json:"explained_variance,omitempty"`
	ExplainedVarianceRatio           *float64 `protobuf:"fixed64,3,opt,name=explained_variance_ratio,json=explainedVarianceRatio" json:"explained_variance_ratio,omitempty"`
	PrincipalComponentId             *int64   `protobuf:"varint,4,opt,name=principal_component_id,json=principalComponentId" json:"principal_component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PrincipalComponentInfo) Descriptor deprecated

func (*PrincipalComponentInfo) Descriptor() ([]byte, []int)

Deprecated: Use PrincipalComponentInfo.ProtoReflect.Descriptor instead.

func (*PrincipalComponentInfo) GetCumulativeExplainedVarianceRatio

func (x *PrincipalComponentInfo) GetCumulativeExplainedVarianceRatio() float64

func (*PrincipalComponentInfo) GetExplainedVariance

func (x *PrincipalComponentInfo) GetExplainedVariance() float64

func (*PrincipalComponentInfo) GetExplainedVarianceRatio

func (x *PrincipalComponentInfo) GetExplainedVarianceRatio() float64

func (*PrincipalComponentInfo) GetPrincipalComponentId

func (x *PrincipalComponentInfo) GetPrincipalComponentId() int64

func (*PrincipalComponentInfo) ProtoMessage

func (*PrincipalComponentInfo) ProtoMessage()

func (*PrincipalComponentInfo) ProtoReflect

func (x *PrincipalComponentInfo) ProtoReflect() protoreflect.Message

func (*PrincipalComponentInfo) Reset

func (x *PrincipalComponentInfo) Reset()

func (*PrincipalComponentInfo) String

func (x *PrincipalComponentInfo) String() string

type PrivacyPolicy

type PrivacyPolicy struct {
	AggregationThresholdPolicy *AggregationThresholdPolicy `` /* 134-byte string literal not displayed */
	DifferentialPrivacyPolicy  *DifferentialPrivacyPolicy  `` /* 131-byte string literal not displayed */
	JoinRestrictionPolicy      *JoinRestrictionPolicy      `protobuf:"bytes,3,opt,name=join_restriction_policy,json=joinRestrictionPolicy" json:"join_restriction_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivacyPolicy) Descriptor deprecated

func (*PrivacyPolicy) Descriptor() ([]byte, []int)

Deprecated: Use PrivacyPolicy.ProtoReflect.Descriptor instead.

func (*PrivacyPolicy) GetAggregationThresholdPolicy

func (x *PrivacyPolicy) GetAggregationThresholdPolicy() *AggregationThresholdPolicy

func (*PrivacyPolicy) GetDifferentialPrivacyPolicy

func (x *PrivacyPolicy) GetDifferentialPrivacyPolicy() *DifferentialPrivacyPolicy

func (*PrivacyPolicy) GetJoinRestrictionPolicy

func (x *PrivacyPolicy) GetJoinRestrictionPolicy() *JoinRestrictionPolicy

func (*PrivacyPolicy) ProtoMessage

func (*PrivacyPolicy) ProtoMessage()

func (*PrivacyPolicy) ProtoReflect

func (x *PrivacyPolicy) ProtoReflect() protoreflect.Message

func (*PrivacyPolicy) Reset

func (x *PrivacyPolicy) Reset()

func (*PrivacyPolicy) String

func (x *PrivacyPolicy) String() string

type ProjectList

type ProjectList struct {
	Etag          *string                `protobuf:"bytes,1,opt,name=etag" json:"etag,omitempty"`
	Kind          *string                `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	NextPageToken *string                `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	Projects      []*ProjectListProjects `protobuf:"bytes,4,rep,name=projects" json:"projects,omitempty"`
	TotalItems    *int32                 `protobuf:"varint,5,opt,name=total_items,json=totalItems" json:"total_items,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectList) Descriptor deprecated

func (*ProjectList) Descriptor() ([]byte, []int)

Deprecated: Use ProjectList.ProtoReflect.Descriptor instead.

func (*ProjectList) GetEtag

func (x *ProjectList) GetEtag() string

func (*ProjectList) GetKind

func (x *ProjectList) GetKind() string

func (*ProjectList) GetNextPageToken

func (x *ProjectList) GetNextPageToken() string

func (*ProjectList) GetProjects

func (x *ProjectList) GetProjects() []*ProjectListProjects

func (*ProjectList) GetTotalItems

func (x *ProjectList) GetTotalItems() int32

func (*ProjectList) ProtoMessage

func (*ProjectList) ProtoMessage()

func (*ProjectList) ProtoReflect

func (x *ProjectList) ProtoReflect() protoreflect.Message

func (*ProjectList) Reset

func (x *ProjectList) Reset()

func (*ProjectList) String

func (x *ProjectList) String() string

type ProjectListProjects

type ProjectListProjects struct {
	FriendlyName     *string           `protobuf:"bytes,1,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Id               *string           `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	Kind             *string           `protobuf:"bytes,3,opt,name=kind" json:"kind,omitempty"`
	NumericId        *uint64           `protobuf:"varint,4,opt,name=numeric_id,json=numericId" json:"numeric_id,omitempty"`
	ProjectReference *ProjectReference `protobuf:"bytes,5,opt,name=project_reference,json=projectReference" json:"project_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectListProjects) Descriptor deprecated

func (*ProjectListProjects) Descriptor() ([]byte, []int)

Deprecated: Use ProjectListProjects.ProtoReflect.Descriptor instead.

func (*ProjectListProjects) GetFriendlyName

func (x *ProjectListProjects) GetFriendlyName() string

func (*ProjectListProjects) GetId

func (x *ProjectListProjects) GetId() string

func (*ProjectListProjects) GetKind

func (x *ProjectListProjects) GetKind() string

func (*ProjectListProjects) GetNumericId

func (x *ProjectListProjects) GetNumericId() uint64

func (*ProjectListProjects) GetProjectReference

func (x *ProjectListProjects) GetProjectReference() *ProjectReference

func (*ProjectListProjects) ProtoMessage

func (*ProjectListProjects) ProtoMessage()

func (*ProjectListProjects) ProtoReflect

func (x *ProjectListProjects) ProtoReflect() protoreflect.Message

func (*ProjectListProjects) Reset

func (x *ProjectListProjects) Reset()

func (*ProjectListProjects) String

func (x *ProjectListProjects) String() string

type ProjectReference

type ProjectReference struct {
	ProjectId *string `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectReference) Descriptor deprecated

func (*ProjectReference) Descriptor() ([]byte, []int)

Deprecated: Use ProjectReference.ProtoReflect.Descriptor instead.

func (*ProjectReference) GetProjectId

func (x *ProjectReference) GetProjectId() string

func (*ProjectReference) ProtoMessage

func (*ProjectReference) ProtoMessage()

func (*ProjectReference) ProtoReflect

func (x *ProjectReference) ProtoReflect() protoreflect.Message

func (*ProjectReference) Reset

func (x *ProjectReference) Reset()

func (*ProjectReference) String

func (x *ProjectReference) String() string

type ProjectsServerClient

type ProjectsServerClient interface {
	GetServiceAccountProject(ctx context.Context, in *GetServiceAccountProjectRequest, opts ...grpc.CallOption) (*GetServiceAccountResponse, error)
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ProjectList, error)
}

ProjectsServerClient is the client API for ProjectsServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ProjectsServerServer

type ProjectsServerServer interface {
	GetServiceAccountProject(context.Context, *GetServiceAccountProjectRequest) (*GetServiceAccountResponse, error)
	ListProjects(context.Context, *ListProjectsRequest) (*ProjectList, error)
	// contains filtered or unexported methods
}

ProjectsServerServer is the server API for ProjectsServer service. All implementations must embed UnimplementedProjectsServerServer for forward compatibility

type QueryInfo

type QueryInfo struct {
	OptimizationDetails map[string]*any1.Any `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QueryInfo) Descriptor deprecated

func (*QueryInfo) Descriptor() ([]byte, []int)

Deprecated: Use QueryInfo.ProtoReflect.Descriptor instead.

func (*QueryInfo) GetOptimizationDetails

func (x *QueryInfo) GetOptimizationDetails() map[string]*any1.Any

func (*QueryInfo) ProtoMessage

func (*QueryInfo) ProtoMessage()

func (*QueryInfo) ProtoReflect

func (x *QueryInfo) ProtoReflect() protoreflect.Message

func (*QueryInfo) Reset

func (x *QueryInfo) Reset()

func (*QueryInfo) String

func (x *QueryInfo) String() string

type QueryJobRequest

type QueryJobRequest struct {
	ProjectId *string       `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Job       *QueryRequest `protobuf:"bytes,2,opt,name=job" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryJobRequest) Descriptor deprecated

func (*QueryJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryJobRequest.ProtoReflect.Descriptor instead.

func (*QueryJobRequest) GetJob

func (x *QueryJobRequest) GetJob() *QueryRequest

func (*QueryJobRequest) GetProjectId

func (x *QueryJobRequest) GetProjectId() string

func (*QueryJobRequest) ProtoMessage

func (*QueryJobRequest) ProtoMessage()

func (*QueryJobRequest) ProtoReflect

func (x *QueryJobRequest) ProtoReflect() protoreflect.Message

func (*QueryJobRequest) Reset

func (x *QueryJobRequest) Reset()

func (*QueryJobRequest) String

func (x *QueryJobRequest) String() string

type QueryParameter

type QueryParameter struct {
	Name           *string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ParameterType  *QueryParameterType  `protobuf:"bytes,2,opt,name=parameter_type,json=parameterType" json:"parameter_type,omitempty"`
	ParameterValue *QueryParameterValue `protobuf:"bytes,3,opt,name=parameter_value,json=parameterValue" json:"parameter_value,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryParameter) Descriptor deprecated

func (*QueryParameter) Descriptor() ([]byte, []int)

Deprecated: Use QueryParameter.ProtoReflect.Descriptor instead.

func (*QueryParameter) GetName

func (x *QueryParameter) GetName() string

func (*QueryParameter) GetParameterType

func (x *QueryParameter) GetParameterType() *QueryParameterType

func (*QueryParameter) GetParameterValue

func (x *QueryParameter) GetParameterValue() *QueryParameterValue

func (*QueryParameter) ProtoMessage

func (*QueryParameter) ProtoMessage()

func (*QueryParameter) ProtoReflect

func (x *QueryParameter) ProtoReflect() protoreflect.Message

func (*QueryParameter) Reset

func (x *QueryParameter) Reset()

func (*QueryParameter) String

func (x *QueryParameter) String() string

type QueryParameterType

type QueryParameterType struct {
	ArrayType        *QueryParameterType              `protobuf:"bytes,1,opt,name=array_type,json=arrayType" json:"array_type,omitempty"`
	RangeElementType *QueryParameterType              `protobuf:"bytes,2,opt,name=range_element_type,json=rangeElementType" json:"range_element_type,omitempty"`
	StructTypes      []*QueryParameterTypeStructTypes `protobuf:"bytes,3,rep,name=struct_types,json=structTypes" json:"struct_types,omitempty"`
	Type             *string                          `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryParameterType) Descriptor deprecated

func (*QueryParameterType) Descriptor() ([]byte, []int)

Deprecated: Use QueryParameterType.ProtoReflect.Descriptor instead.

func (*QueryParameterType) GetArrayType

func (x *QueryParameterType) GetArrayType() *QueryParameterType

func (*QueryParameterType) GetRangeElementType

func (x *QueryParameterType) GetRangeElementType() *QueryParameterType

func (*QueryParameterType) GetStructTypes

func (x *QueryParameterType) GetStructTypes() []*QueryParameterTypeStructTypes

func (*QueryParameterType) GetType

func (x *QueryParameterType) GetType() string

func (*QueryParameterType) ProtoMessage

func (*QueryParameterType) ProtoMessage()

func (*QueryParameterType) ProtoReflect

func (x *QueryParameterType) ProtoReflect() protoreflect.Message

func (*QueryParameterType) Reset

func (x *QueryParameterType) Reset()

func (*QueryParameterType) String

func (x *QueryParameterType) String() string

type QueryParameterTypeStructTypes

type QueryParameterTypeStructTypes struct {
	Description *string             `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	Name        *string             `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Type        *QueryParameterType `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryParameterTypeStructTypes) Descriptor deprecated

func (*QueryParameterTypeStructTypes) Descriptor() ([]byte, []int)

Deprecated: Use QueryParameterTypeStructTypes.ProtoReflect.Descriptor instead.

func (*QueryParameterTypeStructTypes) GetDescription

func (x *QueryParameterTypeStructTypes) GetDescription() string

func (*QueryParameterTypeStructTypes) GetName

func (*QueryParameterTypeStructTypes) GetType

func (*QueryParameterTypeStructTypes) ProtoMessage

func (*QueryParameterTypeStructTypes) ProtoMessage()

func (*QueryParameterTypeStructTypes) ProtoReflect

func (*QueryParameterTypeStructTypes) Reset

func (x *QueryParameterTypeStructTypes) Reset()

func (*QueryParameterTypeStructTypes) String

type QueryParameterValue

type QueryParameterValue struct {
	ArrayValues  []*QueryParameterValue          `protobuf:"bytes,1,rep,name=array_values,json=arrayValues" json:"array_values,omitempty"`
	RangeValue   *RangeValue                     `protobuf:"bytes,2,opt,name=range_value,json=rangeValue" json:"range_value,omitempty"`
	StructValues map[string]*QueryParameterValue `` /* 164-byte string literal not displayed */
	Value        *string                         `protobuf:"bytes,4,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryParameterValue) Descriptor deprecated

func (*QueryParameterValue) Descriptor() ([]byte, []int)

Deprecated: Use QueryParameterValue.ProtoReflect.Descriptor instead.

func (*QueryParameterValue) GetArrayValues

func (x *QueryParameterValue) GetArrayValues() []*QueryParameterValue

func (*QueryParameterValue) GetRangeValue

func (x *QueryParameterValue) GetRangeValue() *RangeValue

func (*QueryParameterValue) GetStructValues

func (x *QueryParameterValue) GetStructValues() map[string]*QueryParameterValue

func (*QueryParameterValue) GetValue

func (x *QueryParameterValue) GetValue() string

func (*QueryParameterValue) ProtoMessage

func (*QueryParameterValue) ProtoMessage()

func (*QueryParameterValue) ProtoReflect

func (x *QueryParameterValue) ProtoReflect() protoreflect.Message

func (*QueryParameterValue) Reset

func (x *QueryParameterValue) Reset()

func (*QueryParameterValue) String

func (x *QueryParameterValue) String() string

type QueryRequest

type QueryRequest struct {
	ConnectionProperties []*ConnectionProperty `protobuf:"bytes,1,rep,name=connection_properties,json=connectionProperties" json:"connection_properties,omitempty"`
	Continuous           *bool                 `protobuf:"varint,2,opt,name=continuous" json:"continuous,omitempty"`
	CreateSession        *bool                 `protobuf:"varint,3,opt,name=create_session,json=createSession" json:"create_session,omitempty"`
	DefaultDataset       *DatasetReference     `protobuf:"bytes,4,opt,name=default_dataset,json=defaultDataset" json:"default_dataset,omitempty"`
	DryRun               *bool                 `protobuf:"varint,5,opt,name=dry_run,json=dryRun" json:"dry_run,omitempty"`
	FormatOptions        *DataFormatOptions    `protobuf:"bytes,6,opt,name=format_options,json=formatOptions" json:"format_options,omitempty"`
	JobCreationMode      *string               `protobuf:"bytes,7,opt,name=job_creation_mode,json=jobCreationMode" json:"job_creation_mode,omitempty"`
	Kind                 *string               `protobuf:"bytes,8,opt,name=kind" json:"kind,omitempty"`
	Labels               map[string]string     `` /* 132-byte string literal not displayed */
	Location             *string               `protobuf:"bytes,10,opt,name=location" json:"location,omitempty"`
	MaxResults           *uint32               `protobuf:"varint,11,opt,name=max_results,json=maxResults" json:"max_results,omitempty"`
	MaximumBytesBilled   *int64                `protobuf:"varint,12,opt,name=maximum_bytes_billed,json=maximumBytesBilled" json:"maximum_bytes_billed,omitempty"`
	ParameterMode        *string               `protobuf:"bytes,13,opt,name=parameter_mode,json=parameterMode" json:"parameter_mode,omitempty"`
	PreserveNulls        *bool                 `protobuf:"varint,14,opt,name=preserve_nulls,json=preserveNulls" json:"preserve_nulls,omitempty"`
	Query                *string               `protobuf:"bytes,15,opt,name=query" json:"query,omitempty"`
	QueryParameters      []*QueryParameter     `protobuf:"bytes,16,rep,name=query_parameters,json=queryParameters" json:"query_parameters,omitempty"`
	RequestId            *string               `protobuf:"bytes,17,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	TimeoutMs            *uint32               `protobuf:"varint,18,opt,name=timeout_ms,json=timeoutMs" json:"timeout_ms,omitempty"`
	UseLegacySql         *bool                 `protobuf:"varint,19,opt,name=use_legacy_sql,json=useLegacySql" json:"use_legacy_sql,omitempty"`
	UseQueryCache        *bool                 `protobuf:"varint,20,opt,name=use_query_cache,json=useQueryCache" json:"use_query_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryRequest) Descriptor deprecated

func (*QueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.

func (*QueryRequest) GetConnectionProperties

func (x *QueryRequest) GetConnectionProperties() []*ConnectionProperty

func (*QueryRequest) GetContinuous

func (x *QueryRequest) GetContinuous() bool

func (*QueryRequest) GetCreateSession

func (x *QueryRequest) GetCreateSession() bool

func (*QueryRequest) GetDefaultDataset

func (x *QueryRequest) GetDefaultDataset() *DatasetReference

func (*QueryRequest) GetDryRun

func (x *QueryRequest) GetDryRun() bool

func (*QueryRequest) GetFormatOptions

func (x *QueryRequest) GetFormatOptions() *DataFormatOptions

func (*QueryRequest) GetJobCreationMode

func (x *QueryRequest) GetJobCreationMode() string

func (*QueryRequest) GetKind

func (x *QueryRequest) GetKind() string

func (*QueryRequest) GetLabels

func (x *QueryRequest) GetLabels() map[string]string

func (*QueryRequest) GetLocation

func (x *QueryRequest) GetLocation() string

func (*QueryRequest) GetMaxResults

func (x *QueryRequest) GetMaxResults() uint32

func (*QueryRequest) GetMaximumBytesBilled

func (x *QueryRequest) GetMaximumBytesBilled() int64

func (*QueryRequest) GetParameterMode

func (x *QueryRequest) GetParameterMode() string

func (*QueryRequest) GetPreserveNulls

func (x *QueryRequest) GetPreserveNulls() bool

func (*QueryRequest) GetQuery

func (x *QueryRequest) GetQuery() string

func (*QueryRequest) GetQueryParameters

func (x *QueryRequest) GetQueryParameters() []*QueryParameter

func (*QueryRequest) GetRequestId

func (x *QueryRequest) GetRequestId() string

func (*QueryRequest) GetTimeoutMs

func (x *QueryRequest) GetTimeoutMs() uint32

func (*QueryRequest) GetUseLegacySql

func (x *QueryRequest) GetUseLegacySql() bool

func (*QueryRequest) GetUseQueryCache

func (x *QueryRequest) GetUseQueryCache() bool

func (*QueryRequest) ProtoMessage

func (*QueryRequest) ProtoMessage()

func (*QueryRequest) ProtoReflect

func (x *QueryRequest) ProtoReflect() protoreflect.Message

func (*QueryRequest) Reset

func (x *QueryRequest) Reset()

func (*QueryRequest) String

func (x *QueryRequest) String() string

type QueryResponse

type QueryResponse struct {
	CacheHit            *bool              `protobuf:"varint,1,opt,name=cache_hit,json=cacheHit" json:"cache_hit,omitempty"`
	DmlStats            *DmlStatistics     `protobuf:"bytes,2,opt,name=dml_stats,json=dmlStats" json:"dml_stats,omitempty"`
	Errors              []*ErrorProto      `protobuf:"bytes,3,rep,name=errors" json:"errors,omitempty"`
	JobComplete         *bool              `protobuf:"varint,4,opt,name=job_complete,json=jobComplete" json:"job_complete,omitempty"`
	JobCreationReason   *JobCreationReason `protobuf:"bytes,5,opt,name=job_creation_reason,json=jobCreationReason" json:"job_creation_reason,omitempty"`
	JobReference        *JobReference      `protobuf:"bytes,6,opt,name=job_reference,json=jobReference" json:"job_reference,omitempty"`
	Kind                *string            `protobuf:"bytes,7,opt,name=kind" json:"kind,omitempty"`
	NumDmlAffectedRows  *int64             `protobuf:"varint,8,opt,name=num_dml_affected_rows,json=numDmlAffectedRows" json:"num_dml_affected_rows,omitempty"`
	PageToken           *string            `protobuf:"bytes,9,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	QueryId             *string            `protobuf:"bytes,10,opt,name=query_id,json=queryId" json:"query_id,omitempty"`
	Rows                []*TableRow        `protobuf:"bytes,11,rep,name=rows" json:"rows,omitempty"`
	Schema              *TableSchema       `protobuf:"bytes,12,opt,name=schema" json:"schema,omitempty"`
	SessionInfo         *SessionInfo       `protobuf:"bytes,13,opt,name=session_info,json=sessionInfo" json:"session_info,omitempty"`
	TotalBytesProcessed *int64             `protobuf:"varint,14,opt,name=total_bytes_processed,json=totalBytesProcessed" json:"total_bytes_processed,omitempty"`
	TotalRows           *uint64            `protobuf:"varint,15,opt,name=total_rows,json=totalRows" json:"total_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryResponse) Descriptor deprecated

func (*QueryResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.

func (*QueryResponse) GetCacheHit

func (x *QueryResponse) GetCacheHit() bool

func (*QueryResponse) GetDmlStats

func (x *QueryResponse) GetDmlStats() *DmlStatistics

func (*QueryResponse) GetErrors

func (x *QueryResponse) GetErrors() []*ErrorProto

func (*QueryResponse) GetJobComplete

func (x *QueryResponse) GetJobComplete() bool

func (*QueryResponse) GetJobCreationReason

func (x *QueryResponse) GetJobCreationReason() *JobCreationReason

func (*QueryResponse) GetJobReference

func (x *QueryResponse) GetJobReference() *JobReference

func (*QueryResponse) GetKind

func (x *QueryResponse) GetKind() string

func (*QueryResponse) GetNumDmlAffectedRows

func (x *QueryResponse) GetNumDmlAffectedRows() int64

func (*QueryResponse) GetPageToken

func (x *QueryResponse) GetPageToken() string

func (*QueryResponse) GetQueryId

func (x *QueryResponse) GetQueryId() string

func (*QueryResponse) GetRows

func (x *QueryResponse) GetRows() []*TableRow

func (*QueryResponse) GetSchema

func (x *QueryResponse) GetSchema() *TableSchema

func (*QueryResponse) GetSessionInfo

func (x *QueryResponse) GetSessionInfo() *SessionInfo

func (*QueryResponse) GetTotalBytesProcessed

func (x *QueryResponse) GetTotalBytesProcessed() int64

func (*QueryResponse) GetTotalRows

func (x *QueryResponse) GetTotalRows() uint64

func (*QueryResponse) ProtoMessage

func (*QueryResponse) ProtoMessage()

func (*QueryResponse) ProtoReflect

func (x *QueryResponse) ProtoReflect() protoreflect.Message

func (*QueryResponse) Reset

func (x *QueryResponse) Reset()

func (*QueryResponse) String

func (x *QueryResponse) String() string

type QueryTimelineSample

type QueryTimelineSample struct {
	ActiveUnits            *int64 `protobuf:"varint,1,opt,name=active_units,json=activeUnits" json:"active_units,omitempty"`
	CompletedUnits         *int64 `protobuf:"varint,2,opt,name=completed_units,json=completedUnits" json:"completed_units,omitempty"`
	ElapsedMs              *int64 `protobuf:"varint,3,opt,name=elapsed_ms,json=elapsedMs" json:"elapsed_ms,omitempty"`
	EstimatedRunnableUnits *int64 `protobuf:"varint,4,opt,name=estimated_runnable_units,json=estimatedRunnableUnits" json:"estimated_runnable_units,omitempty"`
	PendingUnits           *int64 `protobuf:"varint,5,opt,name=pending_units,json=pendingUnits" json:"pending_units,omitempty"`
	TotalSlotMs            *int64 `protobuf:"varint,6,opt,name=total_slot_ms,json=totalSlotMs" json:"total_slot_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryTimelineSample) Descriptor deprecated

func (*QueryTimelineSample) Descriptor() ([]byte, []int)

Deprecated: Use QueryTimelineSample.ProtoReflect.Descriptor instead.

func (*QueryTimelineSample) GetActiveUnits

func (x *QueryTimelineSample) GetActiveUnits() int64

func (*QueryTimelineSample) GetCompletedUnits

func (x *QueryTimelineSample) GetCompletedUnits() int64

func (*QueryTimelineSample) GetElapsedMs

func (x *QueryTimelineSample) GetElapsedMs() int64

func (*QueryTimelineSample) GetEstimatedRunnableUnits

func (x *QueryTimelineSample) GetEstimatedRunnableUnits() int64

func (*QueryTimelineSample) GetPendingUnits

func (x *QueryTimelineSample) GetPendingUnits() int64

func (*QueryTimelineSample) GetTotalSlotMs

func (x *QueryTimelineSample) GetTotalSlotMs() int64

func (*QueryTimelineSample) ProtoMessage

func (*QueryTimelineSample) ProtoMessage()

func (*QueryTimelineSample) ProtoReflect

func (x *QueryTimelineSample) ProtoReflect() protoreflect.Message

func (*QueryTimelineSample) Reset

func (x *QueryTimelineSample) Reset()

func (*QueryTimelineSample) String

func (x *QueryTimelineSample) String() string

type RangePartitioning

type RangePartitioning struct {
	Field *string                 `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
	Range *RangePartitioningRange `protobuf:"bytes,2,opt,name=range" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*RangePartitioning) Descriptor deprecated

func (*RangePartitioning) Descriptor() ([]byte, []int)

Deprecated: Use RangePartitioning.ProtoReflect.Descriptor instead.

func (*RangePartitioning) GetField

func (x *RangePartitioning) GetField() string

func (*RangePartitioning) GetRange

func (*RangePartitioning) ProtoMessage

func (*RangePartitioning) ProtoMessage()

func (*RangePartitioning) ProtoReflect

func (x *RangePartitioning) ProtoReflect() protoreflect.Message

func (*RangePartitioning) Reset

func (x *RangePartitioning) Reset()

func (*RangePartitioning) String

func (x *RangePartitioning) String() string

type RangePartitioningRange

type RangePartitioningRange struct {
	End      *int64 `protobuf:"varint,1,opt,name=end" json:"end,omitempty"`
	Interval *int64 `protobuf:"varint,2,opt,name=interval" json:"interval,omitempty"`
	Start    *int64 `protobuf:"varint,3,opt,name=start" json:"start,omitempty"`
	// contains filtered or unexported fields
}

func (*RangePartitioningRange) Descriptor deprecated

func (*RangePartitioningRange) Descriptor() ([]byte, []int)

Deprecated: Use RangePartitioningRange.ProtoReflect.Descriptor instead.

func (*RangePartitioningRange) GetEnd

func (x *RangePartitioningRange) GetEnd() int64

func (*RangePartitioningRange) GetInterval

func (x *RangePartitioningRange) GetInterval() int64

func (*RangePartitioningRange) GetStart

func (x *RangePartitioningRange) GetStart() int64

func (*RangePartitioningRange) ProtoMessage

func (*RangePartitioningRange) ProtoMessage()

func (*RangePartitioningRange) ProtoReflect

func (x *RangePartitioningRange) ProtoReflect() protoreflect.Message

func (*RangePartitioningRange) Reset

func (x *RangePartitioningRange) Reset()

func (*RangePartitioningRange) String

func (x *RangePartitioningRange) String() string

type RangeValue

type RangeValue struct {
	End   *QueryParameterValue `protobuf:"bytes,1,opt,name=end" json:"end,omitempty"`
	Start *QueryParameterValue `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	// contains filtered or unexported fields
}

func (*RangeValue) Descriptor deprecated

func (*RangeValue) Descriptor() ([]byte, []int)

Deprecated: Use RangeValue.ProtoReflect.Descriptor instead.

func (*RangeValue) GetEnd

func (x *RangeValue) GetEnd() *QueryParameterValue

func (*RangeValue) GetStart

func (x *RangeValue) GetStart() *QueryParameterValue

func (*RangeValue) ProtoMessage

func (*RangeValue) ProtoMessage()

func (*RangeValue) ProtoReflect

func (x *RangeValue) ProtoReflect() protoreflect.Message

func (*RangeValue) Reset

func (x *RangeValue) Reset()

func (*RangeValue) String

func (x *RangeValue) String() string

type RankingMetrics

type RankingMetrics struct {
	AverageRank                        *float64 `protobuf:"fixed64,1,opt,name=average_rank,json=averageRank" json:"average_rank,omitempty"`
	MeanAveragePrecision               *float64 `protobuf:"fixed64,2,opt,name=mean_average_precision,json=meanAveragePrecision" json:"mean_average_precision,omitempty"`
	MeanSquaredError                   *float64 `protobuf:"fixed64,3,opt,name=mean_squared_error,json=meanSquaredError" json:"mean_squared_error,omitempty"`
	NormalizedDiscountedCumulativeGain *float64 `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankingMetrics) Descriptor deprecated

func (*RankingMetrics) Descriptor() ([]byte, []int)

Deprecated: Use RankingMetrics.ProtoReflect.Descriptor instead.

func (*RankingMetrics) GetAverageRank

func (x *RankingMetrics) GetAverageRank() float64

func (*RankingMetrics) GetMeanAveragePrecision

func (x *RankingMetrics) GetMeanAveragePrecision() float64

func (*RankingMetrics) GetMeanSquaredError

func (x *RankingMetrics) GetMeanSquaredError() float64

func (*RankingMetrics) GetNormalizedDiscountedCumulativeGain

func (x *RankingMetrics) GetNormalizedDiscountedCumulativeGain() float64

func (*RankingMetrics) ProtoMessage

func (*RankingMetrics) ProtoMessage()

func (*RankingMetrics) ProtoReflect

func (x *RankingMetrics) ProtoReflect() protoreflect.Message

func (*RankingMetrics) Reset

func (x *RankingMetrics) Reset()

func (*RankingMetrics) String

func (x *RankingMetrics) String() string

type ReferencedTable

type ReferencedTable struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string `protobuf:"bytes,3,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferencedTable) Descriptor deprecated

func (*ReferencedTable) Descriptor() ([]byte, []int)

Deprecated: Use ReferencedTable.ProtoReflect.Descriptor instead.

func (*ReferencedTable) GetDatasetId

func (x *ReferencedTable) GetDatasetId() string

func (*ReferencedTable) GetProjectId

func (x *ReferencedTable) GetProjectId() string

func (*ReferencedTable) GetTableId

func (x *ReferencedTable) GetTableId() string

func (*ReferencedTable) ProtoMessage

func (*ReferencedTable) ProtoMessage()

func (*ReferencedTable) ProtoReflect

func (x *ReferencedTable) ProtoReflect() protoreflect.Message

func (*ReferencedTable) Reset

func (x *ReferencedTable) Reset()

func (*ReferencedTable) String

func (x *ReferencedTable) String() string

type RegressionMetrics

type RegressionMetrics struct {
	MeanAbsoluteError   *float64 `protobuf:"fixed64,1,opt,name=mean_absolute_error,json=meanAbsoluteError" json:"mean_absolute_error,omitempty"`
	MeanSquaredError    *float64 `protobuf:"fixed64,2,opt,name=mean_squared_error,json=meanSquaredError" json:"mean_squared_error,omitempty"`
	MeanSquaredLogError *float64 `protobuf:"fixed64,3,opt,name=mean_squared_log_error,json=meanSquaredLogError" json:"mean_squared_log_error,omitempty"`
	MedianAbsoluteError *float64 `protobuf:"fixed64,4,opt,name=median_absolute_error,json=medianAbsoluteError" json:"median_absolute_error,omitempty"`
	RSquared            *float64 `protobuf:"fixed64,5,opt,name=r_squared,json=rSquared" json:"r_squared,omitempty"`
	// contains filtered or unexported fields
}

func (*RegressionMetrics) Descriptor deprecated

func (*RegressionMetrics) Descriptor() ([]byte, []int)

Deprecated: Use RegressionMetrics.ProtoReflect.Descriptor instead.

func (*RegressionMetrics) GetMeanAbsoluteError

func (x *RegressionMetrics) GetMeanAbsoluteError() float64

func (*RegressionMetrics) GetMeanSquaredError

func (x *RegressionMetrics) GetMeanSquaredError() float64

func (*RegressionMetrics) GetMeanSquaredLogError

func (x *RegressionMetrics) GetMeanSquaredLogError() float64

func (*RegressionMetrics) GetMedianAbsoluteError

func (x *RegressionMetrics) GetMedianAbsoluteError() float64

func (*RegressionMetrics) GetRSquared

func (x *RegressionMetrics) GetRSquared() float64

func (*RegressionMetrics) ProtoMessage

func (*RegressionMetrics) ProtoMessage()

func (*RegressionMetrics) ProtoReflect

func (x *RegressionMetrics) ProtoReflect() protoreflect.Message

func (*RegressionMetrics) Reset

func (x *RegressionMetrics) Reset()

func (*RegressionMetrics) String

func (x *RegressionMetrics) String() string

type RemoteFunctionOptions

type RemoteFunctionOptions struct {
	Connection         *string           `protobuf:"bytes,1,opt,name=connection" json:"connection,omitempty"`
	Endpoint           *string           `protobuf:"bytes,2,opt,name=endpoint" json:"endpoint,omitempty"`
	MaxBatchingRows    *int64            `protobuf:"varint,3,opt,name=max_batching_rows,json=maxBatchingRows" json:"max_batching_rows,omitempty"`
	UserDefinedContext map[string]string `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoteFunctionOptions) Descriptor deprecated

func (*RemoteFunctionOptions) Descriptor() ([]byte, []int)

Deprecated: Use RemoteFunctionOptions.ProtoReflect.Descriptor instead.

func (*RemoteFunctionOptions) GetConnection

func (x *RemoteFunctionOptions) GetConnection() string

func (*RemoteFunctionOptions) GetEndpoint

func (x *RemoteFunctionOptions) GetEndpoint() string

func (*RemoteFunctionOptions) GetMaxBatchingRows

func (x *RemoteFunctionOptions) GetMaxBatchingRows() int64

func (*RemoteFunctionOptions) GetUserDefinedContext

func (x *RemoteFunctionOptions) GetUserDefinedContext() map[string]string

func (*RemoteFunctionOptions) ProtoMessage

func (*RemoteFunctionOptions) ProtoMessage()

func (*RemoteFunctionOptions) ProtoReflect

func (x *RemoteFunctionOptions) ProtoReflect() protoreflect.Message

func (*RemoteFunctionOptions) Reset

func (x *RemoteFunctionOptions) Reset()

func (*RemoteFunctionOptions) String

func (x *RemoteFunctionOptions) String() string

type RemoteModelInfo

type RemoteModelInfo struct {
	Connection         *string `protobuf:"bytes,1,opt,name=connection" json:"connection,omitempty"`
	Endpoint           *string `protobuf:"bytes,2,opt,name=endpoint" json:"endpoint,omitempty"`
	MaxBatchingRows    *int64  `protobuf:"varint,3,opt,name=max_batching_rows,json=maxBatchingRows" json:"max_batching_rows,omitempty"`
	RemoteModelVersion *string `protobuf:"bytes,4,opt,name=remote_model_version,json=remoteModelVersion" json:"remote_model_version,omitempty"`
	RemoteServiceType  *string `protobuf:"bytes,5,opt,name=remote_service_type,json=remoteServiceType" json:"remote_service_type,omitempty"`
	SpeechRecognizer   *string `protobuf:"bytes,6,opt,name=speech_recognizer,json=speechRecognizer" json:"speech_recognizer,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoteModelInfo) Descriptor deprecated

func (*RemoteModelInfo) Descriptor() ([]byte, []int)

Deprecated: Use RemoteModelInfo.ProtoReflect.Descriptor instead.

func (*RemoteModelInfo) GetConnection

func (x *RemoteModelInfo) GetConnection() string

func (*RemoteModelInfo) GetEndpoint

func (x *RemoteModelInfo) GetEndpoint() string

func (*RemoteModelInfo) GetMaxBatchingRows

func (x *RemoteModelInfo) GetMaxBatchingRows() int64

func (*RemoteModelInfo) GetRemoteModelVersion

func (x *RemoteModelInfo) GetRemoteModelVersion() string

func (*RemoteModelInfo) GetRemoteServiceType

func (x *RemoteModelInfo) GetRemoteServiceType() string

func (*RemoteModelInfo) GetSpeechRecognizer

func (x *RemoteModelInfo) GetSpeechRecognizer() string

func (*RemoteModelInfo) ProtoMessage

func (*RemoteModelInfo) ProtoMessage()

func (*RemoteModelInfo) ProtoReflect

func (x *RemoteModelInfo) ProtoReflect() protoreflect.Message

func (*RemoteModelInfo) Reset

func (x *RemoteModelInfo) Reset()

func (*RemoteModelInfo) String

func (x *RemoteModelInfo) String() string

type Routine

type Routine struct {
	Arguments             []*Argument            `protobuf:"bytes,1,rep,name=arguments" json:"arguments,omitempty"`
	CreationTime          *int64                 `protobuf:"varint,2,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	DataGovernanceType    *string                `protobuf:"bytes,3,opt,name=data_governance_type,json=dataGovernanceType" json:"data_governance_type,omitempty"`
	DefinitionBody        *string                `protobuf:"bytes,4,opt,name=definition_body,json=definitionBody" json:"definition_body,omitempty"`
	Description           *string                `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	DeterminismLevel      *string                `protobuf:"bytes,6,opt,name=determinism_level,json=determinismLevel" json:"determinism_level,omitempty"`
	Etag                  *string                `protobuf:"bytes,7,opt,name=etag" json:"etag,omitempty"`
	ImportedLibraries     []string               `protobuf:"bytes,8,rep,name=imported_libraries,json=importedLibraries" json:"imported_libraries,omitempty"`
	Language              *string                `protobuf:"bytes,9,opt,name=language" json:"language,omitempty"`
	LastModifiedTime      *int64                 `protobuf:"varint,10,opt,name=last_modified_time,json=lastModifiedTime" json:"last_modified_time,omitempty"`
	RemoteFunctionOptions *RemoteFunctionOptions `protobuf:"bytes,11,opt,name=remote_function_options,json=remoteFunctionOptions" json:"remote_function_options,omitempty"`
	ReturnTableType       *StandardSqlTableType  `protobuf:"bytes,12,opt,name=return_table_type,json=returnTableType" json:"return_table_type,omitempty"`
	ReturnType            *StandardSqlDataType   `protobuf:"bytes,13,opt,name=return_type,json=returnType" json:"return_type,omitempty"`
	RoutineReference      *RoutineReference      `protobuf:"bytes,14,opt,name=routine_reference,json=routineReference" json:"routine_reference,omitempty"`
	RoutineType           *string                `protobuf:"bytes,15,opt,name=routine_type,json=routineType" json:"routine_type,omitempty"`
	SecurityMode          *string                `protobuf:"bytes,16,opt,name=security_mode,json=securityMode" json:"security_mode,omitempty"`
	SparkOptions          *SparkOptions          `protobuf:"bytes,17,opt,name=spark_options,json=sparkOptions" json:"spark_options,omitempty"`
	StrictMode            *bool                  `protobuf:"varint,18,opt,name=strict_mode,json=strictMode" json:"strict_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*Routine) Descriptor deprecated

func (*Routine) Descriptor() ([]byte, []int)

Deprecated: Use Routine.ProtoReflect.Descriptor instead.

func (*Routine) GetArguments

func (x *Routine) GetArguments() []*Argument

func (*Routine) GetCreationTime

func (x *Routine) GetCreationTime() int64

func (*Routine) GetDataGovernanceType

func (x *Routine) GetDataGovernanceType() string

func (*Routine) GetDefinitionBody

func (x *Routine) GetDefinitionBody() string

func (*Routine) GetDescription

func (x *Routine) GetDescription() string

func (*Routine) GetDeterminismLevel

func (x *Routine) GetDeterminismLevel() string

func (*Routine) GetEtag

func (x *Routine) GetEtag() string

func (*Routine) GetImportedLibraries

func (x *Routine) GetImportedLibraries() []string

func (*Routine) GetLanguage

func (x *Routine) GetLanguage() string

func (*Routine) GetLastModifiedTime

func (x *Routine) GetLastModifiedTime() int64

func (*Routine) GetRemoteFunctionOptions

func (x *Routine) GetRemoteFunctionOptions() *RemoteFunctionOptions

func (*Routine) GetReturnTableType

func (x *Routine) GetReturnTableType() *StandardSqlTableType

func (*Routine) GetReturnType

func (x *Routine) GetReturnType() *StandardSqlDataType

func (*Routine) GetRoutineReference

func (x *Routine) GetRoutineReference() *RoutineReference

func (*Routine) GetRoutineType

func (x *Routine) GetRoutineType() string

func (*Routine) GetSecurityMode

func (x *Routine) GetSecurityMode() string

func (*Routine) GetSparkOptions

func (x *Routine) GetSparkOptions() *SparkOptions

func (*Routine) GetStrictMode

func (x *Routine) GetStrictMode() bool

func (*Routine) ProtoMessage

func (*Routine) ProtoMessage()

func (*Routine) ProtoReflect

func (x *Routine) ProtoReflect() protoreflect.Message

func (*Routine) Reset

func (x *Routine) Reset()

func (*Routine) String

func (x *Routine) String() string

type RoutineReference

type RoutineReference struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	RoutineId *string `protobuf:"bytes,3,opt,name=routine_id,json=routineId" json:"routine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RoutineReference) Descriptor deprecated

func (*RoutineReference) Descriptor() ([]byte, []int)

Deprecated: Use RoutineReference.ProtoReflect.Descriptor instead.

func (*RoutineReference) GetDatasetId

func (x *RoutineReference) GetDatasetId() string

func (*RoutineReference) GetProjectId

func (x *RoutineReference) GetProjectId() string

func (*RoutineReference) GetRoutineId

func (x *RoutineReference) GetRoutineId() string

func (*RoutineReference) ProtoMessage

func (*RoutineReference) ProtoMessage()

func (*RoutineReference) ProtoReflect

func (x *RoutineReference) ProtoReflect() protoreflect.Message

func (*RoutineReference) Reset

func (x *RoutineReference) Reset()

func (*RoutineReference) String

func (x *RoutineReference) String() string

type RoutinesServerClient

type RoutinesServerClient interface {
	DeleteRoutine(ctx context.Context, in *DeleteRoutineRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetRoutine(ctx context.Context, in *GetRoutineRequest, opts ...grpc.CallOption) (*Routine, error)
	InsertRoutine(ctx context.Context, in *InsertRoutineRequest, opts ...grpc.CallOption) (*Routine, error)
	ListRoutines(ctx context.Context, in *ListRoutinesRequest, opts ...grpc.CallOption) (*ListRoutinesResponse, error)
	UpdateRoutine(ctx context.Context, in *UpdateRoutineRequest, opts ...grpc.CallOption) (*Routine, error)
}

RoutinesServerClient is the client API for RoutinesServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RoutinesServerServer

type RoutinesServerServer interface {
	DeleteRoutine(context.Context, *DeleteRoutineRequest) (*empty.Empty, error)
	GetRoutine(context.Context, *GetRoutineRequest) (*Routine, error)
	InsertRoutine(context.Context, *InsertRoutineRequest) (*Routine, error)
	ListRoutines(context.Context, *ListRoutinesRequest) (*ListRoutinesResponse, error)
	UpdateRoutine(context.Context, *UpdateRoutineRequest) (*Routine, error)
	// contains filtered or unexported methods
}

RoutinesServerServer is the server API for RoutinesServer service. All implementations must embed UnimplementedRoutinesServerServer for forward compatibility

type Row

type Row struct {
	ActualLabel *string  `protobuf:"bytes,1,opt,name=actual_label,json=actualLabel" json:"actual_label,omitempty"`
	Entries     []*Entry `protobuf:"bytes,2,rep,name=entries" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*Row) Descriptor deprecated

func (*Row) Descriptor() ([]byte, []int)

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetActualLabel

func (x *Row) GetActualLabel() string

func (*Row) GetEntries

func (x *Row) GetEntries() []*Entry

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect

func (x *Row) ProtoReflect() protoreflect.Message

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

type RowAccessPoliciesServerClient

type RowAccessPoliciesServerClient interface {
	ListRowAccessPolicies(ctx context.Context, in *ListRowAccessPoliciesRequest, opts ...grpc.CallOption) (*ListRowAccessPoliciesResponse, error)
}

RowAccessPoliciesServerClient is the client API for RowAccessPoliciesServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RowAccessPoliciesServerServer

type RowAccessPoliciesServerServer interface {
	ListRowAccessPolicies(context.Context, *ListRowAccessPoliciesRequest) (*ListRowAccessPoliciesResponse, error)
	// contains filtered or unexported methods
}

RowAccessPoliciesServerServer is the server API for RowAccessPoliciesServer service. All implementations must embed UnimplementedRowAccessPoliciesServerServer for forward compatibility

type RowAccessPolicy

type RowAccessPolicy struct {
	CreationTime             *timestamp.Timestamp      `protobuf:"bytes,1,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	Etag                     *string                   `protobuf:"bytes,2,opt,name=etag" json:"etag,omitempty"`
	FilterPredicate          *string                   `protobuf:"bytes,3,opt,name=filter_predicate,json=filterPredicate" json:"filter_predicate,omitempty"`
	LastModifiedTime         *timestamp.Timestamp      `protobuf:"bytes,4,opt,name=last_modified_time,json=lastModifiedTime" json:"last_modified_time,omitempty"`
	RowAccessPolicyReference *RowAccessPolicyReference `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RowAccessPolicy) Descriptor deprecated

func (*RowAccessPolicy) Descriptor() ([]byte, []int)

Deprecated: Use RowAccessPolicy.ProtoReflect.Descriptor instead.

func (*RowAccessPolicy) GetCreationTime

func (x *RowAccessPolicy) GetCreationTime() *timestamp.Timestamp

func (*RowAccessPolicy) GetEtag

func (x *RowAccessPolicy) GetEtag() string

func (*RowAccessPolicy) GetFilterPredicate

func (x *RowAccessPolicy) GetFilterPredicate() string

func (*RowAccessPolicy) GetLastModifiedTime

func (x *RowAccessPolicy) GetLastModifiedTime() *timestamp.Timestamp

func (*RowAccessPolicy) GetRowAccessPolicyReference

func (x *RowAccessPolicy) GetRowAccessPolicyReference() *RowAccessPolicyReference

func (*RowAccessPolicy) ProtoMessage

func (*RowAccessPolicy) ProtoMessage()

func (*RowAccessPolicy) ProtoReflect

func (x *RowAccessPolicy) ProtoReflect() protoreflect.Message

func (*RowAccessPolicy) Reset

func (x *RowAccessPolicy) Reset()

func (*RowAccessPolicy) String

func (x *RowAccessPolicy) String() string

type RowAccessPolicyReference

type RowAccessPolicyReference struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	PolicyId  *string `protobuf:"bytes,2,opt,name=policy_id,json=policyId" json:"policy_id,omitempty"`
	ProjectId *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string `protobuf:"bytes,4,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RowAccessPolicyReference) Descriptor deprecated

func (*RowAccessPolicyReference) Descriptor() ([]byte, []int)

Deprecated: Use RowAccessPolicyReference.ProtoReflect.Descriptor instead.

func (*RowAccessPolicyReference) GetDatasetId

func (x *RowAccessPolicyReference) GetDatasetId() string

func (*RowAccessPolicyReference) GetPolicyId

func (x *RowAccessPolicyReference) GetPolicyId() string

func (*RowAccessPolicyReference) GetProjectId

func (x *RowAccessPolicyReference) GetProjectId() string

func (*RowAccessPolicyReference) GetTableId

func (x *RowAccessPolicyReference) GetTableId() string

func (*RowAccessPolicyReference) ProtoMessage

func (*RowAccessPolicyReference) ProtoMessage()

func (*RowAccessPolicyReference) ProtoReflect

func (x *RowAccessPolicyReference) ProtoReflect() protoreflect.Message

func (*RowAccessPolicyReference) Reset

func (x *RowAccessPolicyReference) Reset()

func (*RowAccessPolicyReference) String

func (x *RowAccessPolicyReference) String() string

type RowLevelSecurityStatistics

type RowLevelSecurityStatistics struct {
	RowLevelSecurityApplied *bool `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RowLevelSecurityStatistics) Descriptor deprecated

func (*RowLevelSecurityStatistics) Descriptor() ([]byte, []int)

Deprecated: Use RowLevelSecurityStatistics.ProtoReflect.Descriptor instead.

func (*RowLevelSecurityStatistics) GetRowLevelSecurityApplied

func (x *RowLevelSecurityStatistics) GetRowLevelSecurityApplied() bool

func (*RowLevelSecurityStatistics) ProtoMessage

func (*RowLevelSecurityStatistics) ProtoMessage()

func (*RowLevelSecurityStatistics) ProtoReflect

func (*RowLevelSecurityStatistics) Reset

func (x *RowLevelSecurityStatistics) Reset()

func (*RowLevelSecurityStatistics) String

func (x *RowLevelSecurityStatistics) String() string

type ScriptOptions

type ScriptOptions struct {
	KeyResultStatement  *string `protobuf:"bytes,1,opt,name=key_result_statement,json=keyResultStatement" json:"key_result_statement,omitempty"`
	StatementByteBudget *int64  `protobuf:"varint,2,opt,name=statement_byte_budget,json=statementByteBudget" json:"statement_byte_budget,omitempty"`
	StatementTimeoutMs  *int64  `protobuf:"varint,3,opt,name=statement_timeout_ms,json=statementTimeoutMs" json:"statement_timeout_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptOptions) Descriptor deprecated

func (*ScriptOptions) Descriptor() ([]byte, []int)

Deprecated: Use ScriptOptions.ProtoReflect.Descriptor instead.

func (*ScriptOptions) GetKeyResultStatement

func (x *ScriptOptions) GetKeyResultStatement() string

func (*ScriptOptions) GetStatementByteBudget

func (x *ScriptOptions) GetStatementByteBudget() int64

func (*ScriptOptions) GetStatementTimeoutMs

func (x *ScriptOptions) GetStatementTimeoutMs() int64

func (*ScriptOptions) ProtoMessage

func (*ScriptOptions) ProtoMessage()

func (*ScriptOptions) ProtoReflect

func (x *ScriptOptions) ProtoReflect() protoreflect.Message

func (*ScriptOptions) Reset

func (x *ScriptOptions) Reset()

func (*ScriptOptions) String

func (x *ScriptOptions) String() string

type ScriptStackFrame

type ScriptStackFrame struct {
	EndColumn   *int32  `protobuf:"varint,1,opt,name=end_column,json=endColumn" json:"end_column,omitempty"`
	EndLine     *int32  `protobuf:"varint,2,opt,name=end_line,json=endLine" json:"end_line,omitempty"`
	ProcedureId *string `protobuf:"bytes,3,opt,name=procedure_id,json=procedureId" json:"procedure_id,omitempty"`
	StartColumn *int32  `protobuf:"varint,4,opt,name=start_column,json=startColumn" json:"start_column,omitempty"`
	StartLine   *int32  `protobuf:"varint,5,opt,name=start_line,json=startLine" json:"start_line,omitempty"`
	Text        *string `protobuf:"bytes,6,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptStackFrame) Descriptor deprecated

func (*ScriptStackFrame) Descriptor() ([]byte, []int)

Deprecated: Use ScriptStackFrame.ProtoReflect.Descriptor instead.

func (*ScriptStackFrame) GetEndColumn

func (x *ScriptStackFrame) GetEndColumn() int32

func (*ScriptStackFrame) GetEndLine

func (x *ScriptStackFrame) GetEndLine() int32

func (*ScriptStackFrame) GetProcedureId

func (x *ScriptStackFrame) GetProcedureId() string

func (*ScriptStackFrame) GetStartColumn

func (x *ScriptStackFrame) GetStartColumn() int32

func (*ScriptStackFrame) GetStartLine

func (x *ScriptStackFrame) GetStartLine() int32

func (*ScriptStackFrame) GetText

func (x *ScriptStackFrame) GetText() string

func (*ScriptStackFrame) ProtoMessage

func (*ScriptStackFrame) ProtoMessage()

func (*ScriptStackFrame) ProtoReflect

func (x *ScriptStackFrame) ProtoReflect() protoreflect.Message

func (*ScriptStackFrame) Reset

func (x *ScriptStackFrame) Reset()

func (*ScriptStackFrame) String

func (x *ScriptStackFrame) String() string

type ScriptStatistics

type ScriptStatistics struct {
	EvaluationKind *string             `protobuf:"bytes,1,opt,name=evaluation_kind,json=evaluationKind" json:"evaluation_kind,omitempty"`
	StackFrames    []*ScriptStackFrame `protobuf:"bytes,2,rep,name=stack_frames,json=stackFrames" json:"stack_frames,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptStatistics) Descriptor deprecated

func (*ScriptStatistics) Descriptor() ([]byte, []int)

Deprecated: Use ScriptStatistics.ProtoReflect.Descriptor instead.

func (*ScriptStatistics) GetEvaluationKind

func (x *ScriptStatistics) GetEvaluationKind() string

func (*ScriptStatistics) GetStackFrames

func (x *ScriptStatistics) GetStackFrames() []*ScriptStackFrame

func (*ScriptStatistics) ProtoMessage

func (*ScriptStatistics) ProtoMessage()

func (*ScriptStatistics) ProtoReflect

func (x *ScriptStatistics) ProtoReflect() protoreflect.Message

func (*ScriptStatistics) Reset

func (x *ScriptStatistics) Reset()

func (*ScriptStatistics) String

func (x *ScriptStatistics) String() string

type SearchStatistics

type SearchStatistics struct {
	IndexUnusedReasons []*IndexUnusedReason `protobuf:"bytes,1,rep,name=index_unused_reasons,json=indexUnusedReasons" json:"index_unused_reasons,omitempty"`
	IndexUsageMode     *string              `protobuf:"bytes,2,opt,name=index_usage_mode,json=indexUsageMode" json:"index_usage_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchStatistics) Descriptor deprecated

func (*SearchStatistics) Descriptor() ([]byte, []int)

Deprecated: Use SearchStatistics.ProtoReflect.Descriptor instead.

func (*SearchStatistics) GetIndexUnusedReasons

func (x *SearchStatistics) GetIndexUnusedReasons() []*IndexUnusedReason

func (*SearchStatistics) GetIndexUsageMode

func (x *SearchStatistics) GetIndexUsageMode() string

func (*SearchStatistics) ProtoMessage

func (*SearchStatistics) ProtoMessage()

func (*SearchStatistics) ProtoReflect

func (x *SearchStatistics) ProtoReflect() protoreflect.Message

func (*SearchStatistics) Reset

func (x *SearchStatistics) Reset()

func (*SearchStatistics) String

func (x *SearchStatistics) String() string

type SerDeInfo

type SerDeInfo struct {
	Name                 *string           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Parameters           map[string]string `` /* 140-byte string literal not displayed */
	SerializationLibrary *string           `protobuf:"bytes,3,opt,name=serialization_library,json=serializationLibrary" json:"serialization_library,omitempty"`
	// contains filtered or unexported fields
}

func (*SerDeInfo) Descriptor deprecated

func (*SerDeInfo) Descriptor() ([]byte, []int)

Deprecated: Use SerDeInfo.ProtoReflect.Descriptor instead.

func (*SerDeInfo) GetName

func (x *SerDeInfo) GetName() string

func (*SerDeInfo) GetParameters

func (x *SerDeInfo) GetParameters() map[string]string

func (*SerDeInfo) GetSerializationLibrary

func (x *SerDeInfo) GetSerializationLibrary() string

func (*SerDeInfo) ProtoMessage

func (*SerDeInfo) ProtoMessage()

func (*SerDeInfo) ProtoReflect

func (x *SerDeInfo) ProtoReflect() protoreflect.Message

func (*SerDeInfo) Reset

func (x *SerDeInfo) Reset()

func (*SerDeInfo) String

func (x *SerDeInfo) String() string

type SessionInfo

type SessionInfo struct {
	SessionId *string `protobuf:"bytes,1,opt,name=session_id,json=sessionId" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionInfo) Descriptor deprecated

func (*SessionInfo) Descriptor() ([]byte, []int)

Deprecated: Use SessionInfo.ProtoReflect.Descriptor instead.

func (*SessionInfo) GetSessionId

func (x *SessionInfo) GetSessionId() string

func (*SessionInfo) ProtoMessage

func (*SessionInfo) ProtoMessage()

func (*SessionInfo) ProtoReflect

func (x *SessionInfo) ProtoReflect() protoreflect.Message

func (*SessionInfo) Reset

func (x *SessionInfo) Reset()

func (*SessionInfo) String

func (x *SessionInfo) String() string

type SetIamPolicyRequest

type SetIamPolicyRequest struct {
	Policy     *Policy `protobuf:"bytes,1,opt,name=policy" json:"policy,omitempty"`
	UpdateMask *string `protobuf:"bytes,2,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*SetIamPolicyRequest) Descriptor deprecated

func (*SetIamPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyRequest) GetPolicy

func (x *SetIamPolicyRequest) GetPolicy() *Policy

func (*SetIamPolicyRequest) GetUpdateMask

func (x *SetIamPolicyRequest) GetUpdateMask() string

func (*SetIamPolicyRequest) ProtoMessage

func (*SetIamPolicyRequest) ProtoMessage()

func (*SetIamPolicyRequest) ProtoReflect

func (x *SetIamPolicyRequest) ProtoReflect() protoreflect.Message

func (*SetIamPolicyRequest) Reset

func (x *SetIamPolicyRequest) Reset()

func (*SetIamPolicyRequest) String

func (x *SetIamPolicyRequest) String() string

type SkewSource

type SkewSource struct {
	StageId *int64 `protobuf:"varint,1,opt,name=stage_id,json=stageId" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SkewSource) Descriptor deprecated

func (*SkewSource) Descriptor() ([]byte, []int)

Deprecated: Use SkewSource.ProtoReflect.Descriptor instead.

func (*SkewSource) GetStageId

func (x *SkewSource) GetStageId() int64

func (*SkewSource) ProtoMessage

func (*SkewSource) ProtoMessage()

func (*SkewSource) ProtoReflect

func (x *SkewSource) ProtoReflect() protoreflect.Message

func (*SkewSource) Reset

func (x *SkewSource) Reset()

func (*SkewSource) String

func (x *SkewSource) String() string

type SnapshotDefinition

type SnapshotDefinition struct {
	BaseTableReference *TableReference      `protobuf:"bytes,1,opt,name=base_table_reference,json=baseTableReference" json:"base_table_reference,omitempty"`
	SnapshotTime       *timestamp.Timestamp `protobuf:"bytes,2,opt,name=snapshot_time,json=snapshotTime" json:"snapshot_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotDefinition) Descriptor deprecated

func (*SnapshotDefinition) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotDefinition.ProtoReflect.Descriptor instead.

func (*SnapshotDefinition) GetBaseTableReference

func (x *SnapshotDefinition) GetBaseTableReference() *TableReference

func (*SnapshotDefinition) GetSnapshotTime

func (x *SnapshotDefinition) GetSnapshotTime() *timestamp.Timestamp

func (*SnapshotDefinition) ProtoMessage

func (*SnapshotDefinition) ProtoMessage()

func (*SnapshotDefinition) ProtoReflect

func (x *SnapshotDefinition) ProtoReflect() protoreflect.Message

func (*SnapshotDefinition) Reset

func (x *SnapshotDefinition) Reset()

func (*SnapshotDefinition) String

func (x *SnapshotDefinition) String() string

type SparkLoggingInfo

type SparkLoggingInfo struct {
	ProjectId    *string `protobuf:"bytes,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	ResourceType *string `protobuf:"bytes,2,opt,name=resource_type,json=resourceType" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SparkLoggingInfo) Descriptor deprecated

func (*SparkLoggingInfo) Descriptor() ([]byte, []int)

Deprecated: Use SparkLoggingInfo.ProtoReflect.Descriptor instead.

func (*SparkLoggingInfo) GetProjectId

func (x *SparkLoggingInfo) GetProjectId() string

func (*SparkLoggingInfo) GetResourceType

func (x *SparkLoggingInfo) GetResourceType() string

func (*SparkLoggingInfo) ProtoMessage

func (*SparkLoggingInfo) ProtoMessage()

func (*SparkLoggingInfo) ProtoReflect

func (x *SparkLoggingInfo) ProtoReflect() protoreflect.Message

func (*SparkLoggingInfo) Reset

func (x *SparkLoggingInfo) Reset()

func (*SparkLoggingInfo) String

func (x *SparkLoggingInfo) String() string

type SparkOptions

type SparkOptions struct {
	ArchiveUris    []string          `protobuf:"bytes,1,rep,name=archive_uris,json=archiveUris" json:"archive_uris,omitempty"`
	Connection     *string           `protobuf:"bytes,2,opt,name=connection" json:"connection,omitempty"`
	ContainerImage *string           `protobuf:"bytes,3,opt,name=container_image,json=containerImage" json:"container_image,omitempty"`
	FileUris       []string          `protobuf:"bytes,4,rep,name=file_uris,json=fileUris" json:"file_uris,omitempty"`
	JarUris        []string          `protobuf:"bytes,5,rep,name=jar_uris,json=jarUris" json:"jar_uris,omitempty"`
	MainClass      *string           `protobuf:"bytes,6,opt,name=main_class,json=mainClass" json:"main_class,omitempty"`
	MainFileUri    *string           `protobuf:"bytes,7,opt,name=main_file_uri,json=mainFileUri" json:"main_file_uri,omitempty"`
	Properties     map[string]string `` /* 140-byte string literal not displayed */
	PyFileUris     []string          `protobuf:"bytes,9,rep,name=py_file_uris,json=pyFileUris" json:"py_file_uris,omitempty"`
	RuntimeVersion *string           `protobuf:"bytes,10,opt,name=runtime_version,json=runtimeVersion" json:"runtime_version,omitempty"`
	// contains filtered or unexported fields
}

func (*SparkOptions) Descriptor deprecated

func (*SparkOptions) Descriptor() ([]byte, []int)

Deprecated: Use SparkOptions.ProtoReflect.Descriptor instead.

func (*SparkOptions) GetArchiveUris

func (x *SparkOptions) GetArchiveUris() []string

func (*SparkOptions) GetConnection

func (x *SparkOptions) GetConnection() string

func (*SparkOptions) GetContainerImage

func (x *SparkOptions) GetContainerImage() string

func (*SparkOptions) GetFileUris

func (x *SparkOptions) GetFileUris() []string

func (*SparkOptions) GetJarUris

func (x *SparkOptions) GetJarUris() []string

func (*SparkOptions) GetMainClass

func (x *SparkOptions) GetMainClass() string

func (*SparkOptions) GetMainFileUri

func (x *SparkOptions) GetMainFileUri() string

func (*SparkOptions) GetProperties

func (x *SparkOptions) GetProperties() map[string]string

func (*SparkOptions) GetPyFileUris

func (x *SparkOptions) GetPyFileUris() []string

func (*SparkOptions) GetRuntimeVersion

func (x *SparkOptions) GetRuntimeVersion() string

func (*SparkOptions) ProtoMessage

func (*SparkOptions) ProtoMessage()

func (*SparkOptions) ProtoReflect

func (x *SparkOptions) ProtoReflect() protoreflect.Message

func (*SparkOptions) Reset

func (x *SparkOptions) Reset()

func (*SparkOptions) String

func (x *SparkOptions) String() string

type SparkStatistics

type SparkStatistics struct {
	Endpoints        map[string]string `` /* 138-byte string literal not displayed */
	GcsStagingBucket *string           `protobuf:"bytes,2,opt,name=gcs_staging_bucket,json=gcsStagingBucket" json:"gcs_staging_bucket,omitempty"`
	KmsKeyName       *string           `protobuf:"bytes,3,opt,name=kms_key_name,json=kmsKeyName" json:"kms_key_name,omitempty"`
	LoggingInfo      *SparkLoggingInfo `protobuf:"bytes,4,opt,name=logging_info,json=loggingInfo" json:"logging_info,omitempty"`
	SparkJobId       *string           `protobuf:"bytes,5,opt,name=spark_job_id,json=sparkJobId" json:"spark_job_id,omitempty"`
	SparkJobLocation *string           `protobuf:"bytes,6,opt,name=spark_job_location,json=sparkJobLocation" json:"spark_job_location,omitempty"`
	// contains filtered or unexported fields
}

func (*SparkStatistics) Descriptor deprecated

func (*SparkStatistics) Descriptor() ([]byte, []int)

Deprecated: Use SparkStatistics.ProtoReflect.Descriptor instead.

func (*SparkStatistics) GetEndpoints

func (x *SparkStatistics) GetEndpoints() map[string]string

func (*SparkStatistics) GetGcsStagingBucket

func (x *SparkStatistics) GetGcsStagingBucket() string

func (*SparkStatistics) GetKmsKeyName

func (x *SparkStatistics) GetKmsKeyName() string

func (*SparkStatistics) GetLoggingInfo

func (x *SparkStatistics) GetLoggingInfo() *SparkLoggingInfo

func (*SparkStatistics) GetSparkJobId

func (x *SparkStatistics) GetSparkJobId() string

func (*SparkStatistics) GetSparkJobLocation

func (x *SparkStatistics) GetSparkJobLocation() string

func (*SparkStatistics) ProtoMessage

func (*SparkStatistics) ProtoMessage()

func (*SparkStatistics) ProtoReflect

func (x *SparkStatistics) ProtoReflect() protoreflect.Message

func (*SparkStatistics) Reset

func (x *SparkStatistics) Reset()

func (*SparkStatistics) String

func (x *SparkStatistics) String() string

type StagePerformanceChangeInsight

type StagePerformanceChangeInsight struct {
	InputDataChange *InputDataChange `protobuf:"bytes,1,opt,name=input_data_change,json=inputDataChange" json:"input_data_change,omitempty"`
	StageId         *int64           `protobuf:"varint,2,opt,name=stage_id,json=stageId" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StagePerformanceChangeInsight) Descriptor deprecated

func (*StagePerformanceChangeInsight) Descriptor() ([]byte, []int)

Deprecated: Use StagePerformanceChangeInsight.ProtoReflect.Descriptor instead.

func (*StagePerformanceChangeInsight) GetInputDataChange

func (x *StagePerformanceChangeInsight) GetInputDataChange() *InputDataChange

func (*StagePerformanceChangeInsight) GetStageId

func (x *StagePerformanceChangeInsight) GetStageId() int64

func (*StagePerformanceChangeInsight) ProtoMessage

func (*StagePerformanceChangeInsight) ProtoMessage()

func (*StagePerformanceChangeInsight) ProtoReflect

func (*StagePerformanceChangeInsight) Reset

func (x *StagePerformanceChangeInsight) Reset()

func (*StagePerformanceChangeInsight) String

type StagePerformanceStandaloneInsight

type StagePerformanceStandaloneInsight struct {
	BiEngineReasons          []*BiEngineReason      `protobuf:"bytes,1,rep,name=bi_engine_reasons,json=biEngineReasons" json:"bi_engine_reasons,omitempty"`
	HighCardinalityJoins     []*HighCardinalityJoin `protobuf:"bytes,2,rep,name=high_cardinality_joins,json=highCardinalityJoins" json:"high_cardinality_joins,omitempty"`
	InsufficientShuffleQuota *bool                  `` /* 129-byte string literal not displayed */
	PartitionSkew            *PartitionSkew         `protobuf:"bytes,4,opt,name=partition_skew,json=partitionSkew" json:"partition_skew,omitempty"`
	SlotContention           *bool                  `protobuf:"varint,5,opt,name=slot_contention,json=slotContention" json:"slot_contention,omitempty"`
	StageId                  *int64                 `protobuf:"varint,6,opt,name=stage_id,json=stageId" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StagePerformanceStandaloneInsight) Descriptor deprecated

func (*StagePerformanceStandaloneInsight) Descriptor() ([]byte, []int)

Deprecated: Use StagePerformanceStandaloneInsight.ProtoReflect.Descriptor instead.

func (*StagePerformanceStandaloneInsight) GetBiEngineReasons

func (x *StagePerformanceStandaloneInsight) GetBiEngineReasons() []*BiEngineReason

func (*StagePerformanceStandaloneInsight) GetHighCardinalityJoins

func (x *StagePerformanceStandaloneInsight) GetHighCardinalityJoins() []*HighCardinalityJoin

func (*StagePerformanceStandaloneInsight) GetInsufficientShuffleQuota

func (x *StagePerformanceStandaloneInsight) GetInsufficientShuffleQuota() bool

func (*StagePerformanceStandaloneInsight) GetPartitionSkew

func (x *StagePerformanceStandaloneInsight) GetPartitionSkew() *PartitionSkew

func (*StagePerformanceStandaloneInsight) GetSlotContention

func (x *StagePerformanceStandaloneInsight) GetSlotContention() bool

func (*StagePerformanceStandaloneInsight) GetStageId

func (x *StagePerformanceStandaloneInsight) GetStageId() int64

func (*StagePerformanceStandaloneInsight) ProtoMessage

func (*StagePerformanceStandaloneInsight) ProtoMessage()

func (*StagePerformanceStandaloneInsight) ProtoReflect

func (*StagePerformanceStandaloneInsight) Reset

func (*StagePerformanceStandaloneInsight) String

type StandardSqlDataType

type StandardSqlDataType struct {
	ArrayElementType *StandardSqlDataType   `protobuf:"bytes,1,opt,name=array_element_type,json=arrayElementType" json:"array_element_type,omitempty"`
	RangeElementType *StandardSqlDataType   `protobuf:"bytes,2,opt,name=range_element_type,json=rangeElementType" json:"range_element_type,omitempty"`
	StructType       *StandardSqlStructType `protobuf:"bytes,3,opt,name=struct_type,json=structType" json:"struct_type,omitempty"`
	TypeKind         *string                `protobuf:"bytes,4,opt,name=type_kind,json=typeKind" json:"type_kind,omitempty"`
	// contains filtered or unexported fields
}

func (*StandardSqlDataType) Descriptor deprecated

func (*StandardSqlDataType) Descriptor() ([]byte, []int)

Deprecated: Use StandardSqlDataType.ProtoReflect.Descriptor instead.

func (*StandardSqlDataType) GetArrayElementType

func (x *StandardSqlDataType) GetArrayElementType() *StandardSqlDataType

func (*StandardSqlDataType) GetRangeElementType

func (x *StandardSqlDataType) GetRangeElementType() *StandardSqlDataType

func (*StandardSqlDataType) GetStructType

func (x *StandardSqlDataType) GetStructType() *StandardSqlStructType

func (*StandardSqlDataType) GetTypeKind

func (x *StandardSqlDataType) GetTypeKind() string

func (*StandardSqlDataType) ProtoMessage

func (*StandardSqlDataType) ProtoMessage()

func (*StandardSqlDataType) ProtoReflect

func (x *StandardSqlDataType) ProtoReflect() protoreflect.Message

func (*StandardSqlDataType) Reset

func (x *StandardSqlDataType) Reset()

func (*StandardSqlDataType) String

func (x *StandardSqlDataType) String() string

type StandardSqlField

type StandardSqlField struct {
	Name *string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type *StandardSqlDataType `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*StandardSqlField) Descriptor deprecated

func (*StandardSqlField) Descriptor() ([]byte, []int)

Deprecated: Use StandardSqlField.ProtoReflect.Descriptor instead.

func (*StandardSqlField) GetName

func (x *StandardSqlField) GetName() string

func (*StandardSqlField) GetType

func (x *StandardSqlField) GetType() *StandardSqlDataType

func (*StandardSqlField) ProtoMessage

func (*StandardSqlField) ProtoMessage()

func (*StandardSqlField) ProtoReflect

func (x *StandardSqlField) ProtoReflect() protoreflect.Message

func (*StandardSqlField) Reset

func (x *StandardSqlField) Reset()

func (*StandardSqlField) String

func (x *StandardSqlField) String() string

type StandardSqlStructType

type StandardSqlStructType struct {
	Fields []*StandardSqlField `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*StandardSqlStructType) Descriptor deprecated

func (*StandardSqlStructType) Descriptor() ([]byte, []int)

Deprecated: Use StandardSqlStructType.ProtoReflect.Descriptor instead.

func (*StandardSqlStructType) GetFields

func (x *StandardSqlStructType) GetFields() []*StandardSqlField

func (*StandardSqlStructType) ProtoMessage

func (*StandardSqlStructType) ProtoMessage()

func (*StandardSqlStructType) ProtoReflect

func (x *StandardSqlStructType) ProtoReflect() protoreflect.Message

func (*StandardSqlStructType) Reset

func (x *StandardSqlStructType) Reset()

func (*StandardSqlStructType) String

func (x *StandardSqlStructType) String() string

type StandardSqlTableType

type StandardSqlTableType struct {
	Columns []*StandardSqlField `protobuf:"bytes,1,rep,name=columns" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*StandardSqlTableType) Descriptor deprecated

func (*StandardSqlTableType) Descriptor() ([]byte, []int)

Deprecated: Use StandardSqlTableType.ProtoReflect.Descriptor instead.

func (*StandardSqlTableType) GetColumns

func (x *StandardSqlTableType) GetColumns() []*StandardSqlField

func (*StandardSqlTableType) ProtoMessage

func (*StandardSqlTableType) ProtoMessage()

func (*StandardSqlTableType) ProtoReflect

func (x *StandardSqlTableType) ProtoReflect() protoreflect.Message

func (*StandardSqlTableType) Reset

func (x *StandardSqlTableType) Reset()

func (*StandardSqlTableType) String

func (x *StandardSqlTableType) String() string

type StorageDescriptor

type StorageDescriptor struct {
	InputFormat  *string    `protobuf:"bytes,1,opt,name=input_format,json=inputFormat" json:"input_format,omitempty"`
	LocationUri  *string    `protobuf:"bytes,2,opt,name=location_uri,json=locationUri" json:"location_uri,omitempty"`
	OutputFormat *string    `protobuf:"bytes,3,opt,name=output_format,json=outputFormat" json:"output_format,omitempty"`
	SerdeInfo    *SerDeInfo `protobuf:"bytes,4,opt,name=serde_info,json=serdeInfo" json:"serde_info,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageDescriptor) Descriptor deprecated

func (*StorageDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use StorageDescriptor.ProtoReflect.Descriptor instead.

func (*StorageDescriptor) GetInputFormat

func (x *StorageDescriptor) GetInputFormat() string

func (*StorageDescriptor) GetLocationUri

func (x *StorageDescriptor) GetLocationUri() string

func (*StorageDescriptor) GetOutputFormat

func (x *StorageDescriptor) GetOutputFormat() string

func (*StorageDescriptor) GetSerdeInfo

func (x *StorageDescriptor) GetSerdeInfo() *SerDeInfo

func (*StorageDescriptor) ProtoMessage

func (*StorageDescriptor) ProtoMessage()

func (*StorageDescriptor) ProtoReflect

func (x *StorageDescriptor) ProtoReflect() protoreflect.Message

func (*StorageDescriptor) Reset

func (x *StorageDescriptor) Reset()

func (*StorageDescriptor) String

func (x *StorageDescriptor) String() string

type Streamingbuffer

type Streamingbuffer struct {
	EstimatedBytes  *uint64 `protobuf:"varint,1,opt,name=estimated_bytes,json=estimatedBytes" json:"estimated_bytes,omitempty"`
	EstimatedRows   *uint64 `protobuf:"varint,2,opt,name=estimated_rows,json=estimatedRows" json:"estimated_rows,omitempty"`
	OldestEntryTime *uint64 `protobuf:"varint,3,opt,name=oldest_entry_time,json=oldestEntryTime" json:"oldest_entry_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Streamingbuffer) Descriptor deprecated

func (*Streamingbuffer) Descriptor() ([]byte, []int)

Deprecated: Use Streamingbuffer.ProtoReflect.Descriptor instead.

func (*Streamingbuffer) GetEstimatedBytes

func (x *Streamingbuffer) GetEstimatedBytes() uint64

func (*Streamingbuffer) GetEstimatedRows

func (x *Streamingbuffer) GetEstimatedRows() uint64

func (*Streamingbuffer) GetOldestEntryTime

func (x *Streamingbuffer) GetOldestEntryTime() uint64

func (*Streamingbuffer) ProtoMessage

func (*Streamingbuffer) ProtoMessage()

func (*Streamingbuffer) ProtoReflect

func (x *Streamingbuffer) ProtoReflect() protoreflect.Message

func (*Streamingbuffer) Reset

func (x *Streamingbuffer) Reset()

func (*Streamingbuffer) String

func (x *Streamingbuffer) String() string

type StringHparamSearchSpace

type StringHparamSearchSpace struct {
	Candidates []string `protobuf:"bytes,1,rep,name=candidates" json:"candidates,omitempty"`
	// contains filtered or unexported fields
}

func (*StringHparamSearchSpace) Descriptor deprecated

func (*StringHparamSearchSpace) Descriptor() ([]byte, []int)

Deprecated: Use StringHparamSearchSpace.ProtoReflect.Descriptor instead.

func (*StringHparamSearchSpace) GetCandidates

func (x *StringHparamSearchSpace) GetCandidates() []string

func (*StringHparamSearchSpace) ProtoMessage

func (*StringHparamSearchSpace) ProtoMessage()

func (*StringHparamSearchSpace) ProtoReflect

func (x *StringHparamSearchSpace) ProtoReflect() protoreflect.Message

func (*StringHparamSearchSpace) Reset

func (x *StringHparamSearchSpace) Reset()

func (*StringHparamSearchSpace) String

func (x *StringHparamSearchSpace) String() string

type SystemVariables

type SystemVariables struct {
	Types  map[string]*StandardSqlDataType `` /* 130-byte string literal not displayed */
	Values map[string]*any1.Any            `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SystemVariables) Descriptor deprecated

func (*SystemVariables) Descriptor() ([]byte, []int)

Deprecated: Use SystemVariables.ProtoReflect.Descriptor instead.

func (*SystemVariables) GetTypes

func (x *SystemVariables) GetTypes() map[string]*StandardSqlDataType

func (*SystemVariables) GetValues

func (x *SystemVariables) GetValues() map[string]*any1.Any

func (*SystemVariables) ProtoMessage

func (*SystemVariables) ProtoMessage()

func (*SystemVariables) ProtoReflect

func (x *SystemVariables) ProtoReflect() protoreflect.Message

func (*SystemVariables) Reset

func (x *SystemVariables) Reset()

func (*SystemVariables) String

func (x *SystemVariables) String() string

type Table

type Table struct {
	BiglakeConfiguration        *BigLakeConfiguration        `protobuf:"bytes,1,opt,name=biglake_configuration,json=biglakeConfiguration" json:"biglake_configuration,omitempty"`
	CloneDefinition             *CloneDefinition             `protobuf:"bytes,2,opt,name=clone_definition,json=cloneDefinition" json:"clone_definition,omitempty"`
	Clustering                  *Clustering                  `protobuf:"bytes,3,opt,name=clustering" json:"clustering,omitempty"`
	CreationTime                *int64                       `protobuf:"varint,4,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	DefaultCollation            *string                      `protobuf:"bytes,5,opt,name=default_collation,json=defaultCollation" json:"default_collation,omitempty"`
	DefaultRoundingMode         *string                      `protobuf:"bytes,6,opt,name=default_rounding_mode,json=defaultRoundingMode" json:"default_rounding_mode,omitempty"`
	Description                 *string                      `protobuf:"bytes,7,opt,name=description" json:"description,omitempty"`
	EncryptionConfiguration     *EncryptionConfiguration     `protobuf:"bytes,8,opt,name=encryption_configuration,json=encryptionConfiguration" json:"encryption_configuration,omitempty"`
	Etag                        *string                      `protobuf:"bytes,9,opt,name=etag" json:"etag,omitempty"`
	ExpirationTime              *int64                       `protobuf:"varint,10,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	ExternalCatalogTableOptions *ExternalCatalogTableOptions `` /* 140-byte string literal not displayed */
	ExternalDataConfiguration   *ExternalDataConfiguration   `` /* 132-byte string literal not displayed */
	FriendlyName                *string                      `protobuf:"bytes,13,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Id                          *string                      `protobuf:"bytes,14,opt,name=id" json:"id,omitempty"`
	Kind                        *string                      `protobuf:"bytes,15,opt,name=kind" json:"kind,omitempty"`
	Labels                      map[string]string            `` /* 133-byte string literal not displayed */
	LastModifiedTime            *uint64                      `protobuf:"varint,17,opt,name=last_modified_time,json=lastModifiedTime" json:"last_modified_time,omitempty"`
	Location                    *string                      `protobuf:"bytes,18,opt,name=location" json:"location,omitempty"`
	MaterializedView            *MaterializedViewDefinition  `protobuf:"bytes,19,opt,name=materialized_view,json=materializedView" json:"materialized_view,omitempty"`
	MaterializedViewStatus      *MaterializedViewStatus      `protobuf:"bytes,20,opt,name=materialized_view_status,json=materializedViewStatus" json:"materialized_view_status,omitempty"`
	MaxStaleness                *string                      `protobuf:"bytes,21,opt,name=max_staleness,json=maxStaleness" json:"max_staleness,omitempty"`
	Model                       *ModelDefinition             `protobuf:"bytes,22,opt,name=model" json:"model,omitempty"`
	NumActiveLogicalBytes       *int64                       `protobuf:"varint,23,opt,name=num_active_logical_bytes,json=numActiveLogicalBytes" json:"num_active_logical_bytes,omitempty"`
	NumActivePhysicalBytes      *int64                       `` /* 126-byte string literal not displayed */
	NumBytes                    *int64                       `protobuf:"varint,25,opt,name=num_bytes,json=numBytes" json:"num_bytes,omitempty"`
	NumLongTermBytes            *int64                       `protobuf:"varint,26,opt,name=num_long_term_bytes,json=numLongTermBytes" json:"num_long_term_bytes,omitempty"`
	NumLongTermLogicalBytes     *int64                       `` /* 131-byte string literal not displayed */
	NumLongTermPhysicalBytes    *int64                       `` /* 134-byte string literal not displayed */
	NumPartitions               *int64                       `protobuf:"varint,29,opt,name=num_partitions,json=numPartitions" json:"num_partitions,omitempty"`
	NumPhysicalBytes            *int64                       `protobuf:"varint,30,opt,name=num_physical_bytes,json=numPhysicalBytes" json:"num_physical_bytes,omitempty"`
	NumRows                     *uint64                      `protobuf:"varint,31,opt,name=num_rows,json=numRows" json:"num_rows,omitempty"`
	NumTimeTravelPhysicalBytes  *int64                       `` /* 140-byte string literal not displayed */
	NumTotalLogicalBytes        *int64                       `protobuf:"varint,33,opt,name=num_total_logical_bytes,json=numTotalLogicalBytes" json:"num_total_logical_bytes,omitempty"`
	NumTotalPhysicalBytes       *int64                       `protobuf:"varint,34,opt,name=num_total_physical_bytes,json=numTotalPhysicalBytes" json:"num_total_physical_bytes,omitempty"`
	PartitionDefinition         *PartitioningDefinition      `protobuf:"bytes,35,opt,name=partition_definition,json=partitionDefinition" json:"partition_definition,omitempty"`
	RangePartitioning           *RangePartitioning           `protobuf:"bytes,36,opt,name=range_partitioning,json=rangePartitioning" json:"range_partitioning,omitempty"`
	Replicas                    []*TableReference            `protobuf:"bytes,37,rep,name=replicas" json:"replicas,omitempty"`
	RequirePartitionFilter      *bool                        `protobuf:"varint,38,opt,name=require_partition_filter,json=requirePartitionFilter" json:"require_partition_filter,omitempty"`
	ResourceTags                map[string]string            `` /* 165-byte string literal not displayed */
	Schema                      *TableSchema                 `protobuf:"bytes,40,opt,name=schema" json:"schema,omitempty"`
	SelfLink                    *string                      `protobuf:"bytes,41,opt,name=self_link,json=selfLink" json:"self_link,omitempty"`
	SnapshotDefinition          *SnapshotDefinition          `protobuf:"bytes,42,opt,name=snapshot_definition,json=snapshotDefinition" json:"snapshot_definition,omitempty"`
	StreamingBuffer             *Streamingbuffer             `protobuf:"bytes,43,opt,name=streaming_buffer,json=streamingBuffer" json:"streaming_buffer,omitempty"`
	TableConstraints            *TableConstraints            `protobuf:"bytes,44,opt,name=table_constraints,json=tableConstraints" json:"table_constraints,omitempty"`
	TableReference              *TableReference              `protobuf:"bytes,45,opt,name=table_reference,json=tableReference" json:"table_reference,omitempty"`
	TableReplicationInfo        *TableReplicationInfo        `protobuf:"bytes,46,opt,name=table_replication_info,json=tableReplicationInfo" json:"table_replication_info,omitempty"`
	TimePartitioning            *TimePartitioning            `protobuf:"bytes,47,opt,name=time_partitioning,json=timePartitioning" json:"time_partitioning,omitempty"`
	Type                        *string                      `protobuf:"bytes,48,opt,name=type" json:"type,omitempty"`
	View                        *ViewDefinition              `protobuf:"bytes,49,opt,name=view" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*Table) Descriptor deprecated

func (*Table) Descriptor() ([]byte, []int)

Deprecated: Use Table.ProtoReflect.Descriptor instead.

func (*Table) GetBiglakeConfiguration

func (x *Table) GetBiglakeConfiguration() *BigLakeConfiguration

func (*Table) GetCloneDefinition

func (x *Table) GetCloneDefinition() *CloneDefinition

func (*Table) GetClustering

func (x *Table) GetClustering() *Clustering

func (*Table) GetCreationTime

func (x *Table) GetCreationTime() int64

func (*Table) GetDefaultCollation

func (x *Table) GetDefaultCollation() string

func (*Table) GetDefaultRoundingMode

func (x *Table) GetDefaultRoundingMode() string

func (*Table) GetDescription

func (x *Table) GetDescription() string

func (*Table) GetEncryptionConfiguration

func (x *Table) GetEncryptionConfiguration() *EncryptionConfiguration

func (*Table) GetEtag

func (x *Table) GetEtag() string

func (*Table) GetExpirationTime

func (x *Table) GetExpirationTime() int64

func (*Table) GetExternalCatalogTableOptions

func (x *Table) GetExternalCatalogTableOptions() *ExternalCatalogTableOptions

func (*Table) GetExternalDataConfiguration

func (x *Table) GetExternalDataConfiguration() *ExternalDataConfiguration

func (*Table) GetFriendlyName

func (x *Table) GetFriendlyName() string

func (*Table) GetId

func (x *Table) GetId() string

func (*Table) GetKind

func (x *Table) GetKind() string

func (*Table) GetLabels

func (x *Table) GetLabels() map[string]string

func (*Table) GetLastModifiedTime

func (x *Table) GetLastModifiedTime() uint64

func (*Table) GetLocation

func (x *Table) GetLocation() string

func (*Table) GetMaterializedView

func (x *Table) GetMaterializedView() *MaterializedViewDefinition

func (*Table) GetMaterializedViewStatus

func (x *Table) GetMaterializedViewStatus() *MaterializedViewStatus

func (*Table) GetMaxStaleness

func (x *Table) GetMaxStaleness() string

func (*Table) GetModel

func (x *Table) GetModel() *ModelDefinition

func (*Table) GetNumActiveLogicalBytes

func (x *Table) GetNumActiveLogicalBytes() int64

func (*Table) GetNumActivePhysicalBytes

func (x *Table) GetNumActivePhysicalBytes() int64

func (*Table) GetNumBytes

func (x *Table) GetNumBytes() int64

func (*Table) GetNumLongTermBytes

func (x *Table) GetNumLongTermBytes() int64

func (*Table) GetNumLongTermLogicalBytes

func (x *Table) GetNumLongTermLogicalBytes() int64

func (*Table) GetNumLongTermPhysicalBytes

func (x *Table) GetNumLongTermPhysicalBytes() int64

func (*Table) GetNumPartitions

func (x *Table) GetNumPartitions() int64

func (*Table) GetNumPhysicalBytes

func (x *Table) GetNumPhysicalBytes() int64

func (*Table) GetNumRows

func (x *Table) GetNumRows() uint64

func (*Table) GetNumTimeTravelPhysicalBytes

func (x *Table) GetNumTimeTravelPhysicalBytes() int64

func (*Table) GetNumTotalLogicalBytes

func (x *Table) GetNumTotalLogicalBytes() int64

func (*Table) GetNumTotalPhysicalBytes

func (x *Table) GetNumTotalPhysicalBytes() int64

func (*Table) GetPartitionDefinition

func (x *Table) GetPartitionDefinition() *PartitioningDefinition

func (*Table) GetRangePartitioning

func (x *Table) GetRangePartitioning() *RangePartitioning

func (*Table) GetReplicas

func (x *Table) GetReplicas() []*TableReference

func (*Table) GetRequirePartitionFilter

func (x *Table) GetRequirePartitionFilter() bool

func (*Table) GetResourceTags

func (x *Table) GetResourceTags() map[string]string

func (*Table) GetSchema

func (x *Table) GetSchema() *TableSchema
func (x *Table) GetSelfLink() string

func (*Table) GetSnapshotDefinition

func (x *Table) GetSnapshotDefinition() *SnapshotDefinition

func (*Table) GetStreamingBuffer

func (x *Table) GetStreamingBuffer() *Streamingbuffer

func (*Table) GetTableConstraints

func (x *Table) GetTableConstraints() *TableConstraints

func (*Table) GetTableReference

func (x *Table) GetTableReference() *TableReference

func (*Table) GetTableReplicationInfo

func (x *Table) GetTableReplicationInfo() *TableReplicationInfo

func (*Table) GetTimePartitioning

func (x *Table) GetTimePartitioning() *TimePartitioning

func (*Table) GetType

func (x *Table) GetType() string

func (*Table) GetView

func (x *Table) GetView() *ViewDefinition

func (*Table) ProtoMessage

func (*Table) ProtoMessage()

func (*Table) ProtoReflect

func (x *Table) ProtoReflect() protoreflect.Message

func (*Table) Reset

func (x *Table) Reset()

func (*Table) String

func (x *Table) String() string

type TableCell

type TableCell struct {
	V *any1.Any `protobuf:"bytes,1,opt,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*TableCell) Descriptor deprecated

func (*TableCell) Descriptor() ([]byte, []int)

Deprecated: Use TableCell.ProtoReflect.Descriptor instead.

func (*TableCell) GetV

func (x *TableCell) GetV() *any1.Any

func (*TableCell) ProtoMessage

func (*TableCell) ProtoMessage()

func (*TableCell) ProtoReflect

func (x *TableCell) ProtoReflect() protoreflect.Message

func (*TableCell) Reset

func (x *TableCell) Reset()

func (*TableCell) String

func (x *TableCell) String() string

type TableConstraints

type TableConstraints struct {
	ForeignKeys []*TableConstraintsForeignKeys `protobuf:"bytes,1,rep,name=foreign_keys,json=foreignKeys" json:"foreign_keys,omitempty"`
	PrimaryKey  *TableConstraintsPrimaryKey    `protobuf:"bytes,2,opt,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	// contains filtered or unexported fields
}

func (*TableConstraints) Descriptor deprecated

func (*TableConstraints) Descriptor() ([]byte, []int)

Deprecated: Use TableConstraints.ProtoReflect.Descriptor instead.

func (*TableConstraints) GetForeignKeys

func (x *TableConstraints) GetForeignKeys() []*TableConstraintsForeignKeys

func (*TableConstraints) GetPrimaryKey

func (x *TableConstraints) GetPrimaryKey() *TableConstraintsPrimaryKey

func (*TableConstraints) ProtoMessage

func (*TableConstraints) ProtoMessage()

func (*TableConstraints) ProtoReflect

func (x *TableConstraints) ProtoReflect() protoreflect.Message

func (*TableConstraints) Reset

func (x *TableConstraints) Reset()

func (*TableConstraints) String

func (x *TableConstraints) String() string

type TableConstraintsForeignKeys

type TableConstraintsForeignKeys struct {
	ColumnReferences []*ColumnReferences `protobuf:"bytes,1,rep,name=column_references,json=columnReferences" json:"column_references,omitempty"`
	Name             *string             `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	ReferencedTable  *ReferencedTable    `protobuf:"bytes,3,opt,name=referenced_table,json=referencedTable" json:"referenced_table,omitempty"`
	// contains filtered or unexported fields
}

func (*TableConstraintsForeignKeys) Descriptor deprecated

func (*TableConstraintsForeignKeys) Descriptor() ([]byte, []int)

Deprecated: Use TableConstraintsForeignKeys.ProtoReflect.Descriptor instead.

func (*TableConstraintsForeignKeys) GetColumnReferences

func (x *TableConstraintsForeignKeys) GetColumnReferences() []*ColumnReferences

func (*TableConstraintsForeignKeys) GetName

func (x *TableConstraintsForeignKeys) GetName() string

func (*TableConstraintsForeignKeys) GetReferencedTable

func (x *TableConstraintsForeignKeys) GetReferencedTable() *ReferencedTable

func (*TableConstraintsForeignKeys) ProtoMessage

func (*TableConstraintsForeignKeys) ProtoMessage()

func (*TableConstraintsForeignKeys) ProtoReflect

func (*TableConstraintsForeignKeys) Reset

func (x *TableConstraintsForeignKeys) Reset()

func (*TableConstraintsForeignKeys) String

func (x *TableConstraintsForeignKeys) String() string

type TableConstraintsPrimaryKey

type TableConstraintsPrimaryKey struct {
	Columns []string `protobuf:"bytes,1,rep,name=columns" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*TableConstraintsPrimaryKey) Descriptor deprecated

func (*TableConstraintsPrimaryKey) Descriptor() ([]byte, []int)

Deprecated: Use TableConstraintsPrimaryKey.ProtoReflect.Descriptor instead.

func (*TableConstraintsPrimaryKey) GetColumns

func (x *TableConstraintsPrimaryKey) GetColumns() []string

func (*TableConstraintsPrimaryKey) ProtoMessage

func (*TableConstraintsPrimaryKey) ProtoMessage()

func (*TableConstraintsPrimaryKey) ProtoReflect

func (*TableConstraintsPrimaryKey) Reset

func (x *TableConstraintsPrimaryKey) Reset()

func (*TableConstraintsPrimaryKey) String

func (x *TableConstraintsPrimaryKey) String() string

type TableDataInsertAllRequest

type TableDataInsertAllRequest struct {
	IgnoreUnknownValues *bool                            `protobuf:"varint,1,opt,name=ignore_unknown_values,json=ignoreUnknownValues" json:"ignore_unknown_values,omitempty"`
	Kind                *string                          `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	Rows                []*TableDataInsertAllRequestRows `protobuf:"bytes,3,rep,name=rows" json:"rows,omitempty"`
	SkipInvalidRows     *bool                            `protobuf:"varint,4,opt,name=skip_invalid_rows,json=skipInvalidRows" json:"skip_invalid_rows,omitempty"`
	TemplateSuffix      *string                          `protobuf:"bytes,5,opt,name=template_suffix,json=templateSuffix" json:"template_suffix,omitempty"`
	TraceId             *string                          `protobuf:"bytes,6,opt,name=trace_id,json=traceId" json:"trace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TableDataInsertAllRequest) Descriptor deprecated

func (*TableDataInsertAllRequest) Descriptor() ([]byte, []int)

Deprecated: Use TableDataInsertAllRequest.ProtoReflect.Descriptor instead.

func (*TableDataInsertAllRequest) GetIgnoreUnknownValues

func (x *TableDataInsertAllRequest) GetIgnoreUnknownValues() bool

func (*TableDataInsertAllRequest) GetKind

func (x *TableDataInsertAllRequest) GetKind() string

func (*TableDataInsertAllRequest) GetRows

func (*TableDataInsertAllRequest) GetSkipInvalidRows

func (x *TableDataInsertAllRequest) GetSkipInvalidRows() bool

func (*TableDataInsertAllRequest) GetTemplateSuffix

func (x *TableDataInsertAllRequest) GetTemplateSuffix() string

func (*TableDataInsertAllRequest) GetTraceId

func (x *TableDataInsertAllRequest) GetTraceId() string

func (*TableDataInsertAllRequest) ProtoMessage

func (*TableDataInsertAllRequest) ProtoMessage()

func (*TableDataInsertAllRequest) ProtoReflect

func (*TableDataInsertAllRequest) Reset

func (x *TableDataInsertAllRequest) Reset()

func (*TableDataInsertAllRequest) String

func (x *TableDataInsertAllRequest) String() string

type TableDataInsertAllRequestRows

type TableDataInsertAllRequestRows struct {
	InsertId *string     `protobuf:"bytes,1,opt,name=insert_id,json=insertId" json:"insert_id,omitempty"`
	Json     *JsonObject `protobuf:"bytes,2,opt,name=json" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*TableDataInsertAllRequestRows) Descriptor deprecated

func (*TableDataInsertAllRequestRows) Descriptor() ([]byte, []int)

Deprecated: Use TableDataInsertAllRequestRows.ProtoReflect.Descriptor instead.

func (*TableDataInsertAllRequestRows) GetInsertId

func (x *TableDataInsertAllRequestRows) GetInsertId() string

func (*TableDataInsertAllRequestRows) GetJson

func (*TableDataInsertAllRequestRows) ProtoMessage

func (*TableDataInsertAllRequestRows) ProtoMessage()

func (*TableDataInsertAllRequestRows) ProtoReflect

func (*TableDataInsertAllRequestRows) Reset

func (x *TableDataInsertAllRequestRows) Reset()

func (*TableDataInsertAllRequestRows) String

type TableDataInsertAllResponse

type TableDataInsertAllResponse struct {
	InsertErrors []*TableDataInsertAllResponseInsertErrors `protobuf:"bytes,1,rep,name=insert_errors,json=insertErrors" json:"insert_errors,omitempty"`
	Kind         *string                                   `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*TableDataInsertAllResponse) Descriptor deprecated

func (*TableDataInsertAllResponse) Descriptor() ([]byte, []int)

Deprecated: Use TableDataInsertAllResponse.ProtoReflect.Descriptor instead.

func (*TableDataInsertAllResponse) GetInsertErrors

func (*TableDataInsertAllResponse) GetKind

func (x *TableDataInsertAllResponse) GetKind() string

func (*TableDataInsertAllResponse) ProtoMessage

func (*TableDataInsertAllResponse) ProtoMessage()

func (*TableDataInsertAllResponse) ProtoReflect

func (*TableDataInsertAllResponse) Reset

func (x *TableDataInsertAllResponse) Reset()

func (*TableDataInsertAllResponse) String

func (x *TableDataInsertAllResponse) String() string

type TableDataInsertAllResponseInsertErrors

type TableDataInsertAllResponseInsertErrors struct {
	Errors []*ErrorProto `protobuf:"bytes,1,rep,name=errors" json:"errors,omitempty"`
	Index  *uint32       `protobuf:"varint,2,opt,name=index" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*TableDataInsertAllResponseInsertErrors) Descriptor deprecated

func (*TableDataInsertAllResponseInsertErrors) Descriptor() ([]byte, []int)

Deprecated: Use TableDataInsertAllResponseInsertErrors.ProtoReflect.Descriptor instead.

func (*TableDataInsertAllResponseInsertErrors) GetErrors

func (*TableDataInsertAllResponseInsertErrors) GetIndex

func (*TableDataInsertAllResponseInsertErrors) ProtoMessage

func (*TableDataInsertAllResponseInsertErrors) ProtoReflect

func (*TableDataInsertAllResponseInsertErrors) Reset

func (*TableDataInsertAllResponseInsertErrors) String

type TableDataList

type TableDataList struct {
	Etag      *string     `protobuf:"bytes,1,opt,name=etag" json:"etag,omitempty"`
	Kind      *string     `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	PageToken *string     `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"`
	Rows      []*TableRow `protobuf:"bytes,4,rep,name=rows" json:"rows,omitempty"`
	TotalRows *int64      `protobuf:"varint,5,opt,name=total_rows,json=totalRows" json:"total_rows,omitempty"`
	// contains filtered or unexported fields
}

func (*TableDataList) Descriptor deprecated

func (*TableDataList) Descriptor() ([]byte, []int)

Deprecated: Use TableDataList.ProtoReflect.Descriptor instead.

func (*TableDataList) GetEtag

func (x *TableDataList) GetEtag() string

func (*TableDataList) GetKind

func (x *TableDataList) GetKind() string

func (*TableDataList) GetPageToken

func (x *TableDataList) GetPageToken() string

func (*TableDataList) GetRows

func (x *TableDataList) GetRows() []*TableRow

func (*TableDataList) GetTotalRows

func (x *TableDataList) GetTotalRows() int64

func (*TableDataList) ProtoMessage

func (*TableDataList) ProtoMessage()

func (*TableDataList) ProtoReflect

func (x *TableDataList) ProtoReflect() protoreflect.Message

func (*TableDataList) Reset

func (x *TableDataList) Reset()

func (*TableDataList) String

func (x *TableDataList) String() string

type TableFieldSchema

type TableFieldSchema struct {
	Categories             *TableFieldSchemaCategories       `protobuf:"bytes,1,opt,name=categories" json:"categories,omitempty"`
	Collation              *string                           `protobuf:"bytes,2,opt,name=collation" json:"collation,omitempty"`
	DefaultValueExpression *string                           `protobuf:"bytes,3,opt,name=default_value_expression,json=defaultValueExpression" json:"default_value_expression,omitempty"`
	Description            *string                           `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	Fields                 []*TableFieldSchema               `protobuf:"bytes,5,rep,name=fields" json:"fields,omitempty"`
	MaxLength              *int64                            `protobuf:"varint,6,opt,name=max_length,json=maxLength" json:"max_length,omitempty"`
	Mode                   *string                           `protobuf:"bytes,7,opt,name=mode" json:"mode,omitempty"`
	Name                   *string                           `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
	PolicyTags             *TableFieldSchemaPolicyTags       `protobuf:"bytes,9,opt,name=policy_tags,json=policyTags" json:"policy_tags,omitempty"`
	Precision              *int64                            `protobuf:"varint,10,opt,name=precision" json:"precision,omitempty"`
	RangeElementType       *TableFieldSchemaRangeElementType `protobuf:"bytes,11,opt,name=range_element_type,json=rangeElementType" json:"range_element_type,omitempty"`
	RoundingMode           *string                           `protobuf:"bytes,12,opt,name=rounding_mode,json=roundingMode" json:"rounding_mode,omitempty"`
	Scale                  *int64                            `protobuf:"varint,13,opt,name=scale" json:"scale,omitempty"`
	Type                   *string                           `protobuf:"bytes,14,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TableFieldSchema) Descriptor deprecated

func (*TableFieldSchema) Descriptor() ([]byte, []int)

Deprecated: Use TableFieldSchema.ProtoReflect.Descriptor instead.

func (*TableFieldSchema) GetCategories

func (x *TableFieldSchema) GetCategories() *TableFieldSchemaCategories

func (*TableFieldSchema) GetCollation

func (x *TableFieldSchema) GetCollation() string

func (*TableFieldSchema) GetDefaultValueExpression

func (x *TableFieldSchema) GetDefaultValueExpression() string

func (*TableFieldSchema) GetDescription

func (x *TableFieldSchema) GetDescription() string

func (*TableFieldSchema) GetFields

func (x *TableFieldSchema) GetFields() []*TableFieldSchema

func (*TableFieldSchema) GetMaxLength

func (x *TableFieldSchema) GetMaxLength() int64

func (*TableFieldSchema) GetMode

func (x *TableFieldSchema) GetMode() string

func (*TableFieldSchema) GetName

func (x *TableFieldSchema) GetName() string

func (*TableFieldSchema) GetPolicyTags

func (x *TableFieldSchema) GetPolicyTags() *TableFieldSchemaPolicyTags

func (*TableFieldSchema) GetPrecision

func (x *TableFieldSchema) GetPrecision() int64

func (*TableFieldSchema) GetRangeElementType

func (x *TableFieldSchema) GetRangeElementType() *TableFieldSchemaRangeElementType

func (*TableFieldSchema) GetRoundingMode

func (x *TableFieldSchema) GetRoundingMode() string

func (*TableFieldSchema) GetScale

func (x *TableFieldSchema) GetScale() int64

func (*TableFieldSchema) GetType

func (x *TableFieldSchema) GetType() string

func (*TableFieldSchema) ProtoMessage

func (*TableFieldSchema) ProtoMessage()

func (*TableFieldSchema) ProtoReflect

func (x *TableFieldSchema) ProtoReflect() protoreflect.Message

func (*TableFieldSchema) Reset

func (x *TableFieldSchema) Reset()

func (*TableFieldSchema) String

func (x *TableFieldSchema) String() string

type TableFieldSchemaCategories

type TableFieldSchemaCategories struct {
	Names []string `protobuf:"bytes,1,rep,name=names" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*TableFieldSchemaCategories) Descriptor deprecated

func (*TableFieldSchemaCategories) Descriptor() ([]byte, []int)

Deprecated: Use TableFieldSchemaCategories.ProtoReflect.Descriptor instead.

func (*TableFieldSchemaCategories) GetNames

func (x *TableFieldSchemaCategories) GetNames() []string

func (*TableFieldSchemaCategories) ProtoMessage

func (*TableFieldSchemaCategories) ProtoMessage()

func (*TableFieldSchemaCategories) ProtoReflect

func (*TableFieldSchemaCategories) Reset

func (x *TableFieldSchemaCategories) Reset()

func (*TableFieldSchemaCategories) String

func (x *TableFieldSchemaCategories) String() string

type TableFieldSchemaPolicyTags

type TableFieldSchemaPolicyTags struct {
	Names []string `protobuf:"bytes,1,rep,name=names" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*TableFieldSchemaPolicyTags) Descriptor deprecated

func (*TableFieldSchemaPolicyTags) Descriptor() ([]byte, []int)

Deprecated: Use TableFieldSchemaPolicyTags.ProtoReflect.Descriptor instead.

func (*TableFieldSchemaPolicyTags) GetNames

func (x *TableFieldSchemaPolicyTags) GetNames() []string

func (*TableFieldSchemaPolicyTags) ProtoMessage

func (*TableFieldSchemaPolicyTags) ProtoMessage()

func (*TableFieldSchemaPolicyTags) ProtoReflect

func (*TableFieldSchemaPolicyTags) Reset

func (x *TableFieldSchemaPolicyTags) Reset()

func (*TableFieldSchemaPolicyTags) String

func (x *TableFieldSchemaPolicyTags) String() string

type TableFieldSchemaRangeElementType

type TableFieldSchemaRangeElementType struct {
	Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TableFieldSchemaRangeElementType) Descriptor deprecated

func (*TableFieldSchemaRangeElementType) Descriptor() ([]byte, []int)

Deprecated: Use TableFieldSchemaRangeElementType.ProtoReflect.Descriptor instead.

func (*TableFieldSchemaRangeElementType) GetType

func (*TableFieldSchemaRangeElementType) ProtoMessage

func (*TableFieldSchemaRangeElementType) ProtoMessage()

func (*TableFieldSchemaRangeElementType) ProtoReflect

func (*TableFieldSchemaRangeElementType) Reset

func (*TableFieldSchemaRangeElementType) String

type TableList

type TableList struct {
	Etag          *string            `protobuf:"bytes,1,opt,name=etag" json:"etag,omitempty"`
	Kind          *string            `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
	NextPageToken *string            `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"`
	Tables        []*TableListTables `protobuf:"bytes,4,rep,name=tables" json:"tables,omitempty"`
	TotalItems    *int32             `protobuf:"varint,5,opt,name=total_items,json=totalItems" json:"total_items,omitempty"`
	// contains filtered or unexported fields
}

func (*TableList) Descriptor deprecated

func (*TableList) Descriptor() ([]byte, []int)

Deprecated: Use TableList.ProtoReflect.Descriptor instead.

func (*TableList) GetEtag

func (x *TableList) GetEtag() string

func (*TableList) GetKind

func (x *TableList) GetKind() string

func (*TableList) GetNextPageToken

func (x *TableList) GetNextPageToken() string

func (*TableList) GetTables

func (x *TableList) GetTables() []*TableListTables

func (*TableList) GetTotalItems

func (x *TableList) GetTotalItems() int32

func (*TableList) ProtoMessage

func (*TableList) ProtoMessage()

func (*TableList) ProtoReflect

func (x *TableList) ProtoReflect() protoreflect.Message

func (*TableList) Reset

func (x *TableList) Reset()

func (*TableList) String

func (x *TableList) String() string

type TableListTables

type TableListTables struct {
	Clustering             *Clustering        `protobuf:"bytes,1,opt,name=clustering" json:"clustering,omitempty"`
	CreationTime           *int64             `protobuf:"varint,2,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	ExpirationTime         *int64             `protobuf:"varint,3,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	FriendlyName           *string            `protobuf:"bytes,4,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Id                     *string            `protobuf:"bytes,5,opt,name=id" json:"id,omitempty"`
	Kind                   *string            `protobuf:"bytes,6,opt,name=kind" json:"kind,omitempty"`
	Labels                 map[string]string  `` /* 132-byte string literal not displayed */
	RangePartitioning      *RangePartitioning `protobuf:"bytes,8,opt,name=range_partitioning,json=rangePartitioning" json:"range_partitioning,omitempty"`
	RequirePartitionFilter *bool              `protobuf:"varint,9,opt,name=require_partition_filter,json=requirePartitionFilter" json:"require_partition_filter,omitempty"`
	TableReference         *TableReference    `protobuf:"bytes,10,opt,name=table_reference,json=tableReference" json:"table_reference,omitempty"`
	TimePartitioning       *TimePartitioning  `protobuf:"bytes,11,opt,name=time_partitioning,json=timePartitioning" json:"time_partitioning,omitempty"`
	Type                   *string            `protobuf:"bytes,12,opt,name=type" json:"type,omitempty"`
	View                   *View              `protobuf:"bytes,13,opt,name=view" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*TableListTables) Descriptor deprecated

func (*TableListTables) Descriptor() ([]byte, []int)

Deprecated: Use TableListTables.ProtoReflect.Descriptor instead.

func (*TableListTables) GetClustering

func (x *TableListTables) GetClustering() *Clustering

func (*TableListTables) GetCreationTime

func (x *TableListTables) GetCreationTime() int64

func (*TableListTables) GetExpirationTime

func (x *TableListTables) GetExpirationTime() int64

func (*TableListTables) GetFriendlyName

func (x *TableListTables) GetFriendlyName() string

func (*TableListTables) GetId

func (x *TableListTables) GetId() string

func (*TableListTables) GetKind

func (x *TableListTables) GetKind() string

func (*TableListTables) GetLabels

func (x *TableListTables) GetLabels() map[string]string

func (*TableListTables) GetRangePartitioning

func (x *TableListTables) GetRangePartitioning() *RangePartitioning

func (*TableListTables) GetRequirePartitionFilter

func (x *TableListTables) GetRequirePartitionFilter() bool

func (*TableListTables) GetTableReference

func (x *TableListTables) GetTableReference() *TableReference

func (*TableListTables) GetTimePartitioning

func (x *TableListTables) GetTimePartitioning() *TimePartitioning

func (*TableListTables) GetType

func (x *TableListTables) GetType() string

func (*TableListTables) GetView

func (x *TableListTables) GetView() *View

func (*TableListTables) ProtoMessage

func (*TableListTables) ProtoMessage()

func (*TableListTables) ProtoReflect

func (x *TableListTables) ProtoReflect() protoreflect.Message

func (*TableListTables) Reset

func (x *TableListTables) Reset()

func (*TableListTables) String

func (x *TableListTables) String() string

type TableMetadataCacheUsage

type TableMetadataCacheUsage struct {
	Explanation    *string         `protobuf:"bytes,1,opt,name=explanation" json:"explanation,omitempty"`
	TableReference *TableReference `protobuf:"bytes,2,opt,name=table_reference,json=tableReference" json:"table_reference,omitempty"`
	TableType      *string         `protobuf:"bytes,3,opt,name=table_type,json=tableType" json:"table_type,omitempty"`
	UnusedReason   *string         `protobuf:"bytes,4,opt,name=unused_reason,json=unusedReason" json:"unused_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*TableMetadataCacheUsage) Descriptor deprecated

func (*TableMetadataCacheUsage) Descriptor() ([]byte, []int)

Deprecated: Use TableMetadataCacheUsage.ProtoReflect.Descriptor instead.

func (*TableMetadataCacheUsage) GetExplanation

func (x *TableMetadataCacheUsage) GetExplanation() string

func (*TableMetadataCacheUsage) GetTableReference

func (x *TableMetadataCacheUsage) GetTableReference() *TableReference

func (*TableMetadataCacheUsage) GetTableType

func (x *TableMetadataCacheUsage) GetTableType() string

func (*TableMetadataCacheUsage) GetUnusedReason

func (x *TableMetadataCacheUsage) GetUnusedReason() string

func (*TableMetadataCacheUsage) ProtoMessage

func (*TableMetadataCacheUsage) ProtoMessage()

func (*TableMetadataCacheUsage) ProtoReflect

func (x *TableMetadataCacheUsage) ProtoReflect() protoreflect.Message

func (*TableMetadataCacheUsage) Reset

func (x *TableMetadataCacheUsage) Reset()

func (*TableMetadataCacheUsage) String

func (x *TableMetadataCacheUsage) String() string

type TableReference

type TableReference struct {
	DatasetId *string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId   *string `protobuf:"bytes,3,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TableReference) Descriptor deprecated

func (*TableReference) Descriptor() ([]byte, []int)

Deprecated: Use TableReference.ProtoReflect.Descriptor instead.

func (*TableReference) GetDatasetId

func (x *TableReference) GetDatasetId() string

func (*TableReference) GetProjectId

func (x *TableReference) GetProjectId() string

func (*TableReference) GetTableId

func (x *TableReference) GetTableId() string

func (*TableReference) ProtoMessage

func (*TableReference) ProtoMessage()

func (*TableReference) ProtoReflect

func (x *TableReference) ProtoReflect() protoreflect.Message

func (*TableReference) Reset

func (x *TableReference) Reset()

func (*TableReference) String

func (x *TableReference) String() string

type TableReplicationInfo

type TableReplicationInfo struct {
	ReplicatedSourceLastRefreshTime *int64          `` /* 154-byte string literal not displayed */
	ReplicationError                *ErrorProto     `protobuf:"bytes,2,opt,name=replication_error,json=replicationError" json:"replication_error,omitempty"`
	ReplicationIntervalMs           *int64          `protobuf:"varint,3,opt,name=replication_interval_ms,json=replicationIntervalMs" json:"replication_interval_ms,omitempty"`
	ReplicationStatus               *string         `protobuf:"bytes,4,opt,name=replication_status,json=replicationStatus" json:"replication_status,omitempty"`
	SourceTable                     *TableReference `protobuf:"bytes,5,opt,name=source_table,json=sourceTable" json:"source_table,omitempty"`
	// contains filtered or unexported fields
}

func (*TableReplicationInfo) Descriptor deprecated

func (*TableReplicationInfo) Descriptor() ([]byte, []int)

Deprecated: Use TableReplicationInfo.ProtoReflect.Descriptor instead.

func (*TableReplicationInfo) GetReplicatedSourceLastRefreshTime

func (x *TableReplicationInfo) GetReplicatedSourceLastRefreshTime() int64

func (*TableReplicationInfo) GetReplicationError

func (x *TableReplicationInfo) GetReplicationError() *ErrorProto

func (*TableReplicationInfo) GetReplicationIntervalMs

func (x *TableReplicationInfo) GetReplicationIntervalMs() int64

func (*TableReplicationInfo) GetReplicationStatus

func (x *TableReplicationInfo) GetReplicationStatus() string

func (*TableReplicationInfo) GetSourceTable

func (x *TableReplicationInfo) GetSourceTable() *TableReference

func (*TableReplicationInfo) ProtoMessage

func (*TableReplicationInfo) ProtoMessage()

func (*TableReplicationInfo) ProtoReflect

func (x *TableReplicationInfo) ProtoReflect() protoreflect.Message

func (*TableReplicationInfo) Reset

func (x *TableReplicationInfo) Reset()

func (*TableReplicationInfo) String

func (x *TableReplicationInfo) String() string

type TableRow

type TableRow struct {
	F []*TableCell `protobuf:"bytes,1,rep,name=f" json:"f,omitempty"`
	// contains filtered or unexported fields
}

func (*TableRow) Descriptor deprecated

func (*TableRow) Descriptor() ([]byte, []int)

Deprecated: Use TableRow.ProtoReflect.Descriptor instead.

func (*TableRow) GetF

func (x *TableRow) GetF() []*TableCell

func (*TableRow) ProtoMessage

func (*TableRow) ProtoMessage()

func (*TableRow) ProtoReflect

func (x *TableRow) ProtoReflect() protoreflect.Message

func (*TableRow) Reset

func (x *TableRow) Reset()

func (*TableRow) String

func (x *TableRow) String() string

type TableSchema

type TableSchema struct {
	Fields []*TableFieldSchema `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*TableSchema) Descriptor deprecated

func (*TableSchema) Descriptor() ([]byte, []int)

Deprecated: Use TableSchema.ProtoReflect.Descriptor instead.

func (*TableSchema) GetFields

func (x *TableSchema) GetFields() []*TableFieldSchema

func (*TableSchema) ProtoMessage

func (*TableSchema) ProtoMessage()

func (*TableSchema) ProtoReflect

func (x *TableSchema) ProtoReflect() protoreflect.Message

func (*TableSchema) Reset

func (x *TableSchema) Reset()

func (*TableSchema) String

func (x *TableSchema) String() string

type TabledataServerClient

type TabledataServerClient interface {
	InsertAllTabledata(ctx context.Context, in *InsertAllTabledataRequest, opts ...grpc.CallOption) (*TableDataInsertAllResponse, error)
	ListTabledata(ctx context.Context, in *ListTabledataRequest, opts ...grpc.CallOption) (*TableDataList, error)
}

TabledataServerClient is the client API for TabledataServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TabledataServerServer

type TabledataServerServer interface {
	InsertAllTabledata(context.Context, *InsertAllTabledataRequest) (*TableDataInsertAllResponse, error)
	ListTabledata(context.Context, *ListTabledataRequest) (*TableDataList, error)
	// contains filtered or unexported methods
}

TabledataServerServer is the server API for TabledataServer service. All implementations must embed UnimplementedTabledataServerServer for forward compatibility

type TablesServerClient

type TablesServerClient interface {
	DeleteTable(ctx context.Context, in *DeleteTableRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetTable(ctx context.Context, in *GetTableRequest, opts ...grpc.CallOption) (*Table, error)
	InsertTable(ctx context.Context, in *InsertTableRequest, opts ...grpc.CallOption) (*Table, error)
	ListTables(ctx context.Context, in *ListTablesRequest, opts ...grpc.CallOption) (*TableList, error)
	PatchTable(ctx context.Context, in *PatchTableRequest, opts ...grpc.CallOption) (*Table, error)
	UpdateTable(ctx context.Context, in *UpdateTableRequest, opts ...grpc.CallOption) (*Table, error)
}

TablesServerClient is the client API for TablesServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TablesServerServer

type TablesServerServer interface {
	DeleteTable(context.Context, *DeleteTableRequest) (*empty.Empty, error)
	GetTable(context.Context, *GetTableRequest) (*Table, error)
	InsertTable(context.Context, *InsertTableRequest) (*Table, error)
	ListTables(context.Context, *ListTablesRequest) (*TableList, error)
	PatchTable(context.Context, *PatchTableRequest) (*Table, error)
	UpdateTable(context.Context, *UpdateTableRequest) (*Table, error)
	// contains filtered or unexported methods
}

TablesServerServer is the server API for TablesServer service. All implementations must embed UnimplementedTablesServerServer for forward compatibility

type TestIamPermissionsRequest

type TestIamPermissionsRequest struct {
	Permissions []string `protobuf:"bytes,1,rep,name=permissions" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*TestIamPermissionsRequest) Descriptor deprecated

func (*TestIamPermissionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsRequest) GetPermissions

func (x *TestIamPermissionsRequest) GetPermissions() []string

func (*TestIamPermissionsRequest) ProtoMessage

func (*TestIamPermissionsRequest) ProtoMessage()

func (*TestIamPermissionsRequest) ProtoReflect

func (*TestIamPermissionsRequest) Reset

func (x *TestIamPermissionsRequest) Reset()

func (*TestIamPermissionsRequest) String

func (x *TestIamPermissionsRequest) String() string

type TestIamPermissionsResponse

type TestIamPermissionsResponse struct {
	Permissions []string `protobuf:"bytes,1,rep,name=permissions" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*TestIamPermissionsResponse) Descriptor deprecated

func (*TestIamPermissionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsResponse.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsResponse) GetPermissions

func (x *TestIamPermissionsResponse) GetPermissions() []string

func (*TestIamPermissionsResponse) ProtoMessage

func (*TestIamPermissionsResponse) ProtoMessage()

func (*TestIamPermissionsResponse) ProtoReflect

func (*TestIamPermissionsResponse) Reset

func (x *TestIamPermissionsResponse) Reset()

func (*TestIamPermissionsResponse) String

func (x *TestIamPermissionsResponse) String() string

type TimePartitioning

type TimePartitioning struct {
	ExpirationMs           *int64  `protobuf:"varint,1,opt,name=expiration_ms,json=expirationMs" json:"expiration_ms,omitempty"`
	Field                  *string `protobuf:"bytes,2,opt,name=field" json:"field,omitempty"`
	RequirePartitionFilter *bool   `protobuf:"varint,3,opt,name=require_partition_filter,json=requirePartitionFilter" json:"require_partition_filter,omitempty"`
	Type                   *string `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TimePartitioning) Descriptor deprecated

func (*TimePartitioning) Descriptor() ([]byte, []int)

Deprecated: Use TimePartitioning.ProtoReflect.Descriptor instead.

func (*TimePartitioning) GetExpirationMs

func (x *TimePartitioning) GetExpirationMs() int64

func (*TimePartitioning) GetField

func (x *TimePartitioning) GetField() string

func (*TimePartitioning) GetRequirePartitionFilter

func (x *TimePartitioning) GetRequirePartitionFilter() bool

func (*TimePartitioning) GetType

func (x *TimePartitioning) GetType() string

func (*TimePartitioning) ProtoMessage

func (*TimePartitioning) ProtoMessage()

func (*TimePartitioning) ProtoReflect

func (x *TimePartitioning) ProtoReflect() protoreflect.Message

func (*TimePartitioning) Reset

func (x *TimePartitioning) Reset()

func (*TimePartitioning) String

func (x *TimePartitioning) String() string

type TrainingOptions

type TrainingOptions struct {
	ActivationFn                *string            `protobuf:"bytes,1,opt,name=activation_fn,json=activationFn" json:"activation_fn,omitempty"`
	AdjustStepChanges           *bool              `protobuf:"varint,2,opt,name=adjust_step_changes,json=adjustStepChanges" json:"adjust_step_changes,omitempty"`
	ApproxGlobalFeatureContrib  *bool              `` /* 137-byte string literal not displayed */
	AutoArima                   *bool              `protobuf:"varint,4,opt,name=auto_arima,json=autoArima" json:"auto_arima,omitempty"`
	AutoArimaMaxOrder           *int64             `protobuf:"varint,5,opt,name=auto_arima_max_order,json=autoArimaMaxOrder" json:"auto_arima_max_order,omitempty"`
	AutoArimaMinOrder           *int64             `protobuf:"varint,6,opt,name=auto_arima_min_order,json=autoArimaMinOrder" json:"auto_arima_min_order,omitempty"`
	AutoClassWeights            *bool              `protobuf:"varint,7,opt,name=auto_class_weights,json=autoClassWeights" json:"auto_class_weights,omitempty"`
	BatchSize                   *int64             `protobuf:"varint,8,opt,name=batch_size,json=batchSize" json:"batch_size,omitempty"`
	BoosterType                 *string            `protobuf:"bytes,9,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	BudgetHours                 *float64           `protobuf:"fixed64,10,opt,name=budget_hours,json=budgetHours" json:"budget_hours,omitempty"`
	CalculatePValues            *bool              `protobuf:"varint,11,opt,name=calculate_p_values,json=calculatePValues" json:"calculate_p_values,omitempty"`
	CategoryEncodingMethod      *string            `protobuf:"bytes,12,opt,name=category_encoding_method,json=categoryEncodingMethod" json:"category_encoding_method,omitempty"`
	CleanSpikesAndDips          *bool              `protobuf:"varint,13,opt,name=clean_spikes_and_dips,json=cleanSpikesAndDips" json:"clean_spikes_and_dips,omitempty"`
	ColorSpace                  *string            `protobuf:"bytes,14,opt,name=color_space,json=colorSpace" json:"color_space,omitempty"`
	ColsampleBylevel            *float64           `protobuf:"fixed64,15,opt,name=colsample_bylevel,json=colsampleBylevel" json:"colsample_bylevel,omitempty"`
	ColsampleBynode             *float64           `protobuf:"fixed64,16,opt,name=colsample_bynode,json=colsampleBynode" json:"colsample_bynode,omitempty"`
	ColsampleBytree             *float64           `protobuf:"fixed64,17,opt,name=colsample_bytree,json=colsampleBytree" json:"colsample_bytree,omitempty"`
	DartNormalizeType           *string            `protobuf:"bytes,18,opt,name=dart_normalize_type,json=dartNormalizeType" json:"dart_normalize_type,omitempty"`
	DataFrequency               *string            `protobuf:"bytes,19,opt,name=data_frequency,json=dataFrequency" json:"data_frequency,omitempty"`
	DataSplitColumn             *string            `protobuf:"bytes,20,opt,name=data_split_column,json=dataSplitColumn" json:"data_split_column,omitempty"`
	DataSplitEvalFraction       *float64           `protobuf:"fixed64,21,opt,name=data_split_eval_fraction,json=dataSplitEvalFraction" json:"data_split_eval_fraction,omitempty"`
	DataSplitMethod             *string            `protobuf:"bytes,22,opt,name=data_split_method,json=dataSplitMethod" json:"data_split_method,omitempty"`
	DecomposeTimeSeries         *bool              `protobuf:"varint,23,opt,name=decompose_time_series,json=decomposeTimeSeries" json:"decompose_time_series,omitempty"`
	DistanceType                *string            `protobuf:"bytes,24,opt,name=distance_type,json=distanceType" json:"distance_type,omitempty"`
	Dropout                     *float64           `protobuf:"fixed64,25,opt,name=dropout" json:"dropout,omitempty"`
	EarlyStop                   *bool              `protobuf:"varint,26,opt,name=early_stop,json=earlyStop" json:"early_stop,omitempty"`
	EnableGlobalExplain         *bool              `protobuf:"varint,27,opt,name=enable_global_explain,json=enableGlobalExplain" json:"enable_global_explain,omitempty"`
	FeedbackType                *string            `protobuf:"bytes,28,opt,name=feedback_type,json=feedbackType" json:"feedback_type,omitempty"`
	FitIntercept                *bool              `protobuf:"varint,29,opt,name=fit_intercept,json=fitIntercept" json:"fit_intercept,omitempty"`
	HiddenUnits                 []int64            `protobuf:"varint,30,rep,name=hidden_units,json=hiddenUnits" json:"hidden_units,omitempty"`
	HolidayRegion               *string            `protobuf:"bytes,31,opt,name=holiday_region,json=holidayRegion" json:"holiday_region,omitempty"`
	HolidayRegions              []string           `protobuf:"bytes,32,rep,name=holiday_regions,json=holidayRegions" json:"holiday_regions,omitempty"`
	Horizon                     *int64             `protobuf:"varint,33,opt,name=horizon" json:"horizon,omitempty"`
	HparamTuningObjectives      []string           `protobuf:"bytes,34,rep,name=hparam_tuning_objectives,json=hparamTuningObjectives" json:"hparam_tuning_objectives,omitempty"`
	IncludeDrift                *bool              `protobuf:"varint,35,opt,name=include_drift,json=includeDrift" json:"include_drift,omitempty"`
	InitialLearnRate            *float64           `protobuf:"fixed64,36,opt,name=initial_learn_rate,json=initialLearnRate" json:"initial_learn_rate,omitempty"`
	InputLabelColumns           []string           `protobuf:"bytes,37,rep,name=input_label_columns,json=inputLabelColumns" json:"input_label_columns,omitempty"`
	InstanceWeightColumn        *string            `protobuf:"bytes,38,opt,name=instance_weight_column,json=instanceWeightColumn" json:"instance_weight_column,omitempty"`
	IntegratedGradientsNumSteps *int64             `` /* 141-byte string literal not displayed */
	ItemColumn                  *string            `protobuf:"bytes,40,opt,name=item_column,json=itemColumn" json:"item_column,omitempty"`
	KmeansInitializationColumn  *string            `` /* 135-byte string literal not displayed */
	KmeansInitializationMethod  *string            `` /* 135-byte string literal not displayed */
	L1RegActivation             *float64           `protobuf:"fixed64,43,opt,name=l1_reg_activation,json=l1RegActivation" json:"l1_reg_activation,omitempty"`
	L1Regularization            *float64           `protobuf:"fixed64,44,opt,name=l1_regularization,json=l1Regularization" json:"l1_regularization,omitempty"`
	L2Regularization            *float64           `protobuf:"fixed64,45,opt,name=l2_regularization,json=l2Regularization" json:"l2_regularization,omitempty"`
	LabelClassWeights           map[string]float64 `` /* 184-byte string literal not displayed */
	LearnRate                   *float64           `protobuf:"fixed64,47,opt,name=learn_rate,json=learnRate" json:"learn_rate,omitempty"`
	LearnRateStrategy           *string            `protobuf:"bytes,48,opt,name=learn_rate_strategy,json=learnRateStrategy" json:"learn_rate_strategy,omitempty"`
	LossType                    *string            `protobuf:"bytes,49,opt,name=loss_type,json=lossType" json:"loss_type,omitempty"`
	MaxIterations               *int64             `protobuf:"varint,50,opt,name=max_iterations,json=maxIterations" json:"max_iterations,omitempty"`
	MaxParallelTrials           *int64             `protobuf:"varint,51,opt,name=max_parallel_trials,json=maxParallelTrials" json:"max_parallel_trials,omitempty"`
	MaxTimeSeriesLength         *int64             `protobuf:"varint,52,opt,name=max_time_series_length,json=maxTimeSeriesLength" json:"max_time_series_length,omitempty"`
	MaxTreeDepth                *int64             `protobuf:"varint,53,opt,name=max_tree_depth,json=maxTreeDepth" json:"max_tree_depth,omitempty"`
	MinRelativeProgress         *float64           `protobuf:"fixed64,54,opt,name=min_relative_progress,json=minRelativeProgress" json:"min_relative_progress,omitempty"`
	MinSplitLoss                *float64           `protobuf:"fixed64,55,opt,name=min_split_loss,json=minSplitLoss" json:"min_split_loss,omitempty"`
	MinTimeSeriesLength         *int64             `protobuf:"varint,56,opt,name=min_time_series_length,json=minTimeSeriesLength" json:"min_time_series_length,omitempty"`
	MinTreeChildWeight          *int64             `protobuf:"varint,57,opt,name=min_tree_child_weight,json=minTreeChildWeight" json:"min_tree_child_weight,omitempty"`
	ModelRegistry               *string            `protobuf:"bytes,58,opt,name=model_registry,json=modelRegistry" json:"model_registry,omitempty"`
	ModelUri                    *string            `protobuf:"bytes,59,opt,name=model_uri,json=modelUri" json:"model_uri,omitempty"`
	NonSeasonalOrder            *ArimaOrder        `protobuf:"bytes,60,opt,name=non_seasonal_order,json=nonSeasonalOrder" json:"non_seasonal_order,omitempty"`
	NumClusters                 *int64             `protobuf:"varint,61,opt,name=num_clusters,json=numClusters" json:"num_clusters,omitempty"`
	NumFactors                  *int64             `protobuf:"varint,62,opt,name=num_factors,json=numFactors" json:"num_factors,omitempty"`
	NumParallelTree             *int64             `protobuf:"varint,63,opt,name=num_parallel_tree,json=numParallelTree" json:"num_parallel_tree,omitempty"`
	NumPrincipalComponents      *int64             `protobuf:"varint,64,opt,name=num_principal_components,json=numPrincipalComponents" json:"num_principal_components,omitempty"`
	NumTrials                   *int64             `protobuf:"varint,65,opt,name=num_trials,json=numTrials" json:"num_trials,omitempty"`
	OptimizationStrategy        *string            `protobuf:"bytes,66,opt,name=optimization_strategy,json=optimizationStrategy" json:"optimization_strategy,omitempty"`
	Optimizer                   *string            `protobuf:"bytes,67,opt,name=optimizer" json:"optimizer,omitempty"`
	PcaExplainedVarianceRatio   *float64           `` /* 136-byte string literal not displayed */
	PcaSolver                   *string            `protobuf:"bytes,69,opt,name=pca_solver,json=pcaSolver" json:"pca_solver,omitempty"`
	SampledShapleyNumPaths      *int64             `` /* 126-byte string literal not displayed */
	ScaleFeatures               *bool              `protobuf:"varint,71,opt,name=scale_features,json=scaleFeatures" json:"scale_features,omitempty"`
	StandardizeFeatures         *bool              `protobuf:"varint,72,opt,name=standardize_features,json=standardizeFeatures" json:"standardize_features,omitempty"`
	Subsample                   *float64           `protobuf:"fixed64,73,opt,name=subsample" json:"subsample,omitempty"`
	TfVersion                   *string            `protobuf:"bytes,74,opt,name=tf_version,json=tfVersion" json:"tf_version,omitempty"`
	TimeSeriesDataColumn        *string            `protobuf:"bytes,75,opt,name=time_series_data_column,json=timeSeriesDataColumn" json:"time_series_data_column,omitempty"`
	TimeSeriesIdColumn          *string            `protobuf:"bytes,76,opt,name=time_series_id_column,json=timeSeriesIdColumn" json:"time_series_id_column,omitempty"`
	TimeSeriesIdColumns         []string           `protobuf:"bytes,77,rep,name=time_series_id_columns,json=timeSeriesIdColumns" json:"time_series_id_columns,omitempty"`
	TimeSeriesLengthFraction    *float64           `` /* 133-byte string literal not displayed */
	TimeSeriesTimestampColumn   *string            `` /* 134-byte string literal not displayed */
	TreeMethod                  *string            `protobuf:"bytes,80,opt,name=tree_method,json=treeMethod" json:"tree_method,omitempty"`
	TrendSmoothingWindowSize    *int64             `` /* 132-byte string literal not displayed */
	UserColumn                  *string            `protobuf:"bytes,82,opt,name=user_column,json=userColumn" json:"user_column,omitempty"`
	VertexAiModelVersionAliases []string           `` /* 142-byte string literal not displayed */
	WalsAlpha                   *float64           `protobuf:"fixed64,84,opt,name=wals_alpha,json=walsAlpha" json:"wals_alpha,omitempty"`
	WarmStart                   *bool              `protobuf:"varint,85,opt,name=warm_start,json=warmStart" json:"warm_start,omitempty"`
	XgboostVersion              *string            `protobuf:"bytes,86,opt,name=xgboost_version,json=xgboostVersion" json:"xgboost_version,omitempty"`
	// contains filtered or unexported fields
}

func (*TrainingOptions) Descriptor deprecated

func (*TrainingOptions) Descriptor() ([]byte, []int)

Deprecated: Use TrainingOptions.ProtoReflect.Descriptor instead.

func (*TrainingOptions) GetActivationFn

func (x *TrainingOptions) GetActivationFn() string

func (*TrainingOptions) GetAdjustStepChanges

func (x *TrainingOptions) GetAdjustStepChanges() bool

func (*TrainingOptions) GetApproxGlobalFeatureContrib

func (x *TrainingOptions) GetApproxGlobalFeatureContrib() bool

func (*TrainingOptions) GetAutoArima

func (x *TrainingOptions) GetAutoArima() bool

func (*TrainingOptions) GetAutoArimaMaxOrder

func (x *TrainingOptions) GetAutoArimaMaxOrder() int64

func (*TrainingOptions) GetAutoArimaMinOrder

func (x *TrainingOptions) GetAutoArimaMinOrder() int64

func (*TrainingOptions) GetAutoClassWeights

func (x *TrainingOptions) GetAutoClassWeights() bool

func (*TrainingOptions) GetBatchSize

func (x *TrainingOptions) GetBatchSize() int64

func (*TrainingOptions) GetBoosterType

func (x *TrainingOptions) GetBoosterType() string

func (*TrainingOptions) GetBudgetHours

func (x *TrainingOptions) GetBudgetHours() float64

func (*TrainingOptions) GetCalculatePValues

func (x *TrainingOptions) GetCalculatePValues() bool

func (*TrainingOptions) GetCategoryEncodingMethod

func (x *TrainingOptions) GetCategoryEncodingMethod() string

func (*TrainingOptions) GetCleanSpikesAndDips

func (x *TrainingOptions) GetCleanSpikesAndDips() bool

func (*TrainingOptions) GetColorSpace

func (x *TrainingOptions) GetColorSpace() string

func (*TrainingOptions) GetColsampleBylevel

func (x *TrainingOptions) GetColsampleBylevel() float64

func (*TrainingOptions) GetColsampleBynode

func (x *TrainingOptions) GetColsampleBynode() float64

func (*TrainingOptions) GetColsampleBytree

func (x *TrainingOptions) GetColsampleBytree() float64

func (*TrainingOptions) GetDartNormalizeType

func (x *TrainingOptions) GetDartNormalizeType() string

func (*TrainingOptions) GetDataFrequency

func (x *TrainingOptions) GetDataFrequency() string

func (*TrainingOptions) GetDataSplitColumn

func (x *TrainingOptions) GetDataSplitColumn() string

func (*TrainingOptions) GetDataSplitEvalFraction

func (x *TrainingOptions) GetDataSplitEvalFraction() float64

func (*TrainingOptions) GetDataSplitMethod

func (x *TrainingOptions) GetDataSplitMethod() string

func (*TrainingOptions) GetDecomposeTimeSeries

func (x *TrainingOptions) GetDecomposeTimeSeries() bool

func (*TrainingOptions) GetDistanceType

func (x *TrainingOptions) GetDistanceType() string

func (*TrainingOptions) GetDropout

func (x *TrainingOptions) GetDropout() float64

func (*TrainingOptions) GetEarlyStop

func (x *TrainingOptions) GetEarlyStop() bool

func (*TrainingOptions) GetEnableGlobalExplain

func (x *TrainingOptions) GetEnableGlobalExplain() bool

func (*TrainingOptions) GetFeedbackType

func (x *TrainingOptions) GetFeedbackType() string

func (*TrainingOptions) GetFitIntercept

func (x *TrainingOptions) GetFitIntercept() bool

func (*TrainingOptions) GetHiddenUnits

func (x *TrainingOptions) GetHiddenUnits() []int64

func (*TrainingOptions) GetHolidayRegion

func (x *TrainingOptions) GetHolidayRegion() string

func (*TrainingOptions) GetHolidayRegions

func (x *TrainingOptions) GetHolidayRegions() []string

func (*TrainingOptions) GetHorizon

func (x *TrainingOptions) GetHorizon() int64

func (*TrainingOptions) GetHparamTuningObjectives

func (x *TrainingOptions) GetHparamTuningObjectives() []string

func (*TrainingOptions) GetIncludeDrift

func (x *TrainingOptions) GetIncludeDrift() bool

func (*TrainingOptions) GetInitialLearnRate

func (x *TrainingOptions) GetInitialLearnRate() float64

func (*TrainingOptions) GetInputLabelColumns

func (x *TrainingOptions) GetInputLabelColumns() []string

func (*TrainingOptions) GetInstanceWeightColumn

func (x *TrainingOptions) GetInstanceWeightColumn() string

func (*TrainingOptions) GetIntegratedGradientsNumSteps

func (x *TrainingOptions) GetIntegratedGradientsNumSteps() int64

func (*TrainingOptions) GetItemColumn

func (x *TrainingOptions) GetItemColumn() string

func (*TrainingOptions) GetKmeansInitializationColumn

func (x *TrainingOptions) GetKmeansInitializationColumn() string

func (*TrainingOptions) GetKmeansInitializationMethod

func (x *TrainingOptions) GetKmeansInitializationMethod() string

func (*TrainingOptions) GetL1RegActivation

func (x *TrainingOptions) GetL1RegActivation() float64

func (*TrainingOptions) GetL1Regularization

func (x *TrainingOptions) GetL1Regularization() float64

func (*TrainingOptions) GetL2Regularization

func (x *TrainingOptions) GetL2Regularization() float64

func (*TrainingOptions) GetLabelClassWeights

func (x *TrainingOptions) GetLabelClassWeights() map[string]float64

func (*TrainingOptions) GetLearnRate

func (x *TrainingOptions) GetLearnRate() float64

func (*TrainingOptions) GetLearnRateStrategy

func (x *TrainingOptions) GetLearnRateStrategy() string

func (*TrainingOptions) GetLossType

func (x *TrainingOptions) GetLossType() string

func (*TrainingOptions) GetMaxIterations

func (x *TrainingOptions) GetMaxIterations() int64

func (*TrainingOptions) GetMaxParallelTrials

func (x *TrainingOptions) GetMaxParallelTrials() int64

func (*TrainingOptions) GetMaxTimeSeriesLength

func (x *TrainingOptions) GetMaxTimeSeriesLength() int64

func (*TrainingOptions) GetMaxTreeDepth

func (x *TrainingOptions) GetMaxTreeDepth() int64

func (*TrainingOptions) GetMinRelativeProgress

func (x *TrainingOptions) GetMinRelativeProgress() float64

func (*TrainingOptions) GetMinSplitLoss

func (x *TrainingOptions) GetMinSplitLoss() float64

func (*TrainingOptions) GetMinTimeSeriesLength

func (x *TrainingOptions) GetMinTimeSeriesLength() int64

func (*TrainingOptions) GetMinTreeChildWeight

func (x *TrainingOptions) GetMinTreeChildWeight() int64

func (*TrainingOptions) GetModelRegistry

func (x *TrainingOptions) GetModelRegistry() string

func (*TrainingOptions) GetModelUri

func (x *TrainingOptions) GetModelUri() string

func (*TrainingOptions) GetNonSeasonalOrder

func (x *TrainingOptions) GetNonSeasonalOrder() *ArimaOrder

func (*TrainingOptions) GetNumClusters

func (x *TrainingOptions) GetNumClusters() int64

func (*TrainingOptions) GetNumFactors

func (x *TrainingOptions) GetNumFactors() int64

func (*TrainingOptions) GetNumParallelTree

func (x *TrainingOptions) GetNumParallelTree() int64

func (*TrainingOptions) GetNumPrincipalComponents

func (x *TrainingOptions) GetNumPrincipalComponents() int64

func (*TrainingOptions) GetNumTrials

func (x *TrainingOptions) GetNumTrials() int64

func (*TrainingOptions) GetOptimizationStrategy

func (x *TrainingOptions) GetOptimizationStrategy() string

func (*TrainingOptions) GetOptimizer

func (x *TrainingOptions) GetOptimizer() string

func (*TrainingOptions) GetPcaExplainedVarianceRatio

func (x *TrainingOptions) GetPcaExplainedVarianceRatio() float64

func (*TrainingOptions) GetPcaSolver

func (x *TrainingOptions) GetPcaSolver() string

func (*TrainingOptions) GetSampledShapleyNumPaths

func (x *TrainingOptions) GetSampledShapleyNumPaths() int64

func (*TrainingOptions) GetScaleFeatures

func (x *TrainingOptions) GetScaleFeatures() bool

func (*TrainingOptions) GetStandardizeFeatures

func (x *TrainingOptions) GetStandardizeFeatures() bool

func (*TrainingOptions) GetSubsample

func (x *TrainingOptions) GetSubsample() float64

func (*TrainingOptions) GetTfVersion

func (x *TrainingOptions) GetTfVersion() string

func (*TrainingOptions) GetTimeSeriesDataColumn

func (x *TrainingOptions) GetTimeSeriesDataColumn() string

func (*TrainingOptions) GetTimeSeriesIdColumn

func (x *TrainingOptions) GetTimeSeriesIdColumn() string

func (*TrainingOptions) GetTimeSeriesIdColumns

func (x *TrainingOptions) GetTimeSeriesIdColumns() []string

func (*TrainingOptions) GetTimeSeriesLengthFraction

func (x *TrainingOptions) GetTimeSeriesLengthFraction() float64

func (*TrainingOptions) GetTimeSeriesTimestampColumn

func (x *TrainingOptions) GetTimeSeriesTimestampColumn() string

func (*TrainingOptions) GetTreeMethod

func (x *TrainingOptions) GetTreeMethod() string

func (*TrainingOptions) GetTrendSmoothingWindowSize

func (x *TrainingOptions) GetTrendSmoothingWindowSize() int64

func (*TrainingOptions) GetUserColumn

func (x *TrainingOptions) GetUserColumn() string

func (*TrainingOptions) GetVertexAiModelVersionAliases

func (x *TrainingOptions) GetVertexAiModelVersionAliases() []string

func (*TrainingOptions) GetWalsAlpha

func (x *TrainingOptions) GetWalsAlpha() float64

func (*TrainingOptions) GetWarmStart

func (x *TrainingOptions) GetWarmStart() bool

func (*TrainingOptions) GetXgboostVersion

func (x *TrainingOptions) GetXgboostVersion() string

func (*TrainingOptions) ProtoMessage

func (*TrainingOptions) ProtoMessage()

func (*TrainingOptions) ProtoReflect

func (x *TrainingOptions) ProtoReflect() protoreflect.Message

func (*TrainingOptions) Reset

func (x *TrainingOptions) Reset()

func (*TrainingOptions) String

func (x *TrainingOptions) String() string

type TrainingRun

type TrainingRun struct {
	ClassLevelGlobalExplanations []*GlobalExplanation `` /* 142-byte string literal not displayed */
	DataSplitResult              *DataSplitResult     `protobuf:"bytes,2,opt,name=data_split_result,json=dataSplitResult" json:"data_split_result,omitempty"`
	EvaluationMetrics            *EvaluationMetrics   `protobuf:"bytes,3,opt,name=evaluation_metrics,json=evaluationMetrics" json:"evaluation_metrics,omitempty"`
	ModelLevelGlobalExplanation  *GlobalExplanation   `` /* 139-byte string literal not displayed */
	Results                      []*IterationResult   `protobuf:"bytes,5,rep,name=results" json:"results,omitempty"`
	StartTime                    *timestamp.Timestamp `protobuf:"bytes,6,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	TrainingOptions              *TrainingOptions     `protobuf:"bytes,7,opt,name=training_options,json=trainingOptions" json:"training_options,omitempty"`
	TrainingStartTime            *int64               `protobuf:"varint,8,opt,name=training_start_time,json=trainingStartTime" json:"training_start_time,omitempty"`
	VertexAiModelId              *string              `protobuf:"bytes,9,opt,name=vertex_ai_model_id,json=vertexAiModelId" json:"vertex_ai_model_id,omitempty"`
	VertexAiModelVersion         *string              `protobuf:"bytes,10,opt,name=vertex_ai_model_version,json=vertexAiModelVersion" json:"vertex_ai_model_version,omitempty"`
	// contains filtered or unexported fields
}

func (*TrainingRun) Descriptor deprecated

func (*TrainingRun) Descriptor() ([]byte, []int)

Deprecated: Use TrainingRun.ProtoReflect.Descriptor instead.

func (*TrainingRun) GetClassLevelGlobalExplanations

func (x *TrainingRun) GetClassLevelGlobalExplanations() []*GlobalExplanation

func (*TrainingRun) GetDataSplitResult

func (x *TrainingRun) GetDataSplitResult() *DataSplitResult

func (*TrainingRun) GetEvaluationMetrics

func (x *TrainingRun) GetEvaluationMetrics() *EvaluationMetrics

func (*TrainingRun) GetModelLevelGlobalExplanation

func (x *TrainingRun) GetModelLevelGlobalExplanation() *GlobalExplanation

func (*TrainingRun) GetResults

func (x *TrainingRun) GetResults() []*IterationResult

func (*TrainingRun) GetStartTime

func (x *TrainingRun) GetStartTime() *timestamp.Timestamp

func (*TrainingRun) GetTrainingOptions

func (x *TrainingRun) GetTrainingOptions() *TrainingOptions

func (*TrainingRun) GetTrainingStartTime

func (x *TrainingRun) GetTrainingStartTime() int64

func (*TrainingRun) GetVertexAiModelId

func (x *TrainingRun) GetVertexAiModelId() string

func (*TrainingRun) GetVertexAiModelVersion

func (x *TrainingRun) GetVertexAiModelVersion() string

func (*TrainingRun) ProtoMessage

func (*TrainingRun) ProtoMessage()

func (*TrainingRun) ProtoReflect

func (x *TrainingRun) ProtoReflect() protoreflect.Message

func (*TrainingRun) Reset

func (x *TrainingRun) Reset()

func (*TrainingRun) String

func (x *TrainingRun) String() string

type TransactionInfo

type TransactionInfo struct {
	TransactionId *string `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionInfo) Descriptor deprecated

func (*TransactionInfo) Descriptor() ([]byte, []int)

Deprecated: Use TransactionInfo.ProtoReflect.Descriptor instead.

func (*TransactionInfo) GetTransactionId

func (x *TransactionInfo) GetTransactionId() string

func (*TransactionInfo) ProtoMessage

func (*TransactionInfo) ProtoMessage()

func (*TransactionInfo) ProtoReflect

func (x *TransactionInfo) ProtoReflect() protoreflect.Message

func (*TransactionInfo) Reset

func (x *TransactionInfo) Reset()

func (*TransactionInfo) String

func (x *TransactionInfo) String() string

type TransformColumn

type TransformColumn struct {
	Name         *string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	TransformSql *string              `protobuf:"bytes,2,opt,name=transform_sql,json=transformSql" json:"transform_sql,omitempty"`
	Type         *StandardSqlDataType `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformColumn) Descriptor deprecated

func (*TransformColumn) Descriptor() ([]byte, []int)

Deprecated: Use TransformColumn.ProtoReflect.Descriptor instead.

func (*TransformColumn) GetName

func (x *TransformColumn) GetName() string

func (*TransformColumn) GetTransformSql

func (x *TransformColumn) GetTransformSql() string

func (*TransformColumn) GetType

func (x *TransformColumn) GetType() *StandardSqlDataType

func (*TransformColumn) ProtoMessage

func (*TransformColumn) ProtoMessage()

func (*TransformColumn) ProtoReflect

func (x *TransformColumn) ProtoReflect() protoreflect.Message

func (*TransformColumn) Reset

func (x *TransformColumn) Reset()

func (*TransformColumn) String

func (x *TransformColumn) String() string

type UndeleteDatasetRequest

type UndeleteDatasetRequest struct {
	DeletionTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=deletion_time,json=deletionTime" json:"deletion_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UndeleteDatasetRequest) Descriptor deprecated

func (*UndeleteDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use UndeleteDatasetRequest.ProtoReflect.Descriptor instead.

func (*UndeleteDatasetRequest) GetDeletionTime

func (x *UndeleteDatasetRequest) GetDeletionTime() *timestamp.Timestamp

func (*UndeleteDatasetRequest) ProtoMessage

func (*UndeleteDatasetRequest) ProtoMessage()

func (*UndeleteDatasetRequest) ProtoReflect

func (x *UndeleteDatasetRequest) ProtoReflect() protoreflect.Message

func (*UndeleteDatasetRequest) Reset

func (x *UndeleteDatasetRequest) Reset()

func (*UndeleteDatasetRequest) String

func (x *UndeleteDatasetRequest) String() string

type UndeleteDatasetServiceRequest

type UndeleteDatasetServiceRequest struct {
	DatasetId *string                 `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Dataset   *UndeleteDatasetRequest `protobuf:"bytes,3,opt,name=dataset" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*UndeleteDatasetServiceRequest) Descriptor deprecated

func (*UndeleteDatasetServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UndeleteDatasetServiceRequest.ProtoReflect.Descriptor instead.

func (*UndeleteDatasetServiceRequest) GetDataset

func (*UndeleteDatasetServiceRequest) GetDatasetId

func (x *UndeleteDatasetServiceRequest) GetDatasetId() string

func (*UndeleteDatasetServiceRequest) GetProjectId

func (x *UndeleteDatasetServiceRequest) GetProjectId() string

func (*UndeleteDatasetServiceRequest) ProtoMessage

func (*UndeleteDatasetServiceRequest) ProtoMessage()

func (*UndeleteDatasetServiceRequest) ProtoReflect

func (*UndeleteDatasetServiceRequest) Reset

func (x *UndeleteDatasetServiceRequest) Reset()

func (*UndeleteDatasetServiceRequest) String

type UnimplementedDatasetsServerServer

type UnimplementedDatasetsServerServer struct {
}

UnimplementedDatasetsServerServer must be embedded to have forward compatible implementations.

func (UnimplementedDatasetsServerServer) DeleteDataset

func (UnimplementedDatasetsServerServer) GetDataset

func (UnimplementedDatasetsServerServer) InsertDataset

func (UnimplementedDatasetsServerServer) ListDatasets

func (UnimplementedDatasetsServerServer) PatchDataset

func (UnimplementedDatasetsServerServer) UndeleteDataset

func (UnimplementedDatasetsServerServer) UpdateDataset

type UnimplementedJobsServerServer

type UnimplementedJobsServerServer struct {
}

UnimplementedJobsServerServer must be embedded to have forward compatible implementations.

func (UnimplementedJobsServerServer) CancelJob

func (UnimplementedJobsServerServer) DeleteJob

func (UnimplementedJobsServerServer) GetJob

func (UnimplementedJobsServerServer) GetQueryResultsJob

func (UnimplementedJobsServerServer) InsertJob

func (UnimplementedJobsServerServer) ListJobs

func (UnimplementedJobsServerServer) QueryJob

type UnimplementedModelsServerServer

type UnimplementedModelsServerServer struct {
}

UnimplementedModelsServerServer must be embedded to have forward compatible implementations.

func (UnimplementedModelsServerServer) DeleteModel

func (UnimplementedModelsServerServer) GetModel

func (UnimplementedModelsServerServer) ListModels

func (UnimplementedModelsServerServer) PatchModel

type UnimplementedProjectsServerServer

type UnimplementedProjectsServerServer struct {
}

UnimplementedProjectsServerServer must be embedded to have forward compatible implementations.

func (UnimplementedProjectsServerServer) ListProjects

type UnimplementedRoutinesServerServer

type UnimplementedRoutinesServerServer struct {
}

UnimplementedRoutinesServerServer must be embedded to have forward compatible implementations.

func (UnimplementedRoutinesServerServer) DeleteRoutine

func (UnimplementedRoutinesServerServer) GetRoutine

func (UnimplementedRoutinesServerServer) InsertRoutine

func (UnimplementedRoutinesServerServer) ListRoutines

func (UnimplementedRoutinesServerServer) UpdateRoutine

type UnimplementedRowAccessPoliciesServerServer

type UnimplementedRowAccessPoliciesServerServer struct {
}

UnimplementedRowAccessPoliciesServerServer must be embedded to have forward compatible implementations.

func (UnimplementedRowAccessPoliciesServerServer) ListRowAccessPolicies

type UnimplementedTabledataServerServer

type UnimplementedTabledataServerServer struct {
}

UnimplementedTabledataServerServer must be embedded to have forward compatible implementations.

func (UnimplementedTabledataServerServer) InsertAllTabledata

func (UnimplementedTabledataServerServer) ListTabledata

type UnimplementedTablesServerServer

type UnimplementedTablesServerServer struct {
}

UnimplementedTablesServerServer must be embedded to have forward compatible implementations.

func (UnimplementedTablesServerServer) DeleteTable

func (UnimplementedTablesServerServer) GetTable

func (UnimplementedTablesServerServer) InsertTable

func (UnimplementedTablesServerServer) ListTables

func (UnimplementedTablesServerServer) PatchTable

func (UnimplementedTablesServerServer) UpdateTable

type UnsafeDatasetsServerServer

type UnsafeDatasetsServerServer interface {
	// contains filtered or unexported methods
}

UnsafeDatasetsServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatasetsServerServer will result in compilation errors.

type UnsafeJobsServerServer

type UnsafeJobsServerServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsServerServer will result in compilation errors.

type UnsafeModelsServerServer

type UnsafeModelsServerServer interface {
	// contains filtered or unexported methods
}

UnsafeModelsServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ModelsServerServer will result in compilation errors.

type UnsafeProjectsServerServer

type UnsafeProjectsServerServer interface {
	// contains filtered or unexported methods
}

UnsafeProjectsServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectsServerServer will result in compilation errors.

type UnsafeRoutinesServerServer

type UnsafeRoutinesServerServer interface {
	// contains filtered or unexported methods
}

UnsafeRoutinesServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RoutinesServerServer will result in compilation errors.

type UnsafeRowAccessPoliciesServerServer

type UnsafeRowAccessPoliciesServerServer interface {
	// contains filtered or unexported methods
}

UnsafeRowAccessPoliciesServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RowAccessPoliciesServerServer will result in compilation errors.

type UnsafeTabledataServerServer

type UnsafeTabledataServerServer interface {
	// contains filtered or unexported methods
}

UnsafeTabledataServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TabledataServerServer will result in compilation errors.

type UnsafeTablesServerServer

type UnsafeTablesServerServer interface {
	// contains filtered or unexported methods
}

UnsafeTablesServerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TablesServerServer will result in compilation errors.

type UpdateDatasetRequest

type UpdateDatasetRequest struct {
	DatasetId *string  `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string  `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	Dataset   *Dataset `protobuf:"bytes,3,opt,name=dataset" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetRequest) Descriptor deprecated

func (*UpdateDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDatasetRequest.ProtoReflect.Descriptor instead.

func (*UpdateDatasetRequest) GetDataset

func (x *UpdateDatasetRequest) GetDataset() *Dataset

func (*UpdateDatasetRequest) GetDatasetId

func (x *UpdateDatasetRequest) GetDatasetId() string

func (*UpdateDatasetRequest) GetProjectId

func (x *UpdateDatasetRequest) GetProjectId() string

func (*UpdateDatasetRequest) ProtoMessage

func (*UpdateDatasetRequest) ProtoMessage()

func (*UpdateDatasetRequest) ProtoReflect

func (x *UpdateDatasetRequest) ProtoReflect() protoreflect.Message

func (*UpdateDatasetRequest) Reset

func (x *UpdateDatasetRequest) Reset()

func (*UpdateDatasetRequest) String

func (x *UpdateDatasetRequest) String() string

type UpdateRoutineRequest

type UpdateRoutineRequest struct {
	DatasetId *string  `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId *string  `protobuf:"bytes,2,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	RoutineId *string  `protobuf:"bytes,3,opt,name=routine_id,json=routineId" json:"routine_id,omitempty"`
	Routine   *Routine `protobuf:"bytes,4,opt,name=routine" json:"routine,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoutineRequest) Descriptor deprecated

func (*UpdateRoutineRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoutineRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoutineRequest) GetDatasetId

func (x *UpdateRoutineRequest) GetDatasetId() string

func (*UpdateRoutineRequest) GetProjectId

func (x *UpdateRoutineRequest) GetProjectId() string

func (*UpdateRoutineRequest) GetRoutine

func (x *UpdateRoutineRequest) GetRoutine() *Routine

func (*UpdateRoutineRequest) GetRoutineId

func (x *UpdateRoutineRequest) GetRoutineId() string

func (*UpdateRoutineRequest) ProtoMessage

func (*UpdateRoutineRequest) ProtoMessage()

func (*UpdateRoutineRequest) ProtoReflect

func (x *UpdateRoutineRequest) ProtoReflect() protoreflect.Message

func (*UpdateRoutineRequest) Reset

func (x *UpdateRoutineRequest) Reset()

func (*UpdateRoutineRequest) String

func (x *UpdateRoutineRequest) String() string

type UpdateTableRequest

type UpdateTableRequest struct {
	AutodetectSchema *bool   `protobuf:"varint,1,opt,name=autodetect_schema,json=autodetectSchema" json:"autodetect_schema,omitempty"`
	DatasetId        *string `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
	ProjectId        *string `protobuf:"bytes,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	TableId          *string `protobuf:"bytes,4,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Table            *Table  `protobuf:"bytes,5,opt,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTableRequest) Descriptor deprecated

func (*UpdateTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTableRequest.ProtoReflect.Descriptor instead.

func (*UpdateTableRequest) GetAutodetectSchema

func (x *UpdateTableRequest) GetAutodetectSchema() bool

func (*UpdateTableRequest) GetDatasetId

func (x *UpdateTableRequest) GetDatasetId() string

func (*UpdateTableRequest) GetProjectId

func (x *UpdateTableRequest) GetProjectId() string

func (*UpdateTableRequest) GetTable

func (x *UpdateTableRequest) GetTable() *Table

func (*UpdateTableRequest) GetTableId

func (x *UpdateTableRequest) GetTableId() string

func (*UpdateTableRequest) ProtoMessage

func (*UpdateTableRequest) ProtoMessage()

func (*UpdateTableRequest) ProtoReflect

func (x *UpdateTableRequest) ProtoReflect() protoreflect.Message

func (*UpdateTableRequest) Reset

func (x *UpdateTableRequest) Reset()

func (*UpdateTableRequest) String

func (x *UpdateTableRequest) String() string

type UserDefinedFunctionResource

type UserDefinedFunctionResource struct {
	InlineCode  *string `protobuf:"bytes,1,opt,name=inline_code,json=inlineCode" json:"inline_code,omitempty"`
	ResourceUri *string `protobuf:"bytes,2,opt,name=resource_uri,json=resourceUri" json:"resource_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDefinedFunctionResource) Descriptor deprecated

func (*UserDefinedFunctionResource) Descriptor() ([]byte, []int)

Deprecated: Use UserDefinedFunctionResource.ProtoReflect.Descriptor instead.

func (*UserDefinedFunctionResource) GetInlineCode

func (x *UserDefinedFunctionResource) GetInlineCode() string

func (*UserDefinedFunctionResource) GetResourceUri

func (x *UserDefinedFunctionResource) GetResourceUri() string

func (*UserDefinedFunctionResource) ProtoMessage

func (*UserDefinedFunctionResource) ProtoMessage()

func (*UserDefinedFunctionResource) ProtoReflect

func (*UserDefinedFunctionResource) Reset

func (x *UserDefinedFunctionResource) Reset()

func (*UserDefinedFunctionResource) String

func (x *UserDefinedFunctionResource) String() string

type VectorSearchStatistics

type VectorSearchStatistics struct {
	IndexUnusedReasons []*IndexUnusedReason `protobuf:"bytes,1,rep,name=index_unused_reasons,json=indexUnusedReasons" json:"index_unused_reasons,omitempty"`
	IndexUsageMode     *string              `protobuf:"bytes,2,opt,name=index_usage_mode,json=indexUsageMode" json:"index_usage_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*VectorSearchStatistics) Descriptor deprecated

func (*VectorSearchStatistics) Descriptor() ([]byte, []int)

Deprecated: Use VectorSearchStatistics.ProtoReflect.Descriptor instead.

func (*VectorSearchStatistics) GetIndexUnusedReasons

func (x *VectorSearchStatistics) GetIndexUnusedReasons() []*IndexUnusedReason

func (*VectorSearchStatistics) GetIndexUsageMode

func (x *VectorSearchStatistics) GetIndexUsageMode() string

func (*VectorSearchStatistics) ProtoMessage

func (*VectorSearchStatistics) ProtoMessage()

func (*VectorSearchStatistics) ProtoReflect

func (x *VectorSearchStatistics) ProtoReflect() protoreflect.Message

func (*VectorSearchStatistics) Reset

func (x *VectorSearchStatistics) Reset()

func (*VectorSearchStatistics) String

func (x *VectorSearchStatistics) String() string

type View

type View struct {
	PrivacyPolicy *PrivacyPolicy `protobuf:"bytes,1,opt,name=privacy_policy,json=privacyPolicy" json:"privacy_policy,omitempty"`
	UseLegacySql  *bool          `protobuf:"varint,2,opt,name=use_legacy_sql,json=useLegacySql" json:"use_legacy_sql,omitempty"`
	// contains filtered or unexported fields
}

func (*View) Descriptor deprecated

func (*View) Descriptor() ([]byte, []int)

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) GetPrivacyPolicy

func (x *View) GetPrivacyPolicy() *PrivacyPolicy

func (*View) GetUseLegacySql

func (x *View) GetUseLegacySql() bool

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

func (x *View) ProtoReflect() protoreflect.Message

func (*View) Reset

func (x *View) Reset()

func (*View) String

func (x *View) String() string

type ViewDefinition

type ViewDefinition struct {
	PrivacyPolicy                *PrivacyPolicy                 `protobuf:"bytes,1,opt,name=privacy_policy,json=privacyPolicy" json:"privacy_policy,omitempty"`
	Query                        *string                        `protobuf:"bytes,2,opt,name=query" json:"query,omitempty"`
	UseExplicitColumnNames       *bool                          `protobuf:"varint,3,opt,name=use_explicit_column_names,json=useExplicitColumnNames" json:"use_explicit_column_names,omitempty"`
	UseLegacySql                 *bool                          `protobuf:"varint,4,opt,name=use_legacy_sql,json=useLegacySql" json:"use_legacy_sql,omitempty"`
	UserDefinedFunctionResources []*UserDefinedFunctionResource `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ViewDefinition) Descriptor deprecated

func (*ViewDefinition) Descriptor() ([]byte, []int)

Deprecated: Use ViewDefinition.ProtoReflect.Descriptor instead.

func (*ViewDefinition) GetPrivacyPolicy

func (x *ViewDefinition) GetPrivacyPolicy() *PrivacyPolicy

func (*ViewDefinition) GetQuery

func (x *ViewDefinition) GetQuery() string

func (*ViewDefinition) GetUseExplicitColumnNames

func (x *ViewDefinition) GetUseExplicitColumnNames() bool

func (*ViewDefinition) GetUseLegacySql

func (x *ViewDefinition) GetUseLegacySql() bool

func (*ViewDefinition) GetUserDefinedFunctionResources

func (x *ViewDefinition) GetUserDefinedFunctionResources() []*UserDefinedFunctionResource

func (*ViewDefinition) ProtoMessage

func (*ViewDefinition) ProtoMessage()

func (*ViewDefinition) ProtoReflect

func (x *ViewDefinition) ProtoReflect() protoreflect.Message

func (*ViewDefinition) Reset

func (x *ViewDefinition) Reset()

func (*ViewDefinition) String

func (x *ViewDefinition) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL