google-cloud-dataplex-v1 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/google/cloud/dataplex/v1/analyze_pb.rb +26 -81
 - data/lib/google/cloud/dataplex/v1/content_pb.rb +26 -33
 - data/lib/google/cloud/dataplex/v1/content_service/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/content_service/rest/service_stub.rb +8 -8
 - data/lib/google/cloud/dataplex/v1/data_profile_pb.rb +25 -50
 - data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +25 -74
 - data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +3 -1
 - data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +7 -5
 - data/lib/google/cloud/dataplex/v1/data_scan_service/rest/service_stub.rb +8 -8
 - data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +3 -1
 - data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +7 -5
 - data/lib/google/cloud/dataplex/v1/dataplex_service/rest/service_stub.rb +33 -33
 - data/lib/google/cloud/dataplex/v1/datascans_pb.rb +29 -123
 - data/lib/google/cloud/dataplex/v1/logs_pb.rb +26 -151
 - data/lib/google/cloud/dataplex/v1/metadata_pb.rb +25 -201
 - data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/metadata_service/rest/client.rb +4 -2
 - data/lib/google/cloud/dataplex/v1/metadata_service/rest/service_stub.rb +9 -9
 - data/lib/google/cloud/dataplex/v1/processing_pb.rb +24 -28
 - data/lib/google/cloud/dataplex/v1/resources_pb.rb +26 -245
 - data/lib/google/cloud/dataplex/v1/service_pb.rb +29 -202
 - data/lib/google/cloud/dataplex/v1/tasks_pb.rb +26 -113
 - data/lib/google/cloud/dataplex/v1/version.rb +1 -1
 - data/proto_docs/google/protobuf/any.rb +7 -4
 - data/proto_docs/google/protobuf/timestamp.rb +1 -3
 - metadata +4 -4
 
| 
         @@ -156,7 +156,7 @@ module Google 
     | 
|
| 
       156 
156 
     | 
    
         
             
                          credentials = @config.credentials
         
     | 
| 
       157 
157 
     | 
    
         
             
                          # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       158 
158 
     | 
    
         
             
                          # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       159 
     | 
    
         
            -
                          enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 159 
     | 
    
         
            +
                          enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       160 
160 
     | 
    
         
             
                                                   !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       161 
161 
     | 
    
         
             
                          credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       162 
162 
     | 
    
         
             
                                                              enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -1145,7 +1145,9 @@ module Google 
     | 
|
| 
       1145 
1145 
     | 
    
         
             
                        class Configuration
         
     | 
| 
       1146 
1146 
     | 
    
         
             
                          extend ::Gapic::Config
         
     | 
| 
       1147 
1147 
     | 
    
         | 
| 
       1148 
     | 
    
         
            -
                           
     | 
| 
      
 1148 
     | 
    
         
            +
                          DEFAULT_ENDPOINT = "dataplex.googleapis.com"
         
     | 
| 
      
 1149 
     | 
    
         
            +
             
     | 
| 
      
 1150 
     | 
    
         
            +
                          config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       1149 
1151 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       1150 
1152 
     | 
    
         
             
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       1151 
1153 
     | 
    
         
             
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
         @@ -152,7 +152,7 @@ module Google 
     | 
|
| 
       152 
152 
     | 
    
         
             
                            credentials = @config.credentials
         
     | 
| 
       153 
153 
     | 
    
         
             
                            # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       154 
154 
     | 
    
         
             
                            # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       155 
     | 
    
         
            -
                            enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 155 
     | 
    
         
            +
                            enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       156 
156 
     | 
    
         
             
                                                     !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       157 
157 
     | 
    
         
             
                            credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       158 
158 
     | 
    
         
             
                                                                enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -914,7 +914,9 @@ module Google 
     | 
|
| 
       914 
914 
     | 
    
         
             
                          class Configuration
         
     | 
| 
       915 
915 
     | 
    
         
             
                            extend ::Gapic::Config
         
     | 
| 
       916 
916 
     | 
    
         | 
| 
       917 
     | 
    
         
            -
                             
     | 
| 
      
 917 
     | 
    
         
            +
                            DEFAULT_ENDPOINT = "dataplex.googleapis.com"
         
     | 
| 
      
 918 
     | 
    
         
            +
             
     | 
| 
      
 919 
     | 
    
         
            +
                            config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       918 
920 
     | 
    
         
             
                            config_attr :credentials,   nil do |value|
         
     | 
| 
       919 
921 
     | 
    
         
             
                              allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       920 
922 
     | 
    
         
             
                              allowed.any? { |klass| klass === value }
         
     | 
| 
         @@ -59,7 +59,7 @@ module Google 
     | 
|
| 
       59 
59 
     | 
    
         | 
| 
       60 
60 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_entity_request request_pb
         
     | 
| 
       61 
61 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       62 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 62 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       63 
63 
     | 
    
         
             
                                                  else
         
     | 
| 
       64 
64 
     | 
    
         
             
                                                    {}
         
     | 
| 
       65 
65 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -97,7 +97,7 @@ module Google 
     | 
|
| 
       97 
97 
     | 
    
         | 
| 
       98 
98 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_update_entity_request request_pb
         
     | 
| 
       99 
99 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       100 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 100 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       101 
101 
     | 
    
         
             
                                                  else
         
     | 
| 
       102 
102 
     | 
    
         
             
                                                    {}
         
     | 
| 
       103 
103 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -135,7 +135,7 @@ module Google 
     | 
|
| 
       135 
135 
     | 
    
         | 
| 
       136 
136 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_delete_entity_request request_pb
         
     | 
| 
       137 
137 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       138 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 138 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       139 
139 
     | 
    
         
             
                                                  else
         
     | 
| 
       140 
140 
     | 
    
         
             
                                                    {}
         
     | 
| 
       141 
141 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -173,7 +173,7 @@ module Google 
     | 
|
| 
       173 
173 
     | 
    
         | 
| 
       174 
174 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_entity_request request_pb
         
     | 
| 
       175 
175 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       176 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 176 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       177 
177 
     | 
    
         
             
                                                  else
         
     | 
| 
       178 
178 
     | 
    
         
             
                                                    {}
         
     | 
| 
       179 
179 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -211,7 +211,7 @@ module Google 
     | 
|
| 
       211 
211 
     | 
    
         | 
| 
       212 
212 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_entities_request request_pb
         
     | 
| 
       213 
213 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       214 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 214 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       215 
215 
     | 
    
         
             
                                                  else
         
     | 
| 
       216 
216 
     | 
    
         
             
                                                    {}
         
     | 
| 
       217 
217 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -249,7 +249,7 @@ module Google 
     | 
|
| 
       249 
249 
     | 
    
         | 
| 
       250 
250 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_partition_request request_pb
         
     | 
| 
       251 
251 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       252 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 252 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       253 
253 
     | 
    
         
             
                                                  else
         
     | 
| 
       254 
254 
     | 
    
         
             
                                                    {}
         
     | 
| 
       255 
255 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -287,7 +287,7 @@ module Google 
     | 
|
| 
       287 
287 
     | 
    
         | 
| 
       288 
288 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_delete_partition_request request_pb
         
     | 
| 
       289 
289 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       290 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 290 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       291 
291 
     | 
    
         
             
                                                  else
         
     | 
| 
       292 
292 
     | 
    
         
             
                                                    {}
         
     | 
| 
       293 
293 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -325,7 +325,7 @@ module Google 
     | 
|
| 
       325 
325 
     | 
    
         | 
| 
       326 
326 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_partition_request request_pb
         
     | 
| 
       327 
327 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       328 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 328 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       329 
329 
     | 
    
         
             
                                                  else
         
     | 
| 
       330 
330 
     | 
    
         
             
                                                    {}
         
     | 
| 
       331 
331 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -363,7 +363,7 @@ module Google 
     | 
|
| 
       363 
363 
     | 
    
         | 
| 
       364 
364 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_partitions_request request_pb
         
     | 
| 
       365 
365 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       366 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 366 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       367 
367 
     | 
    
         
             
                                                  else
         
     | 
| 
       368 
368 
     | 
    
         
             
                                                    {}
         
     | 
| 
       369 
369 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -1,3 +1,4 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
       1 
2 
     | 
    
         
             
            # Generated by the protocol buffer compiler.  DO NOT EDIT!
         
     | 
| 
       2 
3 
     | 
    
         
             
            # source: google/cloud/dataplex/v1/processing.proto
         
     | 
| 
       3 
4 
     | 
    
         | 
| 
         @@ -6,36 +7,31 @@ require 'google/protobuf' 
     | 
|
| 
       6 
7 
     | 
    
         
             
            require 'google/api/field_behavior_pb'
         
     | 
| 
       7 
8 
     | 
    
         
             
            require 'google/api/resource_pb'
         
     | 
| 
       8 
9 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                 
     | 
| 
       28 
     | 
    
         
            -
                 
     | 
| 
       29 
     | 
    
         
            -
                   
     | 
| 
       30 
     | 
    
         
            -
                    optional :incremental_field, :message, 1, "google.cloud.dataplex.v1.ScannedData.IncrementalField"
         
     | 
| 
       31 
     | 
    
         
            -
                  end
         
     | 
| 
       32 
     | 
    
         
            -
                end
         
     | 
| 
       33 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.ScannedData.IncrementalField" do
         
     | 
| 
       34 
     | 
    
         
            -
                  optional :field, :string, 1
         
     | 
| 
       35 
     | 
    
         
            -
                  optional :start, :string, 2
         
     | 
| 
       36 
     | 
    
         
            -
                  optional :end, :string, 3
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            descriptor_data = "\n)google/cloud/dataplex/v1/processing.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xbd\x01\n\x07Trigger\x12?\n\ton_demand\x18\x64 \x01(\x0b\x32*.google.cloud.dataplex.v1.Trigger.OnDemandH\x00\x12>\n\x08schedule\x18\x65 \x01(\x0b\x32*.google.cloud.dataplex.v1.Trigger.ScheduleH\x00\x1a\n\n\x08OnDemand\x1a\x1d\n\x08Schedule\x12\x11\n\x04\x63ron\x18\x01 \x01(\tB\x03\xe0\x41\x02\x42\x06\n\x04mode\"i\n\nDataSource\x12\x38\n\x06\x65ntity\x18\x64 \x01(\tB&\xe0\x41\x05\xfa\x41 \n\x1e\x64\x61taplex.googleapis.com/EntityH\x00\x12\x17\n\x08resource\x18\x65 \x01(\tB\x03\xe0\x41\x05H\x00\x42\x08\n\x06source\"\xaf\x01\n\x0bScannedData\x12S\n\x11incremental_field\x18\x01 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.ScannedData.IncrementalFieldH\x00\x1a=\n\x10IncrementalField\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\r\n\x05start\x18\x02 \x01(\t\x12\x0b\n\x03\x65nd\x18\x03 \x01(\tB\x0c\n\ndata_rangeBk\n\x1c\x63om.google.cloud.dataplex.v1B\x0fProcessingProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            pool = Google::Protobuf::DescriptorPool.generated_pool
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            begin
         
     | 
| 
      
 16 
     | 
    
         
            +
              pool.add_serialized_file(descriptor_data)
         
     | 
| 
      
 17 
     | 
    
         
            +
            rescue TypeError => e
         
     | 
| 
      
 18 
     | 
    
         
            +
              # Compatibility code: will be removed in the next major version.
         
     | 
| 
      
 19 
     | 
    
         
            +
              require 'google/protobuf/descriptor_pb'
         
     | 
| 
      
 20 
     | 
    
         
            +
              parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
         
     | 
| 
      
 21 
     | 
    
         
            +
              parsed.clear_dependency
         
     | 
| 
      
 22 
     | 
    
         
            +
              serialized = parsed.class.encode(parsed)
         
     | 
| 
      
 23 
     | 
    
         
            +
              file = pool.add_serialized_file(serialized)
         
     | 
| 
      
 24 
     | 
    
         
            +
              warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
         
     | 
| 
      
 25 
     | 
    
         
            +
              imports = [
         
     | 
| 
      
 26 
     | 
    
         
            +
              ]
         
     | 
| 
      
 27 
     | 
    
         
            +
              imports.each do |type_name, expected_filename|
         
     | 
| 
      
 28 
     | 
    
         
            +
                import_file = pool.lookup(type_name).file_descriptor
         
     | 
| 
      
 29 
     | 
    
         
            +
                if import_file.name != expected_filename
         
     | 
| 
      
 30 
     | 
    
         
            +
                  warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
         
     | 
| 
       37 
31 
     | 
    
         
             
                end
         
     | 
| 
       38 
32 
     | 
    
         
             
              end
         
     | 
| 
      
 33 
     | 
    
         
            +
              warn "Each proto file must use a consistent fully-qualified name."
         
     | 
| 
      
 34 
     | 
    
         
            +
              warn "This will become an error in the next major version."
         
     | 
| 
       39 
35 
     | 
    
         
             
            end
         
     | 
| 
       40 
36 
     | 
    
         | 
| 
       41 
37 
     | 
    
         
             
            module Google
         
     | 
| 
         @@ -1,3 +1,4 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
       1 
2 
     | 
    
         
             
            # Generated by the protocol buffer compiler.  DO NOT EDIT!
         
     | 
| 
       2 
3 
     | 
    
         
             
            # source: google/cloud/dataplex/v1/resources.proto
         
     | 
| 
       3 
4 
     | 
    
         | 
| 
         @@ -8,253 +9,33 @@ require 'google/api/resource_pb' 
     | 
|
| 
       8 
9 
     | 
    
         
             
            require 'google/protobuf/duration_pb'
         
     | 
| 
       9 
10 
     | 
    
         
             
            require 'google/protobuf/timestamp_pb'
         
     | 
| 
       10 
11 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
              add_file("google/cloud/dataplex/v1/resources.proto", :syntax => :proto3) do
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                 
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
                   
     | 
| 
       34 
     | 
    
         
            -
                  optional :endpoint, :string, 4
         
     | 
| 
       35 
     | 
    
         
            -
                end
         
     | 
| 
       36 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Lake.MetastoreStatus.State" do
         
     | 
| 
       37 
     | 
    
         
            -
                  value :STATE_UNSPECIFIED, 0
         
     | 
| 
       38 
     | 
    
         
            -
                  value :NONE, 1
         
     | 
| 
       39 
     | 
    
         
            -
                  value :READY, 2
         
     | 
| 
       40 
     | 
    
         
            -
                  value :UPDATING, 3
         
     | 
| 
       41 
     | 
    
         
            -
                  value :ERROR, 4
         
     | 
| 
       42 
     | 
    
         
            -
                end
         
     | 
| 
       43 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.AssetStatus" do
         
     | 
| 
       44 
     | 
    
         
            -
                  optional :update_time, :message, 1, "google.protobuf.Timestamp"
         
     | 
| 
       45 
     | 
    
         
            -
                  optional :active_assets, :int32, 2
         
     | 
| 
       46 
     | 
    
         
            -
                  optional :security_policy_applying_assets, :int32, 3
         
     | 
| 
       47 
     | 
    
         
            -
                end
         
     | 
| 
       48 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Zone" do
         
     | 
| 
       49 
     | 
    
         
            -
                  optional :name, :string, 1
         
     | 
| 
       50 
     | 
    
         
            -
                  optional :display_name, :string, 2
         
     | 
| 
       51 
     | 
    
         
            -
                  optional :uid, :string, 3
         
     | 
| 
       52 
     | 
    
         
            -
                  optional :create_time, :message, 4, "google.protobuf.Timestamp"
         
     | 
| 
       53 
     | 
    
         
            -
                  optional :update_time, :message, 5, "google.protobuf.Timestamp"
         
     | 
| 
       54 
     | 
    
         
            -
                  map :labels, :string, :string, 6
         
     | 
| 
       55 
     | 
    
         
            -
                  optional :description, :string, 7
         
     | 
| 
       56 
     | 
    
         
            -
                  optional :state, :enum, 8, "google.cloud.dataplex.v1.State"
         
     | 
| 
       57 
     | 
    
         
            -
                  optional :type, :enum, 9, "google.cloud.dataplex.v1.Zone.Type"
         
     | 
| 
       58 
     | 
    
         
            -
                  optional :discovery_spec, :message, 103, "google.cloud.dataplex.v1.Zone.DiscoverySpec"
         
     | 
| 
       59 
     | 
    
         
            -
                  optional :resource_spec, :message, 104, "google.cloud.dataplex.v1.Zone.ResourceSpec"
         
     | 
| 
       60 
     | 
    
         
            -
                  optional :asset_status, :message, 105, "google.cloud.dataplex.v1.AssetStatus"
         
     | 
| 
       61 
     | 
    
         
            -
                end
         
     | 
| 
       62 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Zone.ResourceSpec" do
         
     | 
| 
       63 
     | 
    
         
            -
                  optional :location_type, :enum, 1, "google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType"
         
     | 
| 
       64 
     | 
    
         
            -
                end
         
     | 
| 
       65 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType" do
         
     | 
| 
       66 
     | 
    
         
            -
                  value :LOCATION_TYPE_UNSPECIFIED, 0
         
     | 
| 
       67 
     | 
    
         
            -
                  value :SINGLE_REGION, 1
         
     | 
| 
       68 
     | 
    
         
            -
                  value :MULTI_REGION, 2
         
     | 
| 
       69 
     | 
    
         
            -
                end
         
     | 
| 
       70 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Zone.DiscoverySpec" do
         
     | 
| 
       71 
     | 
    
         
            -
                  optional :enabled, :bool, 1
         
     | 
| 
       72 
     | 
    
         
            -
                  repeated :include_patterns, :string, 2
         
     | 
| 
       73 
     | 
    
         
            -
                  repeated :exclude_patterns, :string, 3
         
     | 
| 
       74 
     | 
    
         
            -
                  optional :csv_options, :message, 4, "google.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptions"
         
     | 
| 
       75 
     | 
    
         
            -
                  optional :json_options, :message, 5, "google.cloud.dataplex.v1.Zone.DiscoverySpec.JsonOptions"
         
     | 
| 
       76 
     | 
    
         
            -
                  oneof :trigger do
         
     | 
| 
       77 
     | 
    
         
            -
                    optional :schedule, :string, 10
         
     | 
| 
       78 
     | 
    
         
            -
                  end
         
     | 
| 
       79 
     | 
    
         
            -
                end
         
     | 
| 
       80 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptions" do
         
     | 
| 
       81 
     | 
    
         
            -
                  optional :header_rows, :int32, 1
         
     | 
| 
       82 
     | 
    
         
            -
                  optional :delimiter, :string, 2
         
     | 
| 
       83 
     | 
    
         
            -
                  optional :encoding, :string, 3
         
     | 
| 
       84 
     | 
    
         
            -
                  optional :disable_type_inference, :bool, 4
         
     | 
| 
       85 
     | 
    
         
            -
                end
         
     | 
| 
       86 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Zone.DiscoverySpec.JsonOptions" do
         
     | 
| 
       87 
     | 
    
         
            -
                  optional :encoding, :string, 1
         
     | 
| 
       88 
     | 
    
         
            -
                  optional :disable_type_inference, :bool, 2
         
     | 
| 
       89 
     | 
    
         
            -
                end
         
     | 
| 
       90 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Zone.Type" do
         
     | 
| 
       91 
     | 
    
         
            -
                  value :TYPE_UNSPECIFIED, 0
         
     | 
| 
       92 
     | 
    
         
            -
                  value :RAW, 1
         
     | 
| 
       93 
     | 
    
         
            -
                  value :CURATED, 2
         
     | 
| 
       94 
     | 
    
         
            -
                end
         
     | 
| 
       95 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action" do
         
     | 
| 
       96 
     | 
    
         
            -
                  optional :category, :enum, 1, "google.cloud.dataplex.v1.Action.Category"
         
     | 
| 
       97 
     | 
    
         
            -
                  optional :issue, :string, 2
         
     | 
| 
       98 
     | 
    
         
            -
                  optional :detect_time, :message, 4, "google.protobuf.Timestamp"
         
     | 
| 
       99 
     | 
    
         
            -
                  optional :name, :string, 5
         
     | 
| 
       100 
     | 
    
         
            -
                  optional :lake, :string, 6
         
     | 
| 
       101 
     | 
    
         
            -
                  optional :zone, :string, 7
         
     | 
| 
       102 
     | 
    
         
            -
                  optional :asset, :string, 8
         
     | 
| 
       103 
     | 
    
         
            -
                  repeated :data_locations, :string, 9
         
     | 
| 
       104 
     | 
    
         
            -
                  oneof :details do
         
     | 
| 
       105 
     | 
    
         
            -
                    optional :invalid_data_format, :message, 10, "google.cloud.dataplex.v1.Action.InvalidDataFormat"
         
     | 
| 
       106 
     | 
    
         
            -
                    optional :incompatible_data_schema, :message, 11, "google.cloud.dataplex.v1.Action.IncompatibleDataSchema"
         
     | 
| 
       107 
     | 
    
         
            -
                    optional :invalid_data_partition, :message, 12, "google.cloud.dataplex.v1.Action.InvalidDataPartition"
         
     | 
| 
       108 
     | 
    
         
            -
                    optional :missing_data, :message, 13, "google.cloud.dataplex.v1.Action.MissingData"
         
     | 
| 
       109 
     | 
    
         
            -
                    optional :missing_resource, :message, 14, "google.cloud.dataplex.v1.Action.MissingResource"
         
     | 
| 
       110 
     | 
    
         
            -
                    optional :unauthorized_resource, :message, 15, "google.cloud.dataplex.v1.Action.UnauthorizedResource"
         
     | 
| 
       111 
     | 
    
         
            -
                    optional :failed_security_policy_apply, :message, 21, "google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply"
         
     | 
| 
       112 
     | 
    
         
            -
                    optional :invalid_data_organization, :message, 22, "google.cloud.dataplex.v1.Action.InvalidDataOrganization"
         
     | 
| 
       113 
     | 
    
         
            -
                  end
         
     | 
| 
       114 
     | 
    
         
            -
                end
         
     | 
| 
       115 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.MissingResource" do
         
     | 
| 
       116 
     | 
    
         
            -
                end
         
     | 
| 
       117 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.UnauthorizedResource" do
         
     | 
| 
       118 
     | 
    
         
            -
                end
         
     | 
| 
       119 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply" do
         
     | 
| 
       120 
     | 
    
         
            -
                  optional :asset, :string, 1
         
     | 
| 
       121 
     | 
    
         
            -
                end
         
     | 
| 
       122 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.InvalidDataFormat" do
         
     | 
| 
       123 
     | 
    
         
            -
                  repeated :sampled_data_locations, :string, 1
         
     | 
| 
       124 
     | 
    
         
            -
                  optional :expected_format, :string, 2
         
     | 
| 
       125 
     | 
    
         
            -
                  optional :new_format, :string, 3
         
     | 
| 
       126 
     | 
    
         
            -
                end
         
     | 
| 
       127 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.IncompatibleDataSchema" do
         
     | 
| 
       128 
     | 
    
         
            -
                  optional :table, :string, 1
         
     | 
| 
       129 
     | 
    
         
            -
                  optional :existing_schema, :string, 2
         
     | 
| 
       130 
     | 
    
         
            -
                  optional :new_schema, :string, 3
         
     | 
| 
       131 
     | 
    
         
            -
                  repeated :sampled_data_locations, :string, 4
         
     | 
| 
       132 
     | 
    
         
            -
                  optional :schema_change, :enum, 5, "google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange"
         
     | 
| 
       133 
     | 
    
         
            -
                end
         
     | 
| 
       134 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange" do
         
     | 
| 
       135 
     | 
    
         
            -
                  value :SCHEMA_CHANGE_UNSPECIFIED, 0
         
     | 
| 
       136 
     | 
    
         
            -
                  value :INCOMPATIBLE, 1
         
     | 
| 
       137 
     | 
    
         
            -
                  value :MODIFIED, 2
         
     | 
| 
       138 
     | 
    
         
            -
                end
         
     | 
| 
       139 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.InvalidDataPartition" do
         
     | 
| 
       140 
     | 
    
         
            -
                  optional :expected_structure, :enum, 1, "google.cloud.dataplex.v1.Action.InvalidDataPartition.PartitionStructure"
         
     | 
| 
       141 
     | 
    
         
            -
                end
         
     | 
| 
       142 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Action.InvalidDataPartition.PartitionStructure" do
         
     | 
| 
       143 
     | 
    
         
            -
                  value :PARTITION_STRUCTURE_UNSPECIFIED, 0
         
     | 
| 
       144 
     | 
    
         
            -
                  value :CONSISTENT_KEYS, 1
         
     | 
| 
       145 
     | 
    
         
            -
                  value :HIVE_STYLE_KEYS, 2
         
     | 
| 
       146 
     | 
    
         
            -
                end
         
     | 
| 
       147 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.MissingData" do
         
     | 
| 
       148 
     | 
    
         
            -
                end
         
     | 
| 
       149 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Action.InvalidDataOrganization" do
         
     | 
| 
       150 
     | 
    
         
            -
                end
         
     | 
| 
       151 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Action.Category" do
         
     | 
| 
       152 
     | 
    
         
            -
                  value :CATEGORY_UNSPECIFIED, 0
         
     | 
| 
       153 
     | 
    
         
            -
                  value :RESOURCE_MANAGEMENT, 1
         
     | 
| 
       154 
     | 
    
         
            -
                  value :SECURITY_POLICY, 2
         
     | 
| 
       155 
     | 
    
         
            -
                  value :DATA_DISCOVERY, 3
         
     | 
| 
       156 
     | 
    
         
            -
                end
         
     | 
| 
       157 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset" do
         
     | 
| 
       158 
     | 
    
         
            -
                  optional :name, :string, 1
         
     | 
| 
       159 
     | 
    
         
            -
                  optional :display_name, :string, 2
         
     | 
| 
       160 
     | 
    
         
            -
                  optional :uid, :string, 3
         
     | 
| 
       161 
     | 
    
         
            -
                  optional :create_time, :message, 4, "google.protobuf.Timestamp"
         
     | 
| 
       162 
     | 
    
         
            -
                  optional :update_time, :message, 5, "google.protobuf.Timestamp"
         
     | 
| 
       163 
     | 
    
         
            -
                  map :labels, :string, :string, 6
         
     | 
| 
       164 
     | 
    
         
            -
                  optional :description, :string, 7
         
     | 
| 
       165 
     | 
    
         
            -
                  optional :state, :enum, 8, "google.cloud.dataplex.v1.State"
         
     | 
| 
       166 
     | 
    
         
            -
                  optional :resource_spec, :message, 100, "google.cloud.dataplex.v1.Asset.ResourceSpec"
         
     | 
| 
       167 
     | 
    
         
            -
                  optional :resource_status, :message, 101, "google.cloud.dataplex.v1.Asset.ResourceStatus"
         
     | 
| 
       168 
     | 
    
         
            -
                  optional :security_status, :message, 103, "google.cloud.dataplex.v1.Asset.SecurityStatus"
         
     | 
| 
       169 
     | 
    
         
            -
                  optional :discovery_spec, :message, 106, "google.cloud.dataplex.v1.Asset.DiscoverySpec"
         
     | 
| 
       170 
     | 
    
         
            -
                  optional :discovery_status, :message, 107, "google.cloud.dataplex.v1.Asset.DiscoveryStatus"
         
     | 
| 
       171 
     | 
    
         
            -
                end
         
     | 
| 
       172 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.SecurityStatus" do
         
     | 
| 
       173 
     | 
    
         
            -
                  optional :state, :enum, 1, "google.cloud.dataplex.v1.Asset.SecurityStatus.State"
         
     | 
| 
       174 
     | 
    
         
            -
                  optional :message, :string, 2
         
     | 
| 
       175 
     | 
    
         
            -
                  optional :update_time, :message, 3, "google.protobuf.Timestamp"
         
     | 
| 
       176 
     | 
    
         
            -
                end
         
     | 
| 
       177 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Asset.SecurityStatus.State" do
         
     | 
| 
       178 
     | 
    
         
            -
                  value :STATE_UNSPECIFIED, 0
         
     | 
| 
       179 
     | 
    
         
            -
                  value :READY, 1
         
     | 
| 
       180 
     | 
    
         
            -
                  value :APPLYING, 2
         
     | 
| 
       181 
     | 
    
         
            -
                  value :ERROR, 3
         
     | 
| 
       182 
     | 
    
         
            -
                end
         
     | 
| 
       183 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.DiscoverySpec" do
         
     | 
| 
       184 
     | 
    
         
            -
                  optional :enabled, :bool, 1
         
     | 
| 
       185 
     | 
    
         
            -
                  repeated :include_patterns, :string, 2
         
     | 
| 
       186 
     | 
    
         
            -
                  repeated :exclude_patterns, :string, 3
         
     | 
| 
       187 
     | 
    
         
            -
                  optional :csv_options, :message, 4, "google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptions"
         
     | 
| 
       188 
     | 
    
         
            -
                  optional :json_options, :message, 5, "google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptions"
         
     | 
| 
       189 
     | 
    
         
            -
                  oneof :trigger do
         
     | 
| 
       190 
     | 
    
         
            -
                    optional :schedule, :string, 10
         
     | 
| 
       191 
     | 
    
         
            -
                  end
         
     | 
| 
       192 
     | 
    
         
            -
                end
         
     | 
| 
       193 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptions" do
         
     | 
| 
       194 
     | 
    
         
            -
                  optional :header_rows, :int32, 1
         
     | 
| 
       195 
     | 
    
         
            -
                  optional :delimiter, :string, 2
         
     | 
| 
       196 
     | 
    
         
            -
                  optional :encoding, :string, 3
         
     | 
| 
       197 
     | 
    
         
            -
                  optional :disable_type_inference, :bool, 4
         
     | 
| 
       198 
     | 
    
         
            -
                end
         
     | 
| 
       199 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptions" do
         
     | 
| 
       200 
     | 
    
         
            -
                  optional :encoding, :string, 1
         
     | 
| 
       201 
     | 
    
         
            -
                  optional :disable_type_inference, :bool, 2
         
     | 
| 
       202 
     | 
    
         
            -
                end
         
     | 
| 
       203 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.ResourceSpec" do
         
     | 
| 
       204 
     | 
    
         
            -
                  optional :name, :string, 1
         
     | 
| 
       205 
     | 
    
         
            -
                  optional :type, :enum, 2, "google.cloud.dataplex.v1.Asset.ResourceSpec.Type"
         
     | 
| 
       206 
     | 
    
         
            -
                  optional :read_access_mode, :enum, 5, "google.cloud.dataplex.v1.Asset.ResourceSpec.AccessMode"
         
     | 
| 
       207 
     | 
    
         
            -
                end
         
     | 
| 
       208 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Asset.ResourceSpec.Type" do
         
     | 
| 
       209 
     | 
    
         
            -
                  value :TYPE_UNSPECIFIED, 0
         
     | 
| 
       210 
     | 
    
         
            -
                  value :STORAGE_BUCKET, 1
         
     | 
| 
       211 
     | 
    
         
            -
                  value :BIGQUERY_DATASET, 2
         
     | 
| 
       212 
     | 
    
         
            -
                end
         
     | 
| 
       213 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Asset.ResourceSpec.AccessMode" do
         
     | 
| 
       214 
     | 
    
         
            -
                  value :ACCESS_MODE_UNSPECIFIED, 0
         
     | 
| 
       215 
     | 
    
         
            -
                  value :DIRECT, 1
         
     | 
| 
       216 
     | 
    
         
            -
                  value :MANAGED, 2
         
     | 
| 
       217 
     | 
    
         
            -
                end
         
     | 
| 
       218 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.ResourceStatus" do
         
     | 
| 
       219 
     | 
    
         
            -
                  optional :state, :enum, 1, "google.cloud.dataplex.v1.Asset.ResourceStatus.State"
         
     | 
| 
       220 
     | 
    
         
            -
                  optional :message, :string, 2
         
     | 
| 
       221 
     | 
    
         
            -
                  optional :update_time, :message, 3, "google.protobuf.Timestamp"
         
     | 
| 
       222 
     | 
    
         
            -
                  optional :managed_access_identity, :string, 4
         
     | 
| 
       223 
     | 
    
         
            -
                end
         
     | 
| 
       224 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Asset.ResourceStatus.State" do
         
     | 
| 
       225 
     | 
    
         
            -
                  value :STATE_UNSPECIFIED, 0
         
     | 
| 
       226 
     | 
    
         
            -
                  value :READY, 1
         
     | 
| 
       227 
     | 
    
         
            -
                  value :ERROR, 2
         
     | 
| 
       228 
     | 
    
         
            -
                end
         
     | 
| 
       229 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.DiscoveryStatus" do
         
     | 
| 
       230 
     | 
    
         
            -
                  optional :state, :enum, 1, "google.cloud.dataplex.v1.Asset.DiscoveryStatus.State"
         
     | 
| 
       231 
     | 
    
         
            -
                  optional :message, :string, 2
         
     | 
| 
       232 
     | 
    
         
            -
                  optional :update_time, :message, 3, "google.protobuf.Timestamp"
         
     | 
| 
       233 
     | 
    
         
            -
                  optional :last_run_time, :message, 4, "google.protobuf.Timestamp"
         
     | 
| 
       234 
     | 
    
         
            -
                  optional :stats, :message, 6, "google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats"
         
     | 
| 
       235 
     | 
    
         
            -
                  optional :last_run_duration, :message, 7, "google.protobuf.Duration"
         
     | 
| 
       236 
     | 
    
         
            -
                end
         
     | 
| 
       237 
     | 
    
         
            -
                add_message "google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats" do
         
     | 
| 
       238 
     | 
    
         
            -
                  optional :data_items, :int64, 1
         
     | 
| 
       239 
     | 
    
         
            -
                  optional :data_size, :int64, 2
         
     | 
| 
       240 
     | 
    
         
            -
                  optional :tables, :int64, 3
         
     | 
| 
       241 
     | 
    
         
            -
                  optional :filesets, :int64, 4
         
     | 
| 
       242 
     | 
    
         
            -
                end
         
     | 
| 
       243 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.Asset.DiscoveryStatus.State" do
         
     | 
| 
       244 
     | 
    
         
            -
                  value :STATE_UNSPECIFIED, 0
         
     | 
| 
       245 
     | 
    
         
            -
                  value :SCHEDULED, 1
         
     | 
| 
       246 
     | 
    
         
            -
                  value :IN_PROGRESS, 2
         
     | 
| 
       247 
     | 
    
         
            -
                  value :PAUSED, 3
         
     | 
| 
       248 
     | 
    
         
            -
                  value :DISABLED, 5
         
     | 
| 
       249 
     | 
    
         
            -
                end
         
     | 
| 
       250 
     | 
    
         
            -
                add_enum "google.cloud.dataplex.v1.State" do
         
     | 
| 
       251 
     | 
    
         
            -
                  value :STATE_UNSPECIFIED, 0
         
     | 
| 
       252 
     | 
    
         
            -
                  value :ACTIVE, 1
         
     | 
| 
       253 
     | 
    
         
            -
                  value :CREATING, 2
         
     | 
| 
       254 
     | 
    
         
            -
                  value :DELETING, 3
         
     | 
| 
       255 
     | 
    
         
            -
                  value :ACTION_REQUIRED, 4
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            descriptor_data = "\n(google/cloud/dataplex/v1/resources.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xfa\x07\n\x04Lake\x12\x32\n\x04name\x18\x01 \x01(\tB$\xe0\x41\x03\xfa\x41\x1e\n\x1c\x64\x61taplex.googleapis.com/Lake\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x03uid\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x06 \x03(\x0b\x32*.google.cloud.dataplex.v1.Lake.LabelsEntryB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x33\n\x05state\x18\x08 \x01(\x0e\x32\x1f.google.cloud.dataplex.v1.StateB\x03\xe0\x41\x03\x12\x1c\n\x0fservice_account\x18\t \x01(\tB\x03\xe0\x41\x03\x12@\n\tmetastore\x18\x66 \x01(\x0b\x32(.google.cloud.dataplex.v1.Lake.MetastoreB\x03\xe0\x41\x01\x12@\n\x0c\x61sset_status\x18g \x01(\x0b\x32%.google.cloud.dataplex.v1.AssetStatusB\x03\xe0\x41\x03\x12M\n\x10metastore_status\x18h \x01(\x0b\x32..google.cloud.dataplex.v1.Lake.MetastoreStatusB\x03\xe0\x41\x03\x1a!\n\tMetastore\x12\x14\n\x07service\x18\x01 \x01(\tB\x03\xe0\x41\x01\x1a\xf8\x01\n\x0fMetastoreStatus\x12\x43\n\x05state\x18\x01 \x01(\x0e\x32\x34.google.cloud.dataplex.v1.Lake.MetastoreStatus.State\x12\x0f\n\x07message\x18\x02 \x01(\t\x12/\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x10\n\x08\x65ndpoint\x18\x04 \x01(\t\"L\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\t\n\x05\x45RROR\x10\x04\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:W\xea\x41T\n\x1c\x64\x61taplex.googleapis.com/Lake\x12\x34projects/{project}/locations/{location}/lakes/{lake}\"~\n\x0b\x41ssetStatus\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\ractive_assets\x18\x02 \x01(\x05\x12\'\n\x1fsecurity_policy_applying_assets\x18\x03 \x01(\x05\"\xf4\x0b\n\x04Zone\x12\x32\n\x04name\x18\x01 \x01(\tB$\xe0\x41\x03\xfa\x41\x1e\n\x1c\x64\x61taplex.googleapis.com/Zone\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x03uid\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x06 \x03(\x0b\x32*.google.cloud.dataplex.v1.Zone.LabelsEntryB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x33\n\x05state\x18\x08 \x01(\x0e\x32\x1f.google.cloud.dataplex.v1.StateB\x03\xe0\x41\x03\x12\x39\n\x04type\x18\t \x01(\x0e\x32#.google.cloud.dataplex.v1.Zone.TypeB\x06\xe0\x41\x02\xe0\x41\x05\x12I\n\x0e\x64iscovery_spec\x18g \x01(\x0b\x32,.google.cloud.dataplex.v1.Zone.DiscoverySpecB\x03\xe0\x41\x01\x12G\n\rresource_spec\x18h \x01(\x0b\x32+.google.cloud.dataplex.v1.Zone.ResourceSpecB\x03\xe0\x41\x02\x12@\n\x0c\x61sset_status\x18i \x01(\x0b\x32%.google.cloud.dataplex.v1.AssetStatusB\x03\xe0\x41\x03\x1a\xbb\x01\n\x0cResourceSpec\x12W\n\rlocation_type\x18\x01 \x01(\x0e\x32\x38.google.cloud.dataplex.v1.Zone.ResourceSpec.LocationTypeB\x06\xe0\x41\x02\xe0\x41\x05\"R\n\x0cLocationType\x12\x1d\n\x19LOCATION_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rSINGLE_REGION\x10\x01\x12\x10\n\x0cMULTI_REGION\x10\x02\x1a\xf6\x03\n\rDiscoverySpec\x12\x14\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02\x12\x1d\n\x10include_patterns\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12\x1d\n\x10\x65xclude_patterns\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12Q\n\x0b\x63sv_options\x18\x04 \x01(\x0b\x32\x37.google.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptionsB\x03\xe0\x41\x01\x12S\n\x0cjson_options\x18\x05 \x01(\x0b\x32\x38.google.cloud.dataplex.v1.Zone.DiscoverySpec.JsonOptionsB\x03\xe0\x41\x01\x12\x17\n\x08schedule\x18\n \x01(\tB\x03\xe0\x41\x01H\x00\x1az\n\nCsvOptions\x12\x18\n\x0bheader_rows\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x16\n\tdelimiter\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x65ncoding\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16\x64isable_type_inference\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x1aI\n\x0bJsonOptions\x12\x15\n\x08\x65ncoding\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16\x64isable_type_inference\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x42\t\n\x07trigger\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"2\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03RAW\x10\x01\x12\x0b\n\x07\x43URATED\x10\x02:d\xea\x41\x61\n\x1c\x64\x61taplex.googleapis.com/Zone\x12\x41projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}\"\xab\x11\n\x06\x41\x63tion\x12;\n\x08\x63\x61tegory\x18\x01 \x01(\x0e\x32).google.cloud.dataplex.v1.Action.Category\x12\r\n\x05issue\x18\x02 \x01(\t\x12/\n\x0b\x64\x65tect_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x04name\x18\x05 \x01(\tB&\xe0\x41\x03\xfa\x41 \n\x1e\x64\x61taplex.googleapis.com/Action\x12\x32\n\x04lake\x18\x06 \x01(\tB$\xe0\x41\x03\xfa\x41\x1e\n\x1c\x64\x61taplex.googleapis.com/Lake\x12\x32\n\x04zone\x18\x07 \x01(\tB$\xe0\x41\x03\xfa\x41\x1e\n\x1c\x64\x61taplex.googleapis.com/Zone\x12\x34\n\x05\x61sset\x18\x08 \x01(\tB%\xe0\x41\x03\xfa\x41\x1f\n\x1d\x64\x61taplex.googleapis.com/Asset\x12\x16\n\x0e\x64\x61ta_locations\x18\t \x03(\t\x12Q\n\x13invalid_data_format\x18\n \x01(\x0b\x32\x32.google.cloud.dataplex.v1.Action.InvalidDataFormatH\x00\x12[\n\x18incompatible_data_schema\x18\x0b \x01(\x0b\x32\x37.google.cloud.dataplex.v1.Action.IncompatibleDataSchemaH\x00\x12W\n\x16invalid_data_partition\x18\x0c \x01(\x0b\x32\x35.google.cloud.dataplex.v1.Action.InvalidDataPartitionH\x00\x12\x44\n\x0cmissing_data\x18\r \x01(\x0b\x32,.google.cloud.dataplex.v1.Action.MissingDataH\x00\x12L\n\x10missing_resource\x18\x0e \x01(\x0b\x32\x30.google.cloud.dataplex.v1.Action.MissingResourceH\x00\x12V\n\x15unauthorized_resource\x18\x0f \x01(\x0b\x32\x35.google.cloud.dataplex.v1.Action.UnauthorizedResourceH\x00\x12\x62\n\x1c\x66\x61iled_security_policy_apply\x18\x15 \x01(\x0b\x32:.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApplyH\x00\x12]\n\x19invalid_data_organization\x18\x16 \x01(\x0b\x32\x38.google.cloud.dataplex.v1.Action.InvalidDataOrganizationH\x00\x1a\x11\n\x0fMissingResource\x1a\x16\n\x14UnauthorizedResource\x1a*\n\x19\x46\x61iledSecurityPolicyApply\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x1a`\n\x11InvalidDataFormat\x12\x1e\n\x16sampled_data_locations\x18\x01 \x03(\t\x12\x17\n\x0f\x65xpected_format\x18\x02 \x01(\t\x12\x12\n\nnew_format\x18\x03 \x01(\t\x1a\xa0\x02\n\x16IncompatibleDataSchema\x12\r\n\x05table\x18\x01 \x01(\t\x12\x17\n\x0f\x65xisting_schema\x18\x02 \x01(\t\x12\x12\n\nnew_schema\x18\x03 \x01(\t\x12\x1e\n\x16sampled_data_locations\x18\x04 \x03(\t\x12[\n\rschema_change\x18\x05 \x01(\x0e\x32\x44.google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange\"M\n\x0cSchemaChange\x12\x1d\n\x19SCHEMA_CHANGE_UNSPECIFIED\x10\x00\x12\x10\n\x0cINCOMPATIBLE\x10\x01\x12\x0c\n\x08MODIFIED\x10\x02\x1a\xe1\x01\n\x14InvalidDataPartition\x12\x64\n\x12\x65xpected_structure\x18\x01 \x01(\x0e\x32H.google.cloud.dataplex.v1.Action.InvalidDataPartition.PartitionStructure\"c\n\x12PartitionStructure\x12#\n\x1fPARTITION_STRUCTURE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x43ONSISTENT_KEYS\x10\x01\x12\x13\n\x0fHIVE_STYLE_KEYS\x10\x02\x1a\r\n\x0bMissingData\x1a\x19\n\x17InvalidDataOrganization\"f\n\x08\x43\x61tegory\x12\x18\n\x14\x43\x41TEGORY_UNSPECIFIED\x10\x00\x12\x17\n\x13RESOURCE_MANAGEMENT\x10\x01\x12\x13\n\x0fSECURITY_POLICY\x10\x02\x12\x12\n\x0e\x44\x41TA_DISCOVERY\x10\x03:\xa2\x02\xea\x41\x9e\x02\n\x1e\x64\x61taplex.googleapis.com/Action\x12\x45projects/{project}/locations/{location}/lakes/{lake}/actions/{action}\x12Rprojects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}\x12\x61projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}B\t\n\x07\x64\x65tails\"\xa4\x15\n\x05\x41sset\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x03\xfa\x41\x1f\n\x1d\x64\x61taplex.googleapis.com/Asset\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x03uid\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x06labels\x18\x06 \x03(\x0b\x32+.google.cloud.dataplex.v1.Asset.LabelsEntryB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x33\n\x05state\x18\x08 \x01(\x0e\x32\x1f.google.cloud.dataplex.v1.StateB\x03\xe0\x41\x03\x12H\n\rresource_spec\x18\x64 \x01(\x0b\x32,.google.cloud.dataplex.v1.Asset.ResourceSpecB\x03\xe0\x41\x02\x12L\n\x0fresource_status\x18\x65 \x01(\x0b\x32..google.cloud.dataplex.v1.Asset.ResourceStatusB\x03\xe0\x41\x03\x12L\n\x0fsecurity_status\x18g \x01(\x0b\x32..google.cloud.dataplex.v1.Asset.SecurityStatusB\x03\xe0\x41\x03\x12J\n\x0e\x64iscovery_spec\x18j \x01(\x0b\x32-.google.cloud.dataplex.v1.Asset.DiscoverySpecB\x03\xe0\x41\x01\x12N\n\x10\x64iscovery_status\x18k \x01(\x0b\x32/.google.cloud.dataplex.v1.Asset.DiscoveryStatusB\x03\xe0\x41\x03\x1a\xdb\x01\n\x0eSecurityStatus\x12\x43\n\x05state\x18\x01 \x01(\x0e\x32\x34.google.cloud.dataplex.v1.Asset.SecurityStatus.State\x12\x0f\n\x07message\x18\x02 \x01(\t\x12/\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"B\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05READY\x10\x01\x12\x0c\n\x08\x41PPLYING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x1a\xf8\x03\n\rDiscoverySpec\x12\x14\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1d\n\x10include_patterns\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12\x1d\n\x10\x65xclude_patterns\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12R\n\x0b\x63sv_options\x18\x04 \x01(\x0b\x32\x38.google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptionsB\x03\xe0\x41\x01\x12T\n\x0cjson_options\x18\x05 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptionsB\x03\xe0\x41\x01\x12\x17\n\x08schedule\x18\n \x01(\tB\x03\xe0\x41\x01H\x00\x1az\n\nCsvOptions\x12\x18\n\x0bheader_rows\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x16\n\tdelimiter\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x65ncoding\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16\x64isable_type_inference\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x1aI\n\x0bJsonOptions\x12\x15\n\x08\x65ncoding\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16\x64isable_type_inference\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x42\t\n\x07trigger\x1a\xce\x02\n\x0cResourceSpec\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12G\n\x04type\x18\x02 \x01(\x0e\x32\x31.google.cloud.dataplex.v1.Asset.ResourceSpec.TypeB\x06\xe0\x41\x02\xe0\x41\x05\x12V\n\x10read_access_mode\x18\x05 \x01(\x0e\x32\x37.google.cloud.dataplex.v1.Asset.ResourceSpec.AccessModeB\x03\xe0\x41\x01\"F\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTORAGE_BUCKET\x10\x01\x12\x14\n\x10\x42IGQUERY_DATASET\x10\x02\"B\n\nAccessMode\x12\x1b\n\x17\x41\x43\x43\x45SS_MODE_UNSPECIFIED\x10\x00\x12\n\n\x06\x44IRECT\x10\x01\x12\x0b\n\x07MANAGED\x10\x02\x1a\xf3\x01\n\x0eResourceStatus\x12\x43\n\x05state\x18\x01 \x01(\x0e\x32\x34.google.cloud.dataplex.v1.Asset.ResourceStatus.State\x12\x0f\n\x07message\x18\x02 \x01(\t\x12/\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12$\n\x17managed_access_identity\x18\x04 \x01(\tB\x03\xe0\x41\x03\"4\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05READY\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x1a\xf4\x03\n\x0f\x44iscoveryStatus\x12\x44\n\x05state\x18\x01 \x01(\x0e\x32\x35.google.cloud.dataplex.v1.Asset.DiscoveryStatus.State\x12\x0f\n\x07message\x18\x02 \x01(\t\x12/\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rlast_run_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x44\n\x05stats\x18\x06 \x01(\x0b\x32\x35.google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats\x12\x34\n\x11last_run_duration\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x1aP\n\x05Stats\x12\x12\n\ndata_items\x18\x01 \x01(\x03\x12\x11\n\tdata_size\x18\x02 \x01(\x03\x12\x0e\n\x06tables\x18\x03 \x01(\x03\x12\x10\n\x08\x66ilesets\x18\x04 \x01(\x03\"X\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0f\n\x0bIN_PROGRESS\x10\x02\x12\n\n\x06PAUSED\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x05\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:t\xea\x41q\n\x1d\x64\x61taplex.googleapis.com/Asset\x12Pprojects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}*[\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x13\n\x0f\x41\x43TION_REQUIRED\x10\x04\x42j\n\x1c\x63om.google.cloud.dataplex.v1B\x0eResourcesProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            pool = Google::Protobuf::DescriptorPool.generated_pool
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            begin
         
     | 
| 
      
 18 
     | 
    
         
            +
              pool.add_serialized_file(descriptor_data)
         
     | 
| 
      
 19 
     | 
    
         
            +
            rescue TypeError => e
         
     | 
| 
      
 20 
     | 
    
         
            +
              # Compatibility code: will be removed in the next major version.
         
     | 
| 
      
 21 
     | 
    
         
            +
              require 'google/protobuf/descriptor_pb'
         
     | 
| 
      
 22 
     | 
    
         
            +
              parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
         
     | 
| 
      
 23 
     | 
    
         
            +
              parsed.clear_dependency
         
     | 
| 
      
 24 
     | 
    
         
            +
              serialized = parsed.class.encode(parsed)
         
     | 
| 
      
 25 
     | 
    
         
            +
              file = pool.add_serialized_file(serialized)
         
     | 
| 
      
 26 
     | 
    
         
            +
              warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
         
     | 
| 
      
 27 
     | 
    
         
            +
              imports = [
         
     | 
| 
      
 28 
     | 
    
         
            +
                ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
         
     | 
| 
      
 29 
     | 
    
         
            +
                ["google.protobuf.Duration", "google/protobuf/duration.proto"],
         
     | 
| 
      
 30 
     | 
    
         
            +
              ]
         
     | 
| 
      
 31 
     | 
    
         
            +
              imports.each do |type_name, expected_filename|
         
     | 
| 
      
 32 
     | 
    
         
            +
                import_file = pool.lookup(type_name).file_descriptor
         
     | 
| 
      
 33 
     | 
    
         
            +
                if import_file.name != expected_filename
         
     | 
| 
      
 34 
     | 
    
         
            +
                  warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
         
     | 
| 
       256 
35 
     | 
    
         
             
                end
         
     | 
| 
       257 
36 
     | 
    
         
             
              end
         
     | 
| 
      
 37 
     | 
    
         
            +
              warn "Each proto file must use a consistent fully-qualified name."
         
     | 
| 
      
 38 
     | 
    
         
            +
              warn "This will become an error in the next major version."
         
     | 
| 
       258 
39 
     | 
    
         
             
            end
         
     | 
| 
       259 
40 
     | 
    
         | 
| 
       260 
41 
     | 
    
         
             
            module Google
         
     |