Show / Hide Table of Contents

Class GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope

The scope of the export job.

Inheritance
object
GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope : IDirectResponseSchema

Properties

AspectTypes

The aspect types that are in scope for the export job, specified as relative resource names in the format projects/{project_id_or_number}/locations/{location}/aspectTypes/{aspect_type_id}. Only aspects that belong to the specified aspect types are affected by the job.

Declaration
[JsonProperty("aspectTypes")]
public virtual IList<string> AspectTypes { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntryGroups

The entry groups whose metadata you want to export, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}. Only the entries in the specified entry groups are exported.The entry groups must be in the same location and the same VPC Service Controls perimeter as the job.If you set the job scope to be a list of entry groups, then set the organization-level export flag to false and don't provide a list of projects.

Declaration
[JsonProperty("entryGroups")]
public virtual IList<string> EntryGroups { get; set; }
Property Value
Type Description
IList<string>

EntryTypes

The entry types that are in scope for the export job, specified as relative resource names in the format projects/{project_id_or_number}/locations/{location}/entryTypes/{entry_type_id}. Only entries that belong to the specified entry types are affected by the job.

Declaration
[JsonProperty("entryTypes")]
public virtual IList<string> EntryTypes { get; set; }
Property Value
Type Description
IList<string>

OrganizationLevel

Whether the metadata export job is an organization-level export job. If true, the job exports the entries from the same organization and VPC Service Controls perimeter as the job. The project that the job belongs to determines the VPC Service Controls perimeter. If you set the job scope to be at the organization level, then don't provide a list of projects or entry groups. If false, you must specify a list of projects or a list of entry groups whose entries you want to export.The default is false.

Declaration
[JsonProperty("organizationLevel")]
public virtual bool? OrganizationLevel { get; set; }
Property Value
Type Description
bool?

Projects

The projects whose metadata you want to export, in the format projects/{project_id_or_number}. Only the entries from the specified projects are exported.The projects must be in the same organization and VPC Service Controls perimeter as the job.If you set the job scope to be a list of projects, then set the organization-level export flag to false and don't provide a list of entry groups.

Declaration
[JsonProperty("projects")]
public virtual IList<string> Projects { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX