Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec.
Job specification for a metadata export job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#output_path
def output_path() -> ::String
Returns
-
(::String) — Required. The root path of the Cloud Storage bucket to export the
metadata to, in the format
gs://{bucket}/
. You can optionally specify a custom prefix after the bucket name, in the formatgs://{bucket}/{prefix}/
. The maximum length of the custom prefix is 128 characters. Dataplex constructs the object path for the exported files by using the bucket name and prefix that you provide, followed by a system-generated path.The bucket must be in the same VPC Service Controls perimeter as the job.
#output_path=
def output_path=(value) -> ::String
Parameter
-
value (::String) — Required. The root path of the Cloud Storage bucket to export the
metadata to, in the format
gs://{bucket}/
. You can optionally specify a custom prefix after the bucket name, in the formatgs://{bucket}/{prefix}/
. The maximum length of the custom prefix is 128 characters. Dataplex constructs the object path for the exported files by using the bucket name and prefix that you provide, followed by a system-generated path.The bucket must be in the same VPC Service Controls perimeter as the job.
Returns
-
(::String) — Required. The root path of the Cloud Storage bucket to export the
metadata to, in the format
gs://{bucket}/
. You can optionally specify a custom prefix after the bucket name, in the formatgs://{bucket}/{prefix}/
. The maximum length of the custom prefix is 128 characters. Dataplex constructs the object path for the exported files by using the bucket name and prefix that you provide, followed by a system-generated path.The bucket must be in the same VPC Service Controls perimeter as the job.
#scope
def scope() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. The scope of the export job.
#scope=
def scope=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope
Parameter
- value (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. The scope of the export job.
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. The scope of the export job.