Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec.
Export job specification.
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 exported metadata. Must be in the format: "gs://
#output_path=
def output_path=(value) -> ::String
Parameter
- value (::String) — Required. The root path of the exported metadata. Must be in the format: "gs://
Returns
- (::String) — Required. The root path of the exported metadata. Must be in the format: "gs://
#scope
def scope() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. Selects the entries to be exported by this job.
#scope=
def scope=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope
Parameter
- value (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. Selects the entries to be exported by this job.
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope) — Required. Selects the entries to be exported by this job.