...

Source file src/google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1/schema/dataset_metadata.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1/schema

     1  // Copyright 2021 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.26.0
    18  // 	protoc        v3.12.2
    19  // source: google/cloud/aiplatform/v1beta1/schema/dataset_metadata.proto
    20  
    21  package schema
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    28  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    29  )
    30  
    31  const (
    32  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  // The metadata of Datasets that contain Image DataItems.
    39  type ImageDatasetMetadata struct {
    40  	state         protoimpl.MessageState
    41  	sizeCache     protoimpl.SizeCache
    42  	unknownFields protoimpl.UnknownFields
    43  
    44  	// Points to a YAML file stored on Google Cloud Storage describing payload of
    45  	// the Image DataItems that belong to this Dataset.
    46  	DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"`
    47  	// Google Cloud Storage Bucket name that contains the blob data of this
    48  	// Dataset.
    49  	GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"`
    50  }
    51  
    52  func (x *ImageDatasetMetadata) Reset() {
    53  	*x = ImageDatasetMetadata{}
    54  	if protoimpl.UnsafeEnabled {
    55  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[0]
    56  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    57  		ms.StoreMessageInfo(mi)
    58  	}
    59  }
    60  
    61  func (x *ImageDatasetMetadata) String() string {
    62  	return protoimpl.X.MessageStringOf(x)
    63  }
    64  
    65  func (*ImageDatasetMetadata) ProtoMessage() {}
    66  
    67  func (x *ImageDatasetMetadata) ProtoReflect() protoreflect.Message {
    68  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[0]
    69  	if protoimpl.UnsafeEnabled && x != nil {
    70  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    71  		if ms.LoadMessageInfo() == nil {
    72  			ms.StoreMessageInfo(mi)
    73  		}
    74  		return ms
    75  	}
    76  	return mi.MessageOf(x)
    77  }
    78  
    79  // Deprecated: Use ImageDatasetMetadata.ProtoReflect.Descriptor instead.
    80  func (*ImageDatasetMetadata) Descriptor() ([]byte, []int) {
    81  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{0}
    82  }
    83  
    84  func (x *ImageDatasetMetadata) GetDataItemSchemaUri() string {
    85  	if x != nil {
    86  		return x.DataItemSchemaUri
    87  	}
    88  	return ""
    89  }
    90  
    91  func (x *ImageDatasetMetadata) GetGcsBucket() string {
    92  	if x != nil {
    93  		return x.GcsBucket
    94  	}
    95  	return ""
    96  }
    97  
    98  // The metadata of Datasets that contain Text DataItems.
    99  type TextDatasetMetadata struct {
   100  	state         protoimpl.MessageState
   101  	sizeCache     protoimpl.SizeCache
   102  	unknownFields protoimpl.UnknownFields
   103  
   104  	// Points to a YAML file stored on Google Cloud Storage describing payload of
   105  	// the Text DataItems that belong to this Dataset.
   106  	DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"`
   107  	// Google Cloud Storage Bucket name that contains the blob data of this
   108  	// Dataset.
   109  	GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"`
   110  }
   111  
   112  func (x *TextDatasetMetadata) Reset() {
   113  	*x = TextDatasetMetadata{}
   114  	if protoimpl.UnsafeEnabled {
   115  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[1]
   116  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   117  		ms.StoreMessageInfo(mi)
   118  	}
   119  }
   120  
   121  func (x *TextDatasetMetadata) String() string {
   122  	return protoimpl.X.MessageStringOf(x)
   123  }
   124  
   125  func (*TextDatasetMetadata) ProtoMessage() {}
   126  
   127  func (x *TextDatasetMetadata) ProtoReflect() protoreflect.Message {
   128  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[1]
   129  	if protoimpl.UnsafeEnabled && x != nil {
   130  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   131  		if ms.LoadMessageInfo() == nil {
   132  			ms.StoreMessageInfo(mi)
   133  		}
   134  		return ms
   135  	}
   136  	return mi.MessageOf(x)
   137  }
   138  
   139  // Deprecated: Use TextDatasetMetadata.ProtoReflect.Descriptor instead.
   140  func (*TextDatasetMetadata) Descriptor() ([]byte, []int) {
   141  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{1}
   142  }
   143  
   144  func (x *TextDatasetMetadata) GetDataItemSchemaUri() string {
   145  	if x != nil {
   146  		return x.DataItemSchemaUri
   147  	}
   148  	return ""
   149  }
   150  
   151  func (x *TextDatasetMetadata) GetGcsBucket() string {
   152  	if x != nil {
   153  		return x.GcsBucket
   154  	}
   155  	return ""
   156  }
   157  
   158  // The metadata of Datasets that contain Video DataItems.
   159  type VideoDatasetMetadata struct {
   160  	state         protoimpl.MessageState
   161  	sizeCache     protoimpl.SizeCache
   162  	unknownFields protoimpl.UnknownFields
   163  
   164  	// Points to a YAML file stored on Google Cloud Storage describing payload of
   165  	// the Video DataItems that belong to this Dataset.
   166  	DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"`
   167  	// Google Cloud Storage Bucket name that contains the blob data of this
   168  	// Dataset.
   169  	GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"`
   170  }
   171  
   172  func (x *VideoDatasetMetadata) Reset() {
   173  	*x = VideoDatasetMetadata{}
   174  	if protoimpl.UnsafeEnabled {
   175  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[2]
   176  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   177  		ms.StoreMessageInfo(mi)
   178  	}
   179  }
   180  
   181  func (x *VideoDatasetMetadata) String() string {
   182  	return protoimpl.X.MessageStringOf(x)
   183  }
   184  
   185  func (*VideoDatasetMetadata) ProtoMessage() {}
   186  
   187  func (x *VideoDatasetMetadata) ProtoReflect() protoreflect.Message {
   188  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[2]
   189  	if protoimpl.UnsafeEnabled && x != nil {
   190  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   191  		if ms.LoadMessageInfo() == nil {
   192  			ms.StoreMessageInfo(mi)
   193  		}
   194  		return ms
   195  	}
   196  	return mi.MessageOf(x)
   197  }
   198  
   199  // Deprecated: Use VideoDatasetMetadata.ProtoReflect.Descriptor instead.
   200  func (*VideoDatasetMetadata) Descriptor() ([]byte, []int) {
   201  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{2}
   202  }
   203  
   204  func (x *VideoDatasetMetadata) GetDataItemSchemaUri() string {
   205  	if x != nil {
   206  		return x.DataItemSchemaUri
   207  	}
   208  	return ""
   209  }
   210  
   211  func (x *VideoDatasetMetadata) GetGcsBucket() string {
   212  	if x != nil {
   213  		return x.GcsBucket
   214  	}
   215  	return ""
   216  }
   217  
   218  // The metadata of Datasets that contain tables data.
   219  type TablesDatasetMetadata struct {
   220  	state         protoimpl.MessageState
   221  	sizeCache     protoimpl.SizeCache
   222  	unknownFields protoimpl.UnknownFields
   223  
   224  	InputConfig *TablesDatasetMetadata_InputConfig `protobuf:"bytes,1,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"`
   225  }
   226  
   227  func (x *TablesDatasetMetadata) Reset() {
   228  	*x = TablesDatasetMetadata{}
   229  	if protoimpl.UnsafeEnabled {
   230  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[3]
   231  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   232  		ms.StoreMessageInfo(mi)
   233  	}
   234  }
   235  
   236  func (x *TablesDatasetMetadata) String() string {
   237  	return protoimpl.X.MessageStringOf(x)
   238  }
   239  
   240  func (*TablesDatasetMetadata) ProtoMessage() {}
   241  
   242  func (x *TablesDatasetMetadata) ProtoReflect() protoreflect.Message {
   243  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[3]
   244  	if protoimpl.UnsafeEnabled && x != nil {
   245  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   246  		if ms.LoadMessageInfo() == nil {
   247  			ms.StoreMessageInfo(mi)
   248  		}
   249  		return ms
   250  	}
   251  	return mi.MessageOf(x)
   252  }
   253  
   254  // Deprecated: Use TablesDatasetMetadata.ProtoReflect.Descriptor instead.
   255  func (*TablesDatasetMetadata) Descriptor() ([]byte, []int) {
   256  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{3}
   257  }
   258  
   259  func (x *TablesDatasetMetadata) GetInputConfig() *TablesDatasetMetadata_InputConfig {
   260  	if x != nil {
   261  		return x.InputConfig
   262  	}
   263  	return nil
   264  }
   265  
   266  // The metadata of Datasets that contain time series data.
   267  type TimeSeriesDatasetMetadata struct {
   268  	state         protoimpl.MessageState
   269  	sizeCache     protoimpl.SizeCache
   270  	unknownFields protoimpl.UnknownFields
   271  
   272  	InputConfig *TimeSeriesDatasetMetadata_InputConfig `protobuf:"bytes,1,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"`
   273  	// The column name of the time series identifier column that identifies the
   274  	// time series.
   275  	TimeSeriesIdentifierColumn string `protobuf:"bytes,2,opt,name=time_series_identifier_column,json=timeSeriesIdentifierColumn,proto3" json:"time_series_identifier_column,omitempty"`
   276  	// The column name of the time column that identifies time order in the time
   277  	// series.
   278  	TimeColumn string `protobuf:"bytes,3,opt,name=time_column,json=timeColumn,proto3" json:"time_column,omitempty"`
   279  }
   280  
   281  func (x *TimeSeriesDatasetMetadata) Reset() {
   282  	*x = TimeSeriesDatasetMetadata{}
   283  	if protoimpl.UnsafeEnabled {
   284  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[4]
   285  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   286  		ms.StoreMessageInfo(mi)
   287  	}
   288  }
   289  
   290  func (x *TimeSeriesDatasetMetadata) String() string {
   291  	return protoimpl.X.MessageStringOf(x)
   292  }
   293  
   294  func (*TimeSeriesDatasetMetadata) ProtoMessage() {}
   295  
   296  func (x *TimeSeriesDatasetMetadata) ProtoReflect() protoreflect.Message {
   297  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[4]
   298  	if protoimpl.UnsafeEnabled && x != nil {
   299  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   300  		if ms.LoadMessageInfo() == nil {
   301  			ms.StoreMessageInfo(mi)
   302  		}
   303  		return ms
   304  	}
   305  	return mi.MessageOf(x)
   306  }
   307  
   308  // Deprecated: Use TimeSeriesDatasetMetadata.ProtoReflect.Descriptor instead.
   309  func (*TimeSeriesDatasetMetadata) Descriptor() ([]byte, []int) {
   310  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{4}
   311  }
   312  
   313  func (x *TimeSeriesDatasetMetadata) GetInputConfig() *TimeSeriesDatasetMetadata_InputConfig {
   314  	if x != nil {
   315  		return x.InputConfig
   316  	}
   317  	return nil
   318  }
   319  
   320  func (x *TimeSeriesDatasetMetadata) GetTimeSeriesIdentifierColumn() string {
   321  	if x != nil {
   322  		return x.TimeSeriesIdentifierColumn
   323  	}
   324  	return ""
   325  }
   326  
   327  func (x *TimeSeriesDatasetMetadata) GetTimeColumn() string {
   328  	if x != nil {
   329  		return x.TimeColumn
   330  	}
   331  	return ""
   332  }
   333  
   334  // The tables Dataset's data source. The Dataset doesn't store the data
   335  // directly, but only pointer(s) to its data.
   336  type TablesDatasetMetadata_InputConfig struct {
   337  	state         protoimpl.MessageState
   338  	sizeCache     protoimpl.SizeCache
   339  	unknownFields protoimpl.UnknownFields
   340  
   341  	// Types that are assignable to Source:
   342  	//
   343  	//	*TablesDatasetMetadata_InputConfig_GcsSource
   344  	//	*TablesDatasetMetadata_InputConfig_BigquerySource
   345  	Source isTablesDatasetMetadata_InputConfig_Source `protobuf_oneof:"source"`
   346  }
   347  
   348  func (x *TablesDatasetMetadata_InputConfig) Reset() {
   349  	*x = TablesDatasetMetadata_InputConfig{}
   350  	if protoimpl.UnsafeEnabled {
   351  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[5]
   352  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   353  		ms.StoreMessageInfo(mi)
   354  	}
   355  }
   356  
   357  func (x *TablesDatasetMetadata_InputConfig) String() string {
   358  	return protoimpl.X.MessageStringOf(x)
   359  }
   360  
   361  func (*TablesDatasetMetadata_InputConfig) ProtoMessage() {}
   362  
   363  func (x *TablesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message {
   364  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[5]
   365  	if protoimpl.UnsafeEnabled && x != nil {
   366  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   367  		if ms.LoadMessageInfo() == nil {
   368  			ms.StoreMessageInfo(mi)
   369  		}
   370  		return ms
   371  	}
   372  	return mi.MessageOf(x)
   373  }
   374  
   375  // Deprecated: Use TablesDatasetMetadata_InputConfig.ProtoReflect.Descriptor instead.
   376  func (*TablesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int) {
   377  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{3, 0}
   378  }
   379  
   380  func (m *TablesDatasetMetadata_InputConfig) GetSource() isTablesDatasetMetadata_InputConfig_Source {
   381  	if m != nil {
   382  		return m.Source
   383  	}
   384  	return nil
   385  }
   386  
   387  func (x *TablesDatasetMetadata_InputConfig) GetGcsSource() *TablesDatasetMetadata_GcsSource {
   388  	if x, ok := x.GetSource().(*TablesDatasetMetadata_InputConfig_GcsSource); ok {
   389  		return x.GcsSource
   390  	}
   391  	return nil
   392  }
   393  
   394  func (x *TablesDatasetMetadata_InputConfig) GetBigquerySource() *TablesDatasetMetadata_BigQuerySource {
   395  	if x, ok := x.GetSource().(*TablesDatasetMetadata_InputConfig_BigquerySource); ok {
   396  		return x.BigquerySource
   397  	}
   398  	return nil
   399  }
   400  
   401  type isTablesDatasetMetadata_InputConfig_Source interface {
   402  	isTablesDatasetMetadata_InputConfig_Source()
   403  }
   404  
   405  type TablesDatasetMetadata_InputConfig_GcsSource struct {
   406  	GcsSource *TablesDatasetMetadata_GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
   407  }
   408  
   409  type TablesDatasetMetadata_InputConfig_BigquerySource struct {
   410  	BigquerySource *TablesDatasetMetadata_BigQuerySource `protobuf:"bytes,2,opt,name=bigquery_source,json=bigquerySource,proto3,oneof"`
   411  }
   412  
   413  func (*TablesDatasetMetadata_InputConfig_GcsSource) isTablesDatasetMetadata_InputConfig_Source() {}
   414  
   415  func (*TablesDatasetMetadata_InputConfig_BigquerySource) isTablesDatasetMetadata_InputConfig_Source() {
   416  }
   417  
   418  type TablesDatasetMetadata_GcsSource struct {
   419  	state         protoimpl.MessageState
   420  	sizeCache     protoimpl.SizeCache
   421  	unknownFields protoimpl.UnknownFields
   422  
   423  	// Cloud Storage URI of one or more files. Only CSV files are supported.
   424  	// The first line of the CSV file is used as the header.
   425  	// If there are multiple files, the header is the first line of
   426  	// the lexicographically first file, the other files must either
   427  	// contain the exact same header or omit the header.
   428  	Uri []string `protobuf:"bytes,1,rep,name=uri,proto3" json:"uri,omitempty"`
   429  }
   430  
   431  func (x *TablesDatasetMetadata_GcsSource) Reset() {
   432  	*x = TablesDatasetMetadata_GcsSource{}
   433  	if protoimpl.UnsafeEnabled {
   434  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[6]
   435  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   436  		ms.StoreMessageInfo(mi)
   437  	}
   438  }
   439  
   440  func (x *TablesDatasetMetadata_GcsSource) String() string {
   441  	return protoimpl.X.MessageStringOf(x)
   442  }
   443  
   444  func (*TablesDatasetMetadata_GcsSource) ProtoMessage() {}
   445  
   446  func (x *TablesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message {
   447  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[6]
   448  	if protoimpl.UnsafeEnabled && x != nil {
   449  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   450  		if ms.LoadMessageInfo() == nil {
   451  			ms.StoreMessageInfo(mi)
   452  		}
   453  		return ms
   454  	}
   455  	return mi.MessageOf(x)
   456  }
   457  
   458  // Deprecated: Use TablesDatasetMetadata_GcsSource.ProtoReflect.Descriptor instead.
   459  func (*TablesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int) {
   460  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{3, 1}
   461  }
   462  
   463  func (x *TablesDatasetMetadata_GcsSource) GetUri() []string {
   464  	if x != nil {
   465  		return x.Uri
   466  	}
   467  	return nil
   468  }
   469  
   470  type TablesDatasetMetadata_BigQuerySource struct {
   471  	state         protoimpl.MessageState
   472  	sizeCache     protoimpl.SizeCache
   473  	unknownFields protoimpl.UnknownFields
   474  
   475  	// The URI of a BigQuery table.
   476  	// e.g. bq://projectId.bqDatasetId.bqTableId
   477  	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
   478  }
   479  
   480  func (x *TablesDatasetMetadata_BigQuerySource) Reset() {
   481  	*x = TablesDatasetMetadata_BigQuerySource{}
   482  	if protoimpl.UnsafeEnabled {
   483  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[7]
   484  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   485  		ms.StoreMessageInfo(mi)
   486  	}
   487  }
   488  
   489  func (x *TablesDatasetMetadata_BigQuerySource) String() string {
   490  	return protoimpl.X.MessageStringOf(x)
   491  }
   492  
   493  func (*TablesDatasetMetadata_BigQuerySource) ProtoMessage() {}
   494  
   495  func (x *TablesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message {
   496  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[7]
   497  	if protoimpl.UnsafeEnabled && x != nil {
   498  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   499  		if ms.LoadMessageInfo() == nil {
   500  			ms.StoreMessageInfo(mi)
   501  		}
   502  		return ms
   503  	}
   504  	return mi.MessageOf(x)
   505  }
   506  
   507  // Deprecated: Use TablesDatasetMetadata_BigQuerySource.ProtoReflect.Descriptor instead.
   508  func (*TablesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int) {
   509  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{3, 2}
   510  }
   511  
   512  func (x *TablesDatasetMetadata_BigQuerySource) GetUri() string {
   513  	if x != nil {
   514  		return x.Uri
   515  	}
   516  	return ""
   517  }
   518  
   519  // The time series Dataset's data source. The Dataset doesn't store the data
   520  // directly, but only pointer(s) to its data.
   521  type TimeSeriesDatasetMetadata_InputConfig struct {
   522  	state         protoimpl.MessageState
   523  	sizeCache     protoimpl.SizeCache
   524  	unknownFields protoimpl.UnknownFields
   525  
   526  	// Types that are assignable to Source:
   527  	//
   528  	//	*TimeSeriesDatasetMetadata_InputConfig_GcsSource
   529  	//	*TimeSeriesDatasetMetadata_InputConfig_BigquerySource
   530  	Source isTimeSeriesDatasetMetadata_InputConfig_Source `protobuf_oneof:"source"`
   531  }
   532  
   533  func (x *TimeSeriesDatasetMetadata_InputConfig) Reset() {
   534  	*x = TimeSeriesDatasetMetadata_InputConfig{}
   535  	if protoimpl.UnsafeEnabled {
   536  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[8]
   537  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   538  		ms.StoreMessageInfo(mi)
   539  	}
   540  }
   541  
   542  func (x *TimeSeriesDatasetMetadata_InputConfig) String() string {
   543  	return protoimpl.X.MessageStringOf(x)
   544  }
   545  
   546  func (*TimeSeriesDatasetMetadata_InputConfig) ProtoMessage() {}
   547  
   548  func (x *TimeSeriesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message {
   549  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[8]
   550  	if protoimpl.UnsafeEnabled && x != nil {
   551  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   552  		if ms.LoadMessageInfo() == nil {
   553  			ms.StoreMessageInfo(mi)
   554  		}
   555  		return ms
   556  	}
   557  	return mi.MessageOf(x)
   558  }
   559  
   560  // Deprecated: Use TimeSeriesDatasetMetadata_InputConfig.ProtoReflect.Descriptor instead.
   561  func (*TimeSeriesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int) {
   562  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{4, 0}
   563  }
   564  
   565  func (m *TimeSeriesDatasetMetadata_InputConfig) GetSource() isTimeSeriesDatasetMetadata_InputConfig_Source {
   566  	if m != nil {
   567  		return m.Source
   568  	}
   569  	return nil
   570  }
   571  
   572  func (x *TimeSeriesDatasetMetadata_InputConfig) GetGcsSource() *TimeSeriesDatasetMetadata_GcsSource {
   573  	if x, ok := x.GetSource().(*TimeSeriesDatasetMetadata_InputConfig_GcsSource); ok {
   574  		return x.GcsSource
   575  	}
   576  	return nil
   577  }
   578  
   579  func (x *TimeSeriesDatasetMetadata_InputConfig) GetBigquerySource() *TimeSeriesDatasetMetadata_BigQuerySource {
   580  	if x, ok := x.GetSource().(*TimeSeriesDatasetMetadata_InputConfig_BigquerySource); ok {
   581  		return x.BigquerySource
   582  	}
   583  	return nil
   584  }
   585  
   586  type isTimeSeriesDatasetMetadata_InputConfig_Source interface {
   587  	isTimeSeriesDatasetMetadata_InputConfig_Source()
   588  }
   589  
   590  type TimeSeriesDatasetMetadata_InputConfig_GcsSource struct {
   591  	GcsSource *TimeSeriesDatasetMetadata_GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
   592  }
   593  
   594  type TimeSeriesDatasetMetadata_InputConfig_BigquerySource struct {
   595  	BigquerySource *TimeSeriesDatasetMetadata_BigQuerySource `protobuf:"bytes,2,opt,name=bigquery_source,json=bigquerySource,proto3,oneof"`
   596  }
   597  
   598  func (*TimeSeriesDatasetMetadata_InputConfig_GcsSource) isTimeSeriesDatasetMetadata_InputConfig_Source() {
   599  }
   600  
   601  func (*TimeSeriesDatasetMetadata_InputConfig_BigquerySource) isTimeSeriesDatasetMetadata_InputConfig_Source() {
   602  }
   603  
   604  type TimeSeriesDatasetMetadata_GcsSource struct {
   605  	state         protoimpl.MessageState
   606  	sizeCache     protoimpl.SizeCache
   607  	unknownFields protoimpl.UnknownFields
   608  
   609  	// Cloud Storage URI of one or more files. Only CSV files are supported.
   610  	// The first line of the CSV file is used as the header.
   611  	// If there are multiple files, the header is the first line of
   612  	// the lexicographically first file, the other files must either
   613  	// contain the exact same header or omit the header.
   614  	Uri []string `protobuf:"bytes,1,rep,name=uri,proto3" json:"uri,omitempty"`
   615  }
   616  
   617  func (x *TimeSeriesDatasetMetadata_GcsSource) Reset() {
   618  	*x = TimeSeriesDatasetMetadata_GcsSource{}
   619  	if protoimpl.UnsafeEnabled {
   620  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[9]
   621  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   622  		ms.StoreMessageInfo(mi)
   623  	}
   624  }
   625  
   626  func (x *TimeSeriesDatasetMetadata_GcsSource) String() string {
   627  	return protoimpl.X.MessageStringOf(x)
   628  }
   629  
   630  func (*TimeSeriesDatasetMetadata_GcsSource) ProtoMessage() {}
   631  
   632  func (x *TimeSeriesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message {
   633  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[9]
   634  	if protoimpl.UnsafeEnabled && x != nil {
   635  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   636  		if ms.LoadMessageInfo() == nil {
   637  			ms.StoreMessageInfo(mi)
   638  		}
   639  		return ms
   640  	}
   641  	return mi.MessageOf(x)
   642  }
   643  
   644  // Deprecated: Use TimeSeriesDatasetMetadata_GcsSource.ProtoReflect.Descriptor instead.
   645  func (*TimeSeriesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int) {
   646  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{4, 1}
   647  }
   648  
   649  func (x *TimeSeriesDatasetMetadata_GcsSource) GetUri() []string {
   650  	if x != nil {
   651  		return x.Uri
   652  	}
   653  	return nil
   654  }
   655  
   656  type TimeSeriesDatasetMetadata_BigQuerySource struct {
   657  	state         protoimpl.MessageState
   658  	sizeCache     protoimpl.SizeCache
   659  	unknownFields protoimpl.UnknownFields
   660  
   661  	// The URI of a BigQuery table.
   662  	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
   663  }
   664  
   665  func (x *TimeSeriesDatasetMetadata_BigQuerySource) Reset() {
   666  	*x = TimeSeriesDatasetMetadata_BigQuerySource{}
   667  	if protoimpl.UnsafeEnabled {
   668  		mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[10]
   669  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   670  		ms.StoreMessageInfo(mi)
   671  	}
   672  }
   673  
   674  func (x *TimeSeriesDatasetMetadata_BigQuerySource) String() string {
   675  	return protoimpl.X.MessageStringOf(x)
   676  }
   677  
   678  func (*TimeSeriesDatasetMetadata_BigQuerySource) ProtoMessage() {}
   679  
   680  func (x *TimeSeriesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message {
   681  	mi := &file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[10]
   682  	if protoimpl.UnsafeEnabled && x != nil {
   683  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   684  		if ms.LoadMessageInfo() == nil {
   685  			ms.StoreMessageInfo(mi)
   686  		}
   687  		return ms
   688  	}
   689  	return mi.MessageOf(x)
   690  }
   691  
   692  // Deprecated: Use TimeSeriesDatasetMetadata_BigQuerySource.ProtoReflect.Descriptor instead.
   693  func (*TimeSeriesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int) {
   694  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP(), []int{4, 2}
   695  }
   696  
   697  func (x *TimeSeriesDatasetMetadata_BigQuerySource) GetUri() string {
   698  	if x != nil {
   699  		return x.Uri
   700  	}
   701  	return ""
   702  }
   703  
   704  var File_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto protoreflect.FileDescriptor
   705  
   706  var file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDesc = []byte{
   707  	0x0a, 0x3d, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61,
   708  	0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61,
   709  	0x31, 0x2f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74,
   710  	0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
   711  	0x26, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69,
   712  	0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
   713  	0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x66, 0x0a, 0x14, 0x49, 0x6d, 0x61, 0x67, 0x65,
   714  	0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12,
   715  	0x2f, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x73, 0x63, 0x68,
   716  	0x65, 0x6d, 0x61, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64,
   717  	0x61, 0x74, 0x61, 0x49, 0x74, 0x65, 0x6d, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x55, 0x72, 0x69,
   718  	0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x63, 0x73, 0x5f, 0x62, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x02,
   719  	0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x63, 0x73, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x22,
   720  	0x65, 0x0a, 0x13, 0x54, 0x65, 0x78, 0x74, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65,
   721  	0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69,
   722  	0x74, 0x65, 0x6d, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x01,
   723  	0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x61, 0x74, 0x61, 0x49, 0x74, 0x65, 0x6d, 0x53, 0x63,
   724  	0x68, 0x65, 0x6d, 0x61, 0x55, 0x72, 0x69, 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x63, 0x73, 0x5f, 0x62,
   725  	0x75, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x63, 0x73,
   726  	0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x22, 0x66, 0x0a, 0x14, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44,
   727  	0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2f,
   728  	0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x73, 0x63, 0x68, 0x65,
   729  	0x6d, 0x61, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x61,
   730  	0x74, 0x61, 0x49, 0x74, 0x65, 0x6d, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x55, 0x72, 0x69, 0x12,
   731  	0x1d, 0x0a, 0x0a, 0x67, 0x63, 0x73, 0x5f, 0x62, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x02, 0x20,
   732  	0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x63, 0x73, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x22, 0xc5,
   733  	0x03, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74,
   734  	0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x6c, 0x0a, 0x0c, 0x69, 0x6e, 0x70, 0x75,
   735  	0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49,
   736  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69,
   737  	0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
   738  	0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x44, 0x61,
   739  	0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x49, 0x6e,
   740  	0x70, 0x75, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0b, 0x69, 0x6e, 0x70, 0x75, 0x74,
   741  	0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0xfa, 0x01, 0x0a, 0x0b, 0x49, 0x6e, 0x70, 0x75, 0x74,
   742  	0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x68, 0x0a, 0x0a, 0x67, 0x63, 0x73, 0x5f, 0x73, 0x6f,
   743  	0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x67, 0x6f, 0x6f,
   744  	0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74,
   745  	0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x73, 0x63, 0x68,
   746  	0x65, 0x6d, 0x61, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65,
   747  	0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x63, 0x73, 0x53, 0x6f, 0x75,
   748  	0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x09, 0x67, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
   749  	0x12, 0x77, 0x0a, 0x0f, 0x62, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x6f, 0x75,
   750  	0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
   751  	0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66,
   752  	0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65,
   753  	0x6d, 0x61, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74,
   754  	0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x42, 0x69, 0x67, 0x51, 0x75, 0x65, 0x72,
   755  	0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x62, 0x69, 0x67, 0x71, 0x75,
   756  	0x65, 0x72, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75,
   757  	0x72, 0x63, 0x65, 0x1a, 0x1d, 0x0a, 0x09, 0x47, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
   758  	0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x75,
   759  	0x72, 0x69, 0x1a, 0x22, 0x0a, 0x0e, 0x42, 0x69, 0x67, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x6f,
   760  	0x75, 0x72, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28,
   761  	0x09, 0x52, 0x03, 0x75, 0x72, 0x69, 0x22, 0xb9, 0x04, 0x0a, 0x19, 0x54, 0x69, 0x6d, 0x65, 0x53,
   762  	0x65, 0x72, 0x69, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61,
   763  	0x64, 0x61, 0x74, 0x61, 0x12, 0x70, 0x0a, 0x0c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x63, 0x6f,
   764  	0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4d, 0x2e, 0x67, 0x6f, 0x6f,
   765  	0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74,
   766  	0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x73, 0x63, 0x68,
   767  	0x65, 0x6d, 0x61, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x44, 0x61,
   768  	0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x49, 0x6e,
   769  	0x70, 0x75, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0b, 0x69, 0x6e, 0x70, 0x75, 0x74,
   770  	0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x41, 0x0a, 0x1d, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73,
   771  	0x65, 0x72, 0x69, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72,
   772  	0x5f, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1a, 0x74,
   773  	0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66,
   774  	0x69, 0x65, 0x72, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x69, 0x6d,
   775  	0x65, 0x5f, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
   776  	0x74, 0x69, 0x6d, 0x65, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x1a, 0x82, 0x02, 0x0a, 0x0b, 0x49,
   777  	0x6e, 0x70, 0x75, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x6c, 0x0a, 0x0a, 0x67, 0x63,
   778  	0x73, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4b,
   779  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69,
   780  	0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
   781  	0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69,
   782  	0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74,
   783  	0x61, 0x2e, 0x47, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x09, 0x67,
   784  	0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x7b, 0x0a, 0x0f, 0x62, 0x69, 0x67, 0x71,
   785  	0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
   786  	0x0b, 0x32, 0x50, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
   787  	0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65,
   788  	0x74, 0x61, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x53,
   789  	0x65, 0x72, 0x69, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61,
   790  	0x64, 0x61, 0x74, 0x61, 0x2e, 0x42, 0x69, 0x67, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x6f, 0x75,
   791  	0x72, 0x63, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x62, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x53,
   792  	0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x1a,
   793  	0x1d, 0x0a, 0x09, 0x47, 0x63, 0x73, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03,
   794  	0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x69, 0x1a, 0x22,
   795  	0x0a, 0x0e, 0x42, 0x69, 0x67, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
   796  	0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75,
   797  	0x72, 0x69, 0x42, 0x91, 0x02, 0x0a, 0x2a, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   798  	0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f,
   799  	0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d,
   800  	0x61, 0x42, 0x14, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61,
   801  	0x74, 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4c, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   802  	0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e,
   803  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73,
   804  	0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
   805  	0x6d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61,
   806  	0x3b, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0xaa, 0x02, 0x26, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   807  	0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
   808  	0x6d, 0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61,
   809  	0xca, 0x02, 0x26, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c,
   810  	0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74,
   811  	0x61, 0x31, 0x5c, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0xea, 0x02, 0x2a, 0x47, 0x6f, 0x6f, 0x67,
   812  	0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49, 0x50, 0x6c, 0x61,
   813  	0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3a, 0x3a,
   814  	0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   815  }
   816  
   817  var (
   818  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescOnce sync.Once
   819  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescData = file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDesc
   820  )
   821  
   822  func file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescGZIP() []byte {
   823  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescOnce.Do(func() {
   824  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescData)
   825  	})
   826  	return file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDescData
   827  }
   828  
   829  var file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
   830  var file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_goTypes = []interface{}{
   831  	(*ImageDatasetMetadata)(nil),                     // 0: google.cloud.aiplatform.v1beta1.schema.ImageDatasetMetadata
   832  	(*TextDatasetMetadata)(nil),                      // 1: google.cloud.aiplatform.v1beta1.schema.TextDatasetMetadata
   833  	(*VideoDatasetMetadata)(nil),                     // 2: google.cloud.aiplatform.v1beta1.schema.VideoDatasetMetadata
   834  	(*TablesDatasetMetadata)(nil),                    // 3: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata
   835  	(*TimeSeriesDatasetMetadata)(nil),                // 4: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata
   836  	(*TablesDatasetMetadata_InputConfig)(nil),        // 5: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.InputConfig
   837  	(*TablesDatasetMetadata_GcsSource)(nil),          // 6: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.GcsSource
   838  	(*TablesDatasetMetadata_BigQuerySource)(nil),     // 7: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.BigQuerySource
   839  	(*TimeSeriesDatasetMetadata_InputConfig)(nil),    // 8: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.InputConfig
   840  	(*TimeSeriesDatasetMetadata_GcsSource)(nil),      // 9: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.GcsSource
   841  	(*TimeSeriesDatasetMetadata_BigQuerySource)(nil), // 10: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.BigQuerySource
   842  }
   843  var file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_depIdxs = []int32{
   844  	5,  // 0: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.input_config:type_name -> google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.InputConfig
   845  	8,  // 1: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.input_config:type_name -> google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.InputConfig
   846  	6,  // 2: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.InputConfig.gcs_source:type_name -> google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.GcsSource
   847  	7,  // 3: google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.InputConfig.bigquery_source:type_name -> google.cloud.aiplatform.v1beta1.schema.TablesDatasetMetadata.BigQuerySource
   848  	9,  // 4: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.InputConfig.gcs_source:type_name -> google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.GcsSource
   849  	10, // 5: google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.InputConfig.bigquery_source:type_name -> google.cloud.aiplatform.v1beta1.schema.TimeSeriesDatasetMetadata.BigQuerySource
   850  	6,  // [6:6] is the sub-list for method output_type
   851  	6,  // [6:6] is the sub-list for method input_type
   852  	6,  // [6:6] is the sub-list for extension type_name
   853  	6,  // [6:6] is the sub-list for extension extendee
   854  	0,  // [0:6] is the sub-list for field type_name
   855  }
   856  
   857  func init() { file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_init() }
   858  func file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_init() {
   859  	if File_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto != nil {
   860  		return
   861  	}
   862  	if !protoimpl.UnsafeEnabled {
   863  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   864  			switch v := v.(*ImageDatasetMetadata); i {
   865  			case 0:
   866  				return &v.state
   867  			case 1:
   868  				return &v.sizeCache
   869  			case 2:
   870  				return &v.unknownFields
   871  			default:
   872  				return nil
   873  			}
   874  		}
   875  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   876  			switch v := v.(*TextDatasetMetadata); i {
   877  			case 0:
   878  				return &v.state
   879  			case 1:
   880  				return &v.sizeCache
   881  			case 2:
   882  				return &v.unknownFields
   883  			default:
   884  				return nil
   885  			}
   886  		}
   887  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   888  			switch v := v.(*VideoDatasetMetadata); i {
   889  			case 0:
   890  				return &v.state
   891  			case 1:
   892  				return &v.sizeCache
   893  			case 2:
   894  				return &v.unknownFields
   895  			default:
   896  				return nil
   897  			}
   898  		}
   899  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   900  			switch v := v.(*TablesDatasetMetadata); i {
   901  			case 0:
   902  				return &v.state
   903  			case 1:
   904  				return &v.sizeCache
   905  			case 2:
   906  				return &v.unknownFields
   907  			default:
   908  				return nil
   909  			}
   910  		}
   911  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   912  			switch v := v.(*TimeSeriesDatasetMetadata); i {
   913  			case 0:
   914  				return &v.state
   915  			case 1:
   916  				return &v.sizeCache
   917  			case 2:
   918  				return &v.unknownFields
   919  			default:
   920  				return nil
   921  			}
   922  		}
   923  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   924  			switch v := v.(*TablesDatasetMetadata_InputConfig); i {
   925  			case 0:
   926  				return &v.state
   927  			case 1:
   928  				return &v.sizeCache
   929  			case 2:
   930  				return &v.unknownFields
   931  			default:
   932  				return nil
   933  			}
   934  		}
   935  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   936  			switch v := v.(*TablesDatasetMetadata_GcsSource); i {
   937  			case 0:
   938  				return &v.state
   939  			case 1:
   940  				return &v.sizeCache
   941  			case 2:
   942  				return &v.unknownFields
   943  			default:
   944  				return nil
   945  			}
   946  		}
   947  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
   948  			switch v := v.(*TablesDatasetMetadata_BigQuerySource); i {
   949  			case 0:
   950  				return &v.state
   951  			case 1:
   952  				return &v.sizeCache
   953  			case 2:
   954  				return &v.unknownFields
   955  			default:
   956  				return nil
   957  			}
   958  		}
   959  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
   960  			switch v := v.(*TimeSeriesDatasetMetadata_InputConfig); i {
   961  			case 0:
   962  				return &v.state
   963  			case 1:
   964  				return &v.sizeCache
   965  			case 2:
   966  				return &v.unknownFields
   967  			default:
   968  				return nil
   969  			}
   970  		}
   971  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
   972  			switch v := v.(*TimeSeriesDatasetMetadata_GcsSource); i {
   973  			case 0:
   974  				return &v.state
   975  			case 1:
   976  				return &v.sizeCache
   977  			case 2:
   978  				return &v.unknownFields
   979  			default:
   980  				return nil
   981  			}
   982  		}
   983  		file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
   984  			switch v := v.(*TimeSeriesDatasetMetadata_BigQuerySource); i {
   985  			case 0:
   986  				return &v.state
   987  			case 1:
   988  				return &v.sizeCache
   989  			case 2:
   990  				return &v.unknownFields
   991  			default:
   992  				return nil
   993  			}
   994  		}
   995  	}
   996  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[5].OneofWrappers = []interface{}{
   997  		(*TablesDatasetMetadata_InputConfig_GcsSource)(nil),
   998  		(*TablesDatasetMetadata_InputConfig_BigquerySource)(nil),
   999  	}
  1000  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes[8].OneofWrappers = []interface{}{
  1001  		(*TimeSeriesDatasetMetadata_InputConfig_GcsSource)(nil),
  1002  		(*TimeSeriesDatasetMetadata_InputConfig_BigquerySource)(nil),
  1003  	}
  1004  	type x struct{}
  1005  	out := protoimpl.TypeBuilder{
  1006  		File: protoimpl.DescBuilder{
  1007  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1008  			RawDescriptor: file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDesc,
  1009  			NumEnums:      0,
  1010  			NumMessages:   11,
  1011  			NumExtensions: 0,
  1012  			NumServices:   0,
  1013  		},
  1014  		GoTypes:           file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_goTypes,
  1015  		DependencyIndexes: file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_depIdxs,
  1016  		MessageInfos:      file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_msgTypes,
  1017  	}.Build()
  1018  	File_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto = out.File
  1019  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_rawDesc = nil
  1020  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_goTypes = nil
  1021  	file_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto_depIdxs = nil
  1022  }
  1023  

View as plain text