...

Source file src/google.golang.org/genproto/googleapis/cloud/dataplex/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/dataplex/v1

     1  // Copyright 2022 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 aliasgen. DO NOT EDIT.
    16  
    17  // Package dataplex aliases all exported identifiers in package
    18  // "cloud.google.com/go/dataplex/apiv1/dataplexpb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package dataplex
    24  
    25  import (
    26  	src "cloud.google.com/go/dataplex/apiv1/dataplexpb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/dataplex/apiv1/dataplexpb
    31  const (
    32  	Action_CATEGORY_UNSPECIFIED                                 = src.Action_CATEGORY_UNSPECIFIED
    33  	Action_DATA_DISCOVERY                                       = src.Action_DATA_DISCOVERY
    34  	Action_IncompatibleDataSchema_INCOMPATIBLE                  = src.Action_IncompatibleDataSchema_INCOMPATIBLE
    35  	Action_IncompatibleDataSchema_MODIFIED                      = src.Action_IncompatibleDataSchema_MODIFIED
    36  	Action_IncompatibleDataSchema_SCHEMA_CHANGE_UNSPECIFIED     = src.Action_IncompatibleDataSchema_SCHEMA_CHANGE_UNSPECIFIED
    37  	Action_InvalidDataPartition_CONSISTENT_KEYS                 = src.Action_InvalidDataPartition_CONSISTENT_KEYS
    38  	Action_InvalidDataPartition_HIVE_STYLE_KEYS                 = src.Action_InvalidDataPartition_HIVE_STYLE_KEYS
    39  	Action_InvalidDataPartition_PARTITION_STRUCTURE_UNSPECIFIED = src.Action_InvalidDataPartition_PARTITION_STRUCTURE_UNSPECIFIED
    40  	Action_RESOURCE_MANAGEMENT                                  = src.Action_RESOURCE_MANAGEMENT
    41  	Action_SECURITY_POLICY                                      = src.Action_SECURITY_POLICY
    42  	Asset_DiscoveryStatus_DISABLED                              = src.Asset_DiscoveryStatus_DISABLED
    43  	Asset_DiscoveryStatus_IN_PROGRESS                           = src.Asset_DiscoveryStatus_IN_PROGRESS
    44  	Asset_DiscoveryStatus_PAUSED                                = src.Asset_DiscoveryStatus_PAUSED
    45  	Asset_DiscoveryStatus_SCHEDULED                             = src.Asset_DiscoveryStatus_SCHEDULED
    46  	Asset_DiscoveryStatus_STATE_UNSPECIFIED                     = src.Asset_DiscoveryStatus_STATE_UNSPECIFIED
    47  	Asset_ResourceSpec_BIGQUERY_DATASET                         = src.Asset_ResourceSpec_BIGQUERY_DATASET
    48  	Asset_ResourceSpec_STORAGE_BUCKET                           = src.Asset_ResourceSpec_STORAGE_BUCKET
    49  	Asset_ResourceSpec_TYPE_UNSPECIFIED                         = src.Asset_ResourceSpec_TYPE_UNSPECIFIED
    50  	Asset_ResourceStatus_ERROR                                  = src.Asset_ResourceStatus_ERROR
    51  	Asset_ResourceStatus_READY                                  = src.Asset_ResourceStatus_READY
    52  	Asset_ResourceStatus_STATE_UNSPECIFIED                      = src.Asset_ResourceStatus_STATE_UNSPECIFIED
    53  	Asset_SecurityStatus_APPLYING                               = src.Asset_SecurityStatus_APPLYING
    54  	Asset_SecurityStatus_ERROR                                  = src.Asset_SecurityStatus_ERROR
    55  	Asset_SecurityStatus_READY                                  = src.Asset_SecurityStatus_READY
    56  	Asset_SecurityStatus_STATE_UNSPECIFIED                      = src.Asset_SecurityStatus_STATE_UNSPECIFIED
    57  	Content_Notebook_KERNEL_TYPE_UNSPECIFIED                    = src.Content_Notebook_KERNEL_TYPE_UNSPECIFIED
    58  	Content_Notebook_PYTHON3                                    = src.Content_Notebook_PYTHON3
    59  	Content_SqlScript_QUERY_ENGINE_UNSPECIFIED                  = src.Content_SqlScript_QUERY_ENGINE_UNSPECIFIED
    60  	Content_SqlScript_SPARK                                     = src.Content_SqlScript_SPARK
    61  	DiscoveryEvent_CONFIG                                       = src.DiscoveryEvent_CONFIG
    62  	DiscoveryEvent_ENTITY_CREATED                               = src.DiscoveryEvent_ENTITY_CREATED
    63  	DiscoveryEvent_ENTITY_DELETED                               = src.DiscoveryEvent_ENTITY_DELETED
    64  	DiscoveryEvent_ENTITY_TYPE_UNSPECIFIED                      = src.DiscoveryEvent_ENTITY_TYPE_UNSPECIFIED
    65  	DiscoveryEvent_ENTITY_UPDATED                               = src.DiscoveryEvent_ENTITY_UPDATED
    66  	DiscoveryEvent_EVENT_TYPE_UNSPECIFIED                       = src.DiscoveryEvent_EVENT_TYPE_UNSPECIFIED
    67  	DiscoveryEvent_FILESET                                      = src.DiscoveryEvent_FILESET
    68  	DiscoveryEvent_PARTITION_CREATED                            = src.DiscoveryEvent_PARTITION_CREATED
    69  	DiscoveryEvent_PARTITION_DELETED                            = src.DiscoveryEvent_PARTITION_DELETED
    70  	DiscoveryEvent_PARTITION_UPDATED                            = src.DiscoveryEvent_PARTITION_UPDATED
    71  	DiscoveryEvent_TABLE                                        = src.DiscoveryEvent_TABLE
    72  	Entity_FILESET                                              = src.Entity_FILESET
    73  	Entity_TABLE                                                = src.Entity_TABLE
    74  	Entity_TYPE_UNSPECIFIED                                     = src.Entity_TYPE_UNSPECIFIED
    75  	GetContentRequest_BASIC                                     = src.GetContentRequest_BASIC
    76  	GetContentRequest_CONTENT_VIEW_UNSPECIFIED                  = src.GetContentRequest_CONTENT_VIEW_UNSPECIFIED
    77  	GetContentRequest_FULL                                      = src.GetContentRequest_FULL
    78  	GetEntityRequest_BASIC                                      = src.GetEntityRequest_BASIC
    79  	GetEntityRequest_ENTITY_VIEW_UNSPECIFIED                    = src.GetEntityRequest_ENTITY_VIEW_UNSPECIFIED
    80  	GetEntityRequest_FULL                                       = src.GetEntityRequest_FULL
    81  	GetEntityRequest_SCHEMA                                     = src.GetEntityRequest_SCHEMA
    82  	JobEvent_ABORTED                                            = src.JobEvent_ABORTED
    83  	JobEvent_CANCELLED                                          = src.JobEvent_CANCELLED
    84  	JobEvent_DATAPROC                                           = src.JobEvent_DATAPROC
    85  	JobEvent_FAILED                                             = src.JobEvent_FAILED
    86  	JobEvent_NOTEBOOK                                           = src.JobEvent_NOTEBOOK
    87  	JobEvent_SERVICE_UNSPECIFIED                                = src.JobEvent_SERVICE_UNSPECIFIED
    88  	JobEvent_SPARK                                              = src.JobEvent_SPARK
    89  	JobEvent_STATE_UNSPECIFIED                                  = src.JobEvent_STATE_UNSPECIFIED
    90  	JobEvent_SUCCEEDED                                          = src.JobEvent_SUCCEEDED
    91  	JobEvent_TYPE_UNSPECIFIED                                   = src.JobEvent_TYPE_UNSPECIFIED
    92  	Job_ABORTED                                                 = src.Job_ABORTED
    93  	Job_CANCELLED                                               = src.Job_CANCELLED
    94  	Job_CANCELLING                                              = src.Job_CANCELLING
    95  	Job_DATAPROC                                                = src.Job_DATAPROC
    96  	Job_FAILED                                                  = src.Job_FAILED
    97  	Job_RUNNING                                                 = src.Job_RUNNING
    98  	Job_SERVICE_UNSPECIFIED                                     = src.Job_SERVICE_UNSPECIFIED
    99  	Job_STATE_UNSPECIFIED                                       = src.Job_STATE_UNSPECIFIED
   100  	Job_SUCCEEDED                                               = src.Job_SUCCEEDED
   101  	Lake_MetastoreStatus_ERROR                                  = src.Lake_MetastoreStatus_ERROR
   102  	Lake_MetastoreStatus_NONE                                   = src.Lake_MetastoreStatus_NONE
   103  	Lake_MetastoreStatus_READY                                  = src.Lake_MetastoreStatus_READY
   104  	Lake_MetastoreStatus_STATE_UNSPECIFIED                      = src.Lake_MetastoreStatus_STATE_UNSPECIFIED
   105  	Lake_MetastoreStatus_UPDATING                               = src.Lake_MetastoreStatus_UPDATING
   106  	ListEntitiesRequest_ENTITY_VIEW_UNSPECIFIED                 = src.ListEntitiesRequest_ENTITY_VIEW_UNSPECIFIED
   107  	ListEntitiesRequest_FILESETS                                = src.ListEntitiesRequest_FILESETS
   108  	ListEntitiesRequest_TABLES                                  = src.ListEntitiesRequest_TABLES
   109  	Schema_BINARY                                               = src.Schema_BINARY
   110  	Schema_BOOLEAN                                              = src.Schema_BOOLEAN
   111  	Schema_BYTE                                                 = src.Schema_BYTE
   112  	Schema_DATE                                                 = src.Schema_DATE
   113  	Schema_DECIMAL                                              = src.Schema_DECIMAL
   114  	Schema_DOUBLE                                               = src.Schema_DOUBLE
   115  	Schema_FLOAT                                                = src.Schema_FLOAT
   116  	Schema_HIVE_COMPATIBLE                                      = src.Schema_HIVE_COMPATIBLE
   117  	Schema_INT16                                                = src.Schema_INT16
   118  	Schema_INT32                                                = src.Schema_INT32
   119  	Schema_INT64                                                = src.Schema_INT64
   120  	Schema_MODE_UNSPECIFIED                                     = src.Schema_MODE_UNSPECIFIED
   121  	Schema_NULL                                                 = src.Schema_NULL
   122  	Schema_NULLABLE                                             = src.Schema_NULLABLE
   123  	Schema_PARTITION_STYLE_UNSPECIFIED                          = src.Schema_PARTITION_STYLE_UNSPECIFIED
   124  	Schema_RECORD                                               = src.Schema_RECORD
   125  	Schema_REPEATED                                             = src.Schema_REPEATED
   126  	Schema_REQUIRED                                             = src.Schema_REQUIRED
   127  	Schema_STRING                                               = src.Schema_STRING
   128  	Schema_TIME                                                 = src.Schema_TIME
   129  	Schema_TIMESTAMP                                            = src.Schema_TIMESTAMP
   130  	Schema_TYPE_UNSPECIFIED                                     = src.Schema_TYPE_UNSPECIFIED
   131  	SessionEvent_CREATE                                         = src.SessionEvent_CREATE
   132  	SessionEvent_EVENT_TYPE_UNSPECIFIED                         = src.SessionEvent_EVENT_TYPE_UNSPECIFIED
   133  	SessionEvent_QUERY                                          = src.SessionEvent_QUERY
   134  	SessionEvent_QueryDetail_BIGQUERY                           = src.SessionEvent_QueryDetail_BIGQUERY
   135  	SessionEvent_QueryDetail_ENGINE_UNSPECIFIED                 = src.SessionEvent_QueryDetail_ENGINE_UNSPECIFIED
   136  	SessionEvent_QueryDetail_SPARK_SQL                          = src.SessionEvent_QueryDetail_SPARK_SQL
   137  	SessionEvent_START                                          = src.SessionEvent_START
   138  	SessionEvent_STOP                                           = src.SessionEvent_STOP
   139  	State_ACTION_REQUIRED                                       = src.State_ACTION_REQUIRED
   140  	State_ACTIVE                                                = src.State_ACTIVE
   141  	State_CREATING                                              = src.State_CREATING
   142  	State_DELETING                                              = src.State_DELETING
   143  	State_STATE_UNSPECIFIED                                     = src.State_STATE_UNSPECIFIED
   144  	StorageFormat_AUDIO                                         = src.StorageFormat_AUDIO
   145  	StorageFormat_AVRO                                          = src.StorageFormat_AVRO
   146  	StorageFormat_BZIP2                                         = src.StorageFormat_BZIP2
   147  	StorageFormat_COMPRESSION_FORMAT_UNSPECIFIED                = src.StorageFormat_COMPRESSION_FORMAT_UNSPECIFIED
   148  	StorageFormat_CSV                                           = src.StorageFormat_CSV
   149  	StorageFormat_FORMAT_UNSPECIFIED                            = src.StorageFormat_FORMAT_UNSPECIFIED
   150  	StorageFormat_GZIP                                          = src.StorageFormat_GZIP
   151  	StorageFormat_IMAGE                                         = src.StorageFormat_IMAGE
   152  	StorageFormat_JSON                                          = src.StorageFormat_JSON
   153  	StorageFormat_ORC                                           = src.StorageFormat_ORC
   154  	StorageFormat_OTHER                                         = src.StorageFormat_OTHER
   155  	StorageFormat_PARQUET                                       = src.StorageFormat_PARQUET
   156  	StorageFormat_TEXT                                          = src.StorageFormat_TEXT
   157  	StorageFormat_TFRECORD                                      = src.StorageFormat_TFRECORD
   158  	StorageFormat_UNKNOWN                                       = src.StorageFormat_UNKNOWN
   159  	StorageFormat_VIDEO                                         = src.StorageFormat_VIDEO
   160  	StorageSystem_BIGQUERY                                      = src.StorageSystem_BIGQUERY
   161  	StorageSystem_CLOUD_STORAGE                                 = src.StorageSystem_CLOUD_STORAGE
   162  	StorageSystem_STORAGE_SYSTEM_UNSPECIFIED                    = src.StorageSystem_STORAGE_SYSTEM_UNSPECIFIED
   163  	Task_TriggerSpec_ON_DEMAND                                  = src.Task_TriggerSpec_ON_DEMAND
   164  	Task_TriggerSpec_RECURRING                                  = src.Task_TriggerSpec_RECURRING
   165  	Task_TriggerSpec_TYPE_UNSPECIFIED                           = src.Task_TriggerSpec_TYPE_UNSPECIFIED
   166  	Zone_CURATED                                                = src.Zone_CURATED
   167  	Zone_RAW                                                    = src.Zone_RAW
   168  	Zone_ResourceSpec_LOCATION_TYPE_UNSPECIFIED                 = src.Zone_ResourceSpec_LOCATION_TYPE_UNSPECIFIED
   169  	Zone_ResourceSpec_MULTI_REGION                              = src.Zone_ResourceSpec_MULTI_REGION
   170  	Zone_ResourceSpec_SINGLE_REGION                             = src.Zone_ResourceSpec_SINGLE_REGION
   171  	Zone_TYPE_UNSPECIFIED                                       = src.Zone_TYPE_UNSPECIFIED
   172  )
   173  
   174  // Deprecated: Please use vars in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   175  var (
   176  	Action_Category_name                                 = src.Action_Category_name
   177  	Action_Category_value                                = src.Action_Category_value
   178  	Action_IncompatibleDataSchema_SchemaChange_name      = src.Action_IncompatibleDataSchema_SchemaChange_name
   179  	Action_IncompatibleDataSchema_SchemaChange_value     = src.Action_IncompatibleDataSchema_SchemaChange_value
   180  	Action_InvalidDataPartition_PartitionStructure_name  = src.Action_InvalidDataPartition_PartitionStructure_name
   181  	Action_InvalidDataPartition_PartitionStructure_value = src.Action_InvalidDataPartition_PartitionStructure_value
   182  	Asset_DiscoveryStatus_State_name                     = src.Asset_DiscoveryStatus_State_name
   183  	Asset_DiscoveryStatus_State_value                    = src.Asset_DiscoveryStatus_State_value
   184  	Asset_ResourceSpec_Type_name                         = src.Asset_ResourceSpec_Type_name
   185  	Asset_ResourceSpec_Type_value                        = src.Asset_ResourceSpec_Type_value
   186  	Asset_ResourceStatus_State_name                      = src.Asset_ResourceStatus_State_name
   187  	Asset_ResourceStatus_State_value                     = src.Asset_ResourceStatus_State_value
   188  	Asset_SecurityStatus_State_name                      = src.Asset_SecurityStatus_State_name
   189  	Asset_SecurityStatus_State_value                     = src.Asset_SecurityStatus_State_value
   190  	Content_Notebook_KernelType_name                     = src.Content_Notebook_KernelType_name
   191  	Content_Notebook_KernelType_value                    = src.Content_Notebook_KernelType_value
   192  	Content_SqlScript_QueryEngine_name                   = src.Content_SqlScript_QueryEngine_name
   193  	Content_SqlScript_QueryEngine_value                  = src.Content_SqlScript_QueryEngine_value
   194  	DiscoveryEvent_EntityType_name                       = src.DiscoveryEvent_EntityType_name
   195  	DiscoveryEvent_EntityType_value                      = src.DiscoveryEvent_EntityType_value
   196  	DiscoveryEvent_EventType_name                        = src.DiscoveryEvent_EventType_name
   197  	DiscoveryEvent_EventType_value                       = src.DiscoveryEvent_EventType_value
   198  	Entity_Type_name                                     = src.Entity_Type_name
   199  	Entity_Type_value                                    = src.Entity_Type_value
   200  	File_google_cloud_dataplex_v1_analyze_proto          = src.File_google_cloud_dataplex_v1_analyze_proto
   201  	File_google_cloud_dataplex_v1_content_proto          = src.File_google_cloud_dataplex_v1_content_proto
   202  	File_google_cloud_dataplex_v1_logs_proto             = src.File_google_cloud_dataplex_v1_logs_proto
   203  	File_google_cloud_dataplex_v1_metadata_proto         = src.File_google_cloud_dataplex_v1_metadata_proto
   204  	File_google_cloud_dataplex_v1_resources_proto        = src.File_google_cloud_dataplex_v1_resources_proto
   205  	File_google_cloud_dataplex_v1_service_proto          = src.File_google_cloud_dataplex_v1_service_proto
   206  	File_google_cloud_dataplex_v1_tasks_proto            = src.File_google_cloud_dataplex_v1_tasks_proto
   207  	GetContentRequest_ContentView_name                   = src.GetContentRequest_ContentView_name
   208  	GetContentRequest_ContentView_value                  = src.GetContentRequest_ContentView_value
   209  	GetEntityRequest_EntityView_name                     = src.GetEntityRequest_EntityView_name
   210  	GetEntityRequest_EntityView_value                    = src.GetEntityRequest_EntityView_value
   211  	JobEvent_Service_name                                = src.JobEvent_Service_name
   212  	JobEvent_Service_value                               = src.JobEvent_Service_value
   213  	JobEvent_State_name                                  = src.JobEvent_State_name
   214  	JobEvent_State_value                                 = src.JobEvent_State_value
   215  	JobEvent_Type_name                                   = src.JobEvent_Type_name
   216  	JobEvent_Type_value                                  = src.JobEvent_Type_value
   217  	Job_Service_name                                     = src.Job_Service_name
   218  	Job_Service_value                                    = src.Job_Service_value
   219  	Job_State_name                                       = src.Job_State_name
   220  	Job_State_value                                      = src.Job_State_value
   221  	Lake_MetastoreStatus_State_name                      = src.Lake_MetastoreStatus_State_name
   222  	Lake_MetastoreStatus_State_value                     = src.Lake_MetastoreStatus_State_value
   223  	ListEntitiesRequest_EntityView_name                  = src.ListEntitiesRequest_EntityView_name
   224  	ListEntitiesRequest_EntityView_value                 = src.ListEntitiesRequest_EntityView_value
   225  	Schema_Mode_name                                     = src.Schema_Mode_name
   226  	Schema_Mode_value                                    = src.Schema_Mode_value
   227  	Schema_PartitionStyle_name                           = src.Schema_PartitionStyle_name
   228  	Schema_PartitionStyle_value                          = src.Schema_PartitionStyle_value
   229  	Schema_Type_name                                     = src.Schema_Type_name
   230  	Schema_Type_value                                    = src.Schema_Type_value
   231  	SessionEvent_EventType_name                          = src.SessionEvent_EventType_name
   232  	SessionEvent_EventType_value                         = src.SessionEvent_EventType_value
   233  	SessionEvent_QueryDetail_Engine_name                 = src.SessionEvent_QueryDetail_Engine_name
   234  	SessionEvent_QueryDetail_Engine_value                = src.SessionEvent_QueryDetail_Engine_value
   235  	State_name                                           = src.State_name
   236  	State_value                                          = src.State_value
   237  	StorageFormat_CompressionFormat_name                 = src.StorageFormat_CompressionFormat_name
   238  	StorageFormat_CompressionFormat_value                = src.StorageFormat_CompressionFormat_value
   239  	StorageFormat_Format_name                            = src.StorageFormat_Format_name
   240  	StorageFormat_Format_value                           = src.StorageFormat_Format_value
   241  	StorageSystem_name                                   = src.StorageSystem_name
   242  	StorageSystem_value                                  = src.StorageSystem_value
   243  	Task_TriggerSpec_Type_name                           = src.Task_TriggerSpec_Type_name
   244  	Task_TriggerSpec_Type_value                          = src.Task_TriggerSpec_Type_value
   245  	Zone_ResourceSpec_LocationType_name                  = src.Zone_ResourceSpec_LocationType_name
   246  	Zone_ResourceSpec_LocationType_value                 = src.Zone_ResourceSpec_LocationType_value
   247  	Zone_Type_name                                       = src.Zone_Type_name
   248  	Zone_Type_value                                      = src.Zone_Type_value
   249  )
   250  
   251  // Action represents an issue requiring administrator action for resolution.
   252  //
   253  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   254  type Action = src.Action
   255  
   256  // The category of issues.
   257  //
   258  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   259  type Action_Category = src.Action_Category
   260  
   261  // Failed to apply security policy to the managed resource(s) under a lake,
   262  // zone or an asset. For a lake or zone resource, one or more underlying assets
   263  // has a failure applying security policy to the associated managed resource.
   264  //
   265  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   266  type Action_FailedSecurityPolicyApply = src.Action_FailedSecurityPolicyApply
   267  type Action_FailedSecurityPolicyApply_ = src.Action_FailedSecurityPolicyApply_
   268  
   269  // Action details for incompatible schemas detected by discovery.
   270  //
   271  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   272  type Action_IncompatibleDataSchema = src.Action_IncompatibleDataSchema
   273  type Action_IncompatibleDataSchema_ = src.Action_IncompatibleDataSchema_
   274  
   275  // Whether the action relates to a schema that is incompatible or modified.
   276  //
   277  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   278  type Action_IncompatibleDataSchema_SchemaChange = src.Action_IncompatibleDataSchema_SchemaChange
   279  
   280  // Action details for invalid or unsupported data files detected by discovery.
   281  //
   282  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   283  type Action_InvalidDataFormat = src.Action_InvalidDataFormat
   284  type Action_InvalidDataFormat_ = src.Action_InvalidDataFormat_
   285  
   286  // Action details for invalid data arrangement.
   287  //
   288  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   289  type Action_InvalidDataOrganization = src.Action_InvalidDataOrganization
   290  type Action_InvalidDataOrganization_ = src.Action_InvalidDataOrganization_
   291  
   292  // Action details for invalid or unsupported partitions detected by discovery.
   293  //
   294  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   295  type Action_InvalidDataPartition = src.Action_InvalidDataPartition
   296  type Action_InvalidDataPartition_ = src.Action_InvalidDataPartition_
   297  
   298  // The expected partition structure.
   299  //
   300  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   301  type Action_InvalidDataPartition_PartitionStructure = src.Action_InvalidDataPartition_PartitionStructure
   302  
   303  // Action details for absence of data detected by discovery.
   304  //
   305  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   306  type Action_MissingData = src.Action_MissingData
   307  type Action_MissingData_ = src.Action_MissingData_
   308  
   309  // Action details for resource references in assets that cannot be located.
   310  //
   311  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   312  type Action_MissingResource = src.Action_MissingResource
   313  type Action_MissingResource_ = src.Action_MissingResource_
   314  
   315  // Action details for unauthorized resource issues raised to indicate that the
   316  // service account associated with the lake instance is not authorized to
   317  // access or manage the resource associated with an asset.
   318  //
   319  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   320  type Action_UnauthorizedResource = src.Action_UnauthorizedResource
   321  type Action_UnauthorizedResource_ = src.Action_UnauthorizedResource_
   322  
   323  // An asset represents a cloud resource that is being managed within a lake as
   324  // a member of a zone.
   325  //
   326  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   327  type Asset = src.Asset
   328  
   329  // Aggregated status of the underlying assets of a lake or zone.
   330  //
   331  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   332  type AssetStatus = src.AssetStatus
   333  
   334  // Settings to manage the metadata discovery and publishing for an asset.
   335  //
   336  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   337  type Asset_DiscoverySpec = src.Asset_DiscoverySpec
   338  
   339  // Describe CSV and similar semi-structured data formats.
   340  //
   341  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   342  type Asset_DiscoverySpec_CsvOptions = src.Asset_DiscoverySpec_CsvOptions
   343  
   344  // Describe JSON data format.
   345  //
   346  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   347  type Asset_DiscoverySpec_JsonOptions = src.Asset_DiscoverySpec_JsonOptions
   348  type Asset_DiscoverySpec_Schedule = src.Asset_DiscoverySpec_Schedule
   349  
   350  // Status of discovery for an asset.
   351  //
   352  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   353  type Asset_DiscoveryStatus = src.Asset_DiscoveryStatus
   354  
   355  // Current state of discovery.
   356  //
   357  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   358  type Asset_DiscoveryStatus_State = src.Asset_DiscoveryStatus_State
   359  
   360  // The aggregated data statistics for the asset reported by discovery.
   361  //
   362  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   363  type Asset_DiscoveryStatus_Stats = src.Asset_DiscoveryStatus_Stats
   364  
   365  // Identifies the cloud resource that is referenced by this asset.
   366  //
   367  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   368  type Asset_ResourceSpec = src.Asset_ResourceSpec
   369  
   370  // Type of resource.
   371  //
   372  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   373  type Asset_ResourceSpec_Type = src.Asset_ResourceSpec_Type
   374  
   375  // Status of the resource referenced by an asset.
   376  //
   377  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   378  type Asset_ResourceStatus = src.Asset_ResourceStatus
   379  
   380  // The state of a resource.
   381  //
   382  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   383  type Asset_ResourceStatus_State = src.Asset_ResourceStatus_State
   384  
   385  // Security policy status of the asset. Data security policy, i.e., readers,
   386  // writers & owners, should be specified in the lake/zone/asset IAM policy.
   387  //
   388  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   389  type Asset_SecurityStatus = src.Asset_SecurityStatus
   390  
   391  // The state of the security policy.
   392  //
   393  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   394  type Asset_SecurityStatus_State = src.Asset_SecurityStatus_State
   395  
   396  // Cancel task jobs.
   397  //
   398  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   399  type CancelJobRequest = src.CancelJobRequest
   400  
   401  // Content represents a user-visible notebook or a sql script
   402  //
   403  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   404  type Content = src.Content
   405  
   406  // ContentServiceClient is the client API for ContentService service. For
   407  // semantics around ctx use and closing/ending streaming RPCs, please refer to
   408  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   409  //
   410  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   411  type ContentServiceClient = src.ContentServiceClient
   412  
   413  // ContentServiceServer is the server API for ContentService service.
   414  //
   415  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   416  type ContentServiceServer = src.ContentServiceServer
   417  type Content_DataText = src.Content_DataText
   418  
   419  // Configuration for Notebook content.
   420  //
   421  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   422  type Content_Notebook = src.Content_Notebook
   423  type Content_Notebook_ = src.Content_Notebook_
   424  
   425  // Kernel Type of the Jupyter notebook.
   426  //
   427  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   428  type Content_Notebook_KernelType = src.Content_Notebook_KernelType
   429  
   430  // Configuration for the Sql Script content.
   431  //
   432  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   433  type Content_SqlScript = src.Content_SqlScript
   434  type Content_SqlScript_ = src.Content_SqlScript_
   435  
   436  // Query Engine Type of the SQL Script.
   437  //
   438  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   439  type Content_SqlScript_QueryEngine = src.Content_SqlScript_QueryEngine
   440  
   441  // Create asset request.
   442  //
   443  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   444  type CreateAssetRequest = src.CreateAssetRequest
   445  
   446  // Create content request.
   447  //
   448  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   449  type CreateContentRequest = src.CreateContentRequest
   450  
   451  // Create a metadata entity request.
   452  //
   453  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   454  type CreateEntityRequest = src.CreateEntityRequest
   455  
   456  // Create environment request.
   457  //
   458  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   459  type CreateEnvironmentRequest = src.CreateEnvironmentRequest
   460  
   461  // Create lake request.
   462  //
   463  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   464  type CreateLakeRequest = src.CreateLakeRequest
   465  
   466  // Create metadata partition request.
   467  //
   468  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   469  type CreatePartitionRequest = src.CreatePartitionRequest
   470  
   471  // Create task request.
   472  //
   473  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   474  type CreateTaskRequest = src.CreateTaskRequest
   475  
   476  // Create zone request.
   477  //
   478  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   479  type CreateZoneRequest = src.CreateZoneRequest
   480  
   481  // DataplexServiceClient is the client API for DataplexService service. For
   482  // semantics around ctx use and closing/ending streaming RPCs, please refer to
   483  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   484  //
   485  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   486  type DataplexServiceClient = src.DataplexServiceClient
   487  
   488  // DataplexServiceServer is the server API for DataplexService service.
   489  //
   490  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   491  type DataplexServiceServer = src.DataplexServiceServer
   492  
   493  // Delete asset request.
   494  //
   495  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   496  type DeleteAssetRequest = src.DeleteAssetRequest
   497  
   498  // Delete content request.
   499  //
   500  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   501  type DeleteContentRequest = src.DeleteContentRequest
   502  
   503  // Delete a metadata entity request.
   504  //
   505  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   506  type DeleteEntityRequest = src.DeleteEntityRequest
   507  
   508  // Delete environment request.
   509  //
   510  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   511  type DeleteEnvironmentRequest = src.DeleteEnvironmentRequest
   512  
   513  // Delete lake request.
   514  //
   515  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   516  type DeleteLakeRequest = src.DeleteLakeRequest
   517  
   518  // Delete metadata partition request.
   519  //
   520  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   521  type DeletePartitionRequest = src.DeletePartitionRequest
   522  
   523  // Delete task request.
   524  //
   525  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   526  type DeleteTaskRequest = src.DeleteTaskRequest
   527  
   528  // Delete zone request.
   529  //
   530  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   531  type DeleteZoneRequest = src.DeleteZoneRequest
   532  
   533  // The payload associated with Discovery data processing.
   534  //
   535  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   536  type DiscoveryEvent = src.DiscoveryEvent
   537  type DiscoveryEvent_Action = src.DiscoveryEvent_Action
   538  
   539  // Details about the action.
   540  //
   541  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   542  type DiscoveryEvent_ActionDetails = src.DiscoveryEvent_ActionDetails
   543  type DiscoveryEvent_Config = src.DiscoveryEvent_Config
   544  
   545  // Details about configuration events.
   546  //
   547  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   548  type DiscoveryEvent_ConfigDetails = src.DiscoveryEvent_ConfigDetails
   549  type DiscoveryEvent_Entity = src.DiscoveryEvent_Entity
   550  
   551  // Details about the entity.
   552  //
   553  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   554  type DiscoveryEvent_EntityDetails = src.DiscoveryEvent_EntityDetails
   555  
   556  // The type of the entity.
   557  //
   558  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   559  type DiscoveryEvent_EntityType = src.DiscoveryEvent_EntityType
   560  
   561  // The type of the event.
   562  //
   563  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   564  type DiscoveryEvent_EventType = src.DiscoveryEvent_EventType
   565  type DiscoveryEvent_Partition = src.DiscoveryEvent_Partition
   566  
   567  // Details about the partition.
   568  //
   569  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   570  type DiscoveryEvent_PartitionDetails = src.DiscoveryEvent_PartitionDetails
   571  
   572  // Represents tables and fileset metadata contained within a zone.
   573  //
   574  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   575  type Entity = src.Entity
   576  
   577  // Provides compatibility information for various metadata stores.
   578  //
   579  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   580  type Entity_CompatibilityStatus = src.Entity_CompatibilityStatus
   581  
   582  // Provides compatibility information for a specific metadata store.
   583  //
   584  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   585  type Entity_CompatibilityStatus_Compatibility = src.Entity_CompatibilityStatus_Compatibility
   586  
   587  // The type of entity.
   588  //
   589  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   590  type Entity_Type = src.Entity_Type
   591  
   592  // Environment represents a user-visible compute infrastructure for analytics
   593  // within a lake.
   594  //
   595  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   596  type Environment = src.Environment
   597  type Environment_Endpoints = src.Environment_Endpoints
   598  
   599  // Configuration for the underlying infrastructure used to run workloads.
   600  //
   601  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   602  type Environment_InfrastructureSpec = src.Environment_InfrastructureSpec
   603  type Environment_InfrastructureSpec_Compute = src.Environment_InfrastructureSpec_Compute
   604  
   605  // Compute resources associated with the analyze interactive workloads.
   606  //
   607  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   608  type Environment_InfrastructureSpec_ComputeResources = src.Environment_InfrastructureSpec_ComputeResources
   609  type Environment_InfrastructureSpec_OsImage = src.Environment_InfrastructureSpec_OsImage
   610  
   611  // Software Runtime Configuration to run Analyze.
   612  //
   613  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   614  type Environment_InfrastructureSpec_OsImageRuntime = src.Environment_InfrastructureSpec_OsImageRuntime
   615  type Environment_SessionSpec = src.Environment_SessionSpec
   616  type Environment_SessionStatus = src.Environment_SessionStatus
   617  
   618  // Get asset request.
   619  //
   620  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   621  type GetAssetRequest = src.GetAssetRequest
   622  
   623  // Get content request.
   624  //
   625  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   626  type GetContentRequest = src.GetContentRequest
   627  
   628  // Specifies whether the request should return the full or the partial
   629  // representation.
   630  //
   631  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   632  type GetContentRequest_ContentView = src.GetContentRequest_ContentView
   633  
   634  // Get metadata entity request.
   635  //
   636  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   637  type GetEntityRequest = src.GetEntityRequest
   638  
   639  // Entity views for get entity partial result.
   640  //
   641  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   642  type GetEntityRequest_EntityView = src.GetEntityRequest_EntityView
   643  
   644  // Get environment request.
   645  //
   646  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   647  type GetEnvironmentRequest = src.GetEnvironmentRequest
   648  
   649  // Get job request.
   650  //
   651  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   652  type GetJobRequest = src.GetJobRequest
   653  
   654  // Get lake request.
   655  //
   656  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   657  type GetLakeRequest = src.GetLakeRequest
   658  
   659  // Get metadata partition request.
   660  //
   661  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   662  type GetPartitionRequest = src.GetPartitionRequest
   663  
   664  // Get task request.
   665  //
   666  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   667  type GetTaskRequest = src.GetTaskRequest
   668  
   669  // Get zone request.
   670  //
   671  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   672  type GetZoneRequest = src.GetZoneRequest
   673  
   674  // A job represents an instance of a task.
   675  //
   676  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   677  type Job = src.Job
   678  
   679  // The payload associated with Job logs that contains events describing jobs
   680  // that have run within a Lake.
   681  //
   682  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   683  type JobEvent = src.JobEvent
   684  
   685  // The service used to execute the job.
   686  //
   687  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   688  type JobEvent_Service = src.JobEvent_Service
   689  
   690  // The completion status of the job.
   691  //
   692  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   693  type JobEvent_State = src.JobEvent_State
   694  
   695  // The type of the job.
   696  //
   697  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   698  type JobEvent_Type = src.JobEvent_Type
   699  type Job_Service = src.Job_Service
   700  type Job_State = src.Job_State
   701  
   702  // A lake is a centralized repository for managing enterprise data across the
   703  // organization distributed across many cloud projects, and stored in a variety
   704  // of storage services such as Google Cloud Storage and BigQuery. The resources
   705  // attached to a lake are referred to as managed resources. Data within these
   706  // managed resources can be structured or unstructured. A lake provides data
   707  // admins with tools to organize, secure and manage their data at scale, and
   708  // provides data scientists and data engineers an integrated experience to
   709  // easily search, discover, analyze and transform data and associated metadata.
   710  //
   711  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   712  type Lake = src.Lake
   713  
   714  // Settings to manage association of Dataproc Metastore with a lake.
   715  //
   716  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   717  type Lake_Metastore = src.Lake_Metastore
   718  
   719  // Status of Lake and Dataproc Metastore service instance association.
   720  //
   721  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   722  type Lake_MetastoreStatus = src.Lake_MetastoreStatus
   723  
   724  // Current state of association.
   725  //
   726  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   727  type Lake_MetastoreStatus_State = src.Lake_MetastoreStatus_State
   728  
   729  // List actions response.
   730  //
   731  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   732  type ListActionsResponse = src.ListActionsResponse
   733  
   734  // List asset actions request.
   735  //
   736  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   737  type ListAssetActionsRequest = src.ListAssetActionsRequest
   738  
   739  // List assets request.
   740  //
   741  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   742  type ListAssetsRequest = src.ListAssetsRequest
   743  
   744  // List assets response.
   745  //
   746  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   747  type ListAssetsResponse = src.ListAssetsResponse
   748  
   749  // List content request. Returns the BASIC Content view.
   750  //
   751  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   752  type ListContentRequest = src.ListContentRequest
   753  
   754  // List content response.
   755  //
   756  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   757  type ListContentResponse = src.ListContentResponse
   758  
   759  // List metadata entities request.
   760  //
   761  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   762  type ListEntitiesRequest = src.ListEntitiesRequest
   763  
   764  // Entity views.
   765  //
   766  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   767  type ListEntitiesRequest_EntityView = src.ListEntitiesRequest_EntityView
   768  
   769  // List metadata entities response.
   770  //
   771  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   772  type ListEntitiesResponse = src.ListEntitiesResponse
   773  
   774  // List environments request.
   775  //
   776  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   777  type ListEnvironmentsRequest = src.ListEnvironmentsRequest
   778  
   779  // List environments response.
   780  //
   781  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   782  type ListEnvironmentsResponse = src.ListEnvironmentsResponse
   783  
   784  // List jobs request.
   785  //
   786  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   787  type ListJobsRequest = src.ListJobsRequest
   788  
   789  // List jobs response.
   790  //
   791  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   792  type ListJobsResponse = src.ListJobsResponse
   793  
   794  // List lake actions request.
   795  //
   796  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   797  type ListLakeActionsRequest = src.ListLakeActionsRequest
   798  
   799  // List lakes request.
   800  //
   801  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   802  type ListLakesRequest = src.ListLakesRequest
   803  
   804  // List lakes response.
   805  //
   806  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   807  type ListLakesResponse = src.ListLakesResponse
   808  
   809  // List metadata partitions request.
   810  //
   811  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   812  type ListPartitionsRequest = src.ListPartitionsRequest
   813  
   814  // List metadata partitions response.
   815  //
   816  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   817  type ListPartitionsResponse = src.ListPartitionsResponse
   818  
   819  // List sessions request.
   820  //
   821  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   822  type ListSessionsRequest = src.ListSessionsRequest
   823  
   824  // List sessions response.
   825  //
   826  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   827  type ListSessionsResponse = src.ListSessionsResponse
   828  
   829  // List tasks request.
   830  //
   831  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   832  type ListTasksRequest = src.ListTasksRequest
   833  
   834  // List tasks response.
   835  //
   836  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   837  type ListTasksResponse = src.ListTasksResponse
   838  
   839  // List zone actions request.
   840  //
   841  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   842  type ListZoneActionsRequest = src.ListZoneActionsRequest
   843  
   844  // List zones request.
   845  //
   846  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   847  type ListZonesRequest = src.ListZonesRequest
   848  
   849  // List zones response.
   850  //
   851  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   852  type ListZonesResponse = src.ListZonesResponse
   853  
   854  // MetadataServiceClient is the client API for MetadataService service. For
   855  // semantics around ctx use and closing/ending streaming RPCs, please refer to
   856  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   857  //
   858  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   859  type MetadataServiceClient = src.MetadataServiceClient
   860  
   861  // MetadataServiceServer is the server API for MetadataService service.
   862  //
   863  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   864  type MetadataServiceServer = src.MetadataServiceServer
   865  
   866  // Represents the metadata of a long-running operation.
   867  //
   868  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   869  type OperationMetadata = src.OperationMetadata
   870  
   871  // Represents partition metadata contained within entity instances.
   872  //
   873  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   874  type Partition = src.Partition
   875  
   876  // Schema information describing the structure and layout of the data.
   877  //
   878  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   879  type Schema = src.Schema
   880  
   881  // Additional qualifiers to define field semantics.
   882  //
   883  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   884  type Schema_Mode = src.Schema_Mode
   885  
   886  // Represents a key field within the entity's partition structure. You could
   887  // have up to 20 partition fields, but only the first 10 partitions have the
   888  // filtering ability due to performance consideration. **Note:** Partition
   889  // fields are immutable.
   890  //
   891  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   892  type Schema_PartitionField = src.Schema_PartitionField
   893  
   894  // The structure of paths within the entity, which represent partitions.
   895  //
   896  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   897  type Schema_PartitionStyle = src.Schema_PartitionStyle
   898  
   899  // Represents a column field within a table schema.
   900  //
   901  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   902  type Schema_SchemaField = src.Schema_SchemaField
   903  
   904  // Type information for fields in schemas and partition schemas.
   905  //
   906  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   907  type Schema_Type = src.Schema_Type
   908  
   909  // Represents an active analyze session running for a user.
   910  //
   911  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   912  type Session = src.Session
   913  
   914  // These messages contain information about sessions within an environment.
   915  // The monitored resource is 'Environment'.
   916  //
   917  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   918  type SessionEvent = src.SessionEvent
   919  
   920  // The type of the event.
   921  //
   922  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   923  type SessionEvent_EventType = src.SessionEvent_EventType
   924  type SessionEvent_Query = src.SessionEvent_Query
   925  
   926  // Execution details of the query.
   927  //
   928  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   929  type SessionEvent_QueryDetail = src.SessionEvent_QueryDetail
   930  
   931  // Query Execution engine.
   932  //
   933  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   934  type SessionEvent_QueryDetail_Engine = src.SessionEvent_QueryDetail_Engine
   935  
   936  // State of a resource.
   937  //
   938  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   939  type State = src.State
   940  
   941  // Describes the format of the data within its storage location.
   942  //
   943  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   944  type StorageFormat = src.StorageFormat
   945  
   946  // The specific compressed file format of the data.
   947  //
   948  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   949  type StorageFormat_CompressionFormat = src.StorageFormat_CompressionFormat
   950  type StorageFormat_Csv = src.StorageFormat_Csv
   951  
   952  // Describes CSV and similar semi-structured data formats.
   953  //
   954  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   955  type StorageFormat_CsvOptions = src.StorageFormat_CsvOptions
   956  
   957  // The specific file format of the data.
   958  //
   959  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   960  type StorageFormat_Format = src.StorageFormat_Format
   961  type StorageFormat_Json = src.StorageFormat_Json
   962  
   963  // Describes JSON data format.
   964  //
   965  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   966  type StorageFormat_JsonOptions = src.StorageFormat_JsonOptions
   967  
   968  // Identifies the cloud system that manages the data storage.
   969  //
   970  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   971  type StorageSystem = src.StorageSystem
   972  
   973  // A task represents a user-visible job.
   974  //
   975  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   976  type Task = src.Task
   977  
   978  // Execution related settings, like retry and service_account.
   979  //
   980  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   981  type Task_ExecutionSpec = src.Task_ExecutionSpec
   982  
   983  // Status of the task execution (e.g. Jobs).
   984  //
   985  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   986  type Task_ExecutionStatus = src.Task_ExecutionStatus
   987  
   988  // Configuration for the underlying infrastructure used to run workloads.
   989  //
   990  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   991  type Task_InfrastructureSpec = src.Task_InfrastructureSpec
   992  type Task_InfrastructureSpec_Batch = src.Task_InfrastructureSpec_Batch
   993  
   994  // Batch compute resources associated with the task.
   995  //
   996  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
   997  type Task_InfrastructureSpec_BatchComputeResources = src.Task_InfrastructureSpec_BatchComputeResources
   998  type Task_InfrastructureSpec_ContainerImage = src.Task_InfrastructureSpec_ContainerImage
   999  
  1000  // Container Image Runtime Configuration used with Batch execution.
  1001  //
  1002  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1003  type Task_InfrastructureSpec_ContainerImageRuntime = src.Task_InfrastructureSpec_ContainerImageRuntime
  1004  
  1005  // Cloud VPC Network used to run the infrastructure.
  1006  //
  1007  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1008  type Task_InfrastructureSpec_VpcNetwork = src.Task_InfrastructureSpec_VpcNetwork
  1009  type Task_InfrastructureSpec_VpcNetwork_ = src.Task_InfrastructureSpec_VpcNetwork_
  1010  type Task_InfrastructureSpec_VpcNetwork_Network = src.Task_InfrastructureSpec_VpcNetwork_Network
  1011  type Task_InfrastructureSpec_VpcNetwork_SubNetwork = src.Task_InfrastructureSpec_VpcNetwork_SubNetwork
  1012  type Task_Notebook = src.Task_Notebook
  1013  
  1014  // Config for running scheduled notebooks.
  1015  //
  1016  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1017  type Task_NotebookTaskConfig = src.Task_NotebookTaskConfig
  1018  type Task_Spark = src.Task_Spark
  1019  
  1020  // User-specified config for running a Spark task.
  1021  //
  1022  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1023  type Task_SparkTaskConfig = src.Task_SparkTaskConfig
  1024  type Task_SparkTaskConfig_MainClass = src.Task_SparkTaskConfig_MainClass
  1025  type Task_SparkTaskConfig_MainJarFileUri = src.Task_SparkTaskConfig_MainJarFileUri
  1026  type Task_SparkTaskConfig_PythonScriptFile = src.Task_SparkTaskConfig_PythonScriptFile
  1027  type Task_SparkTaskConfig_SqlScript = src.Task_SparkTaskConfig_SqlScript
  1028  type Task_SparkTaskConfig_SqlScriptFile = src.Task_SparkTaskConfig_SqlScriptFile
  1029  
  1030  // Task scheduling and trigger settings.
  1031  //
  1032  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1033  type Task_TriggerSpec = src.Task_TriggerSpec
  1034  type Task_TriggerSpec_Schedule = src.Task_TriggerSpec_Schedule
  1035  
  1036  // Determines how often and when the job will run.
  1037  //
  1038  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1039  type Task_TriggerSpec_Type = src.Task_TriggerSpec_Type
  1040  
  1041  // UnimplementedContentServiceServer can be embedded to have forward
  1042  // compatible implementations.
  1043  //
  1044  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1045  type UnimplementedContentServiceServer = src.UnimplementedContentServiceServer
  1046  
  1047  // UnimplementedDataplexServiceServer can be embedded to have forward
  1048  // compatible implementations.
  1049  //
  1050  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1051  type UnimplementedDataplexServiceServer = src.UnimplementedDataplexServiceServer
  1052  
  1053  // UnimplementedMetadataServiceServer can be embedded to have forward
  1054  // compatible implementations.
  1055  //
  1056  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1057  type UnimplementedMetadataServiceServer = src.UnimplementedMetadataServiceServer
  1058  
  1059  // Update asset request.
  1060  //
  1061  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1062  type UpdateAssetRequest = src.UpdateAssetRequest
  1063  
  1064  // Update content request.
  1065  //
  1066  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1067  type UpdateContentRequest = src.UpdateContentRequest
  1068  
  1069  // Update a metadata entity request. The exiting entity will be fully replaced
  1070  // by the entity in the request. The entity ID is mutable. To modify the ID,
  1071  // use the current entity ID in the request URL and specify the new ID in the
  1072  // request body.
  1073  //
  1074  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1075  type UpdateEntityRequest = src.UpdateEntityRequest
  1076  
  1077  // Update environment request.
  1078  //
  1079  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1080  type UpdateEnvironmentRequest = src.UpdateEnvironmentRequest
  1081  
  1082  // Update lake request.
  1083  //
  1084  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1085  type UpdateLakeRequest = src.UpdateLakeRequest
  1086  
  1087  // Update task request.
  1088  //
  1089  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1090  type UpdateTaskRequest = src.UpdateTaskRequest
  1091  
  1092  // Update zone request.
  1093  //
  1094  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1095  type UpdateZoneRequest = src.UpdateZoneRequest
  1096  
  1097  // A zone represents a logical group of related assets within a lake. A zone
  1098  // can be used to map to organizational structure or represent stages of data
  1099  // readiness from raw to curated. It provides managing behavior that is shared
  1100  // or inherited by all contained assets.
  1101  //
  1102  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1103  type Zone = src.Zone
  1104  
  1105  // Settings to manage the metadata discovery and publishing in a zone.
  1106  //
  1107  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1108  type Zone_DiscoverySpec = src.Zone_DiscoverySpec
  1109  
  1110  // Describe CSV and similar semi-structured data formats.
  1111  //
  1112  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1113  type Zone_DiscoverySpec_CsvOptions = src.Zone_DiscoverySpec_CsvOptions
  1114  
  1115  // Describe JSON data format.
  1116  //
  1117  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1118  type Zone_DiscoverySpec_JsonOptions = src.Zone_DiscoverySpec_JsonOptions
  1119  type Zone_DiscoverySpec_Schedule = src.Zone_DiscoverySpec_Schedule
  1120  
  1121  // Settings for resources attached as assets within a zone.
  1122  //
  1123  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1124  type Zone_ResourceSpec = src.Zone_ResourceSpec
  1125  
  1126  // Location type of the resources attached to a zone.
  1127  //
  1128  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1129  type Zone_ResourceSpec_LocationType = src.Zone_ResourceSpec_LocationType
  1130  
  1131  // Type of zone.
  1132  //
  1133  // Deprecated: Please use types in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1134  type Zone_Type = src.Zone_Type
  1135  
  1136  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1137  func NewContentServiceClient(cc grpc.ClientConnInterface) ContentServiceClient {
  1138  	return src.NewContentServiceClient(cc)
  1139  }
  1140  
  1141  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1142  func NewDataplexServiceClient(cc grpc.ClientConnInterface) DataplexServiceClient {
  1143  	return src.NewDataplexServiceClient(cc)
  1144  }
  1145  
  1146  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1147  func NewMetadataServiceClient(cc grpc.ClientConnInterface) MetadataServiceClient {
  1148  	return src.NewMetadataServiceClient(cc)
  1149  }
  1150  
  1151  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1152  func RegisterContentServiceServer(s *grpc.Server, srv ContentServiceServer) {
  1153  	src.RegisterContentServiceServer(s, srv)
  1154  }
  1155  
  1156  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1157  func RegisterDataplexServiceServer(s *grpc.Server, srv DataplexServiceServer) {
  1158  	src.RegisterDataplexServiceServer(s, srv)
  1159  }
  1160  
  1161  // Deprecated: Please use funcs in: cloud.google.com/go/dataplex/apiv1/dataplexpb
  1162  func RegisterMetadataServiceServer(s *grpc.Server, srv MetadataServiceServer) {
  1163  	src.RegisterMetadataServiceServer(s, srv)
  1164  }
  1165  

View as plain text