Interface MetadataJob.ExportJobSpecOrBuilder (1.60.0)

public static interface MetadataJob.ExportJobSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputPath()

public abstract String getOutputPath()

Required. The root path of the exported metadata. Must be in the format: "gs://<bucket_id>" Or specify a customized prefix after the bucket: "gs://<bucket_id>/<folder1>/<folder2>/.../". The length limit of the customized prefix is 128 characters. The bucket must be in the same VPC-SC perimeter with the job.

string output_path = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The outputPath.

getOutputPathBytes()

public abstract ByteString getOutputPathBytes()

Required. The root path of the exported metadata. Must be in the format: "gs://<bucket_id>" Or specify a customized prefix after the bucket: "gs://<bucket_id>/<folder1>/<folder2>/.../". The length limit of the customized prefix is 128 characters. The bucket must be in the same VPC-SC perimeter with the job.

string output_path = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for outputPath.

getScope()

public abstract MetadataJob.ExportJobSpec.ExportJobScope getScope()

Required. Selects the entries to be exported by this job.

.google.cloud.dataplex.v1.MetadataJob.ExportJobSpec.ExportJobScope scope = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetadataJob.ExportJobSpec.ExportJobScope

The scope.

getScopeOrBuilder()

public abstract MetadataJob.ExportJobSpec.ExportJobScopeOrBuilder getScopeOrBuilder()

Required. Selects the entries to be exported by this job.

.google.cloud.dataplex.v1.MetadataJob.ExportJobSpec.ExportJobScope scope = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetadataJob.ExportJobSpec.ExportJobScopeOrBuilder

hasScope()

public abstract boolean hasScope()

Required. Selects the entries to be exported by this job.

.google.cloud.dataplex.v1.MetadataJob.ExportJobSpec.ExportJobScope scope = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the scope field is set.