Interface MetadataJob.ExportJobSpecOrBuilder (1.62.0)

public static interface MetadataJob.ExportJobSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputPath()

public abstract String getOutputPath()

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 format gs://{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.

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 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 format gs://{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.

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. The scope of the export 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. The scope of the export 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. The scope of the export 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.