Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope.
Scope of the export job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aspect_types
def aspect_types() -> ::Array<::String>
Returns
- (::Array<::String>) — The aspect types that are in scope for the export job. Optional. If specified, only aspects of the specified types will be affected by the job. Must follow the format: "projects/
#aspect_types=
def aspect_types=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The aspect types that are in scope for the export job. Optional. If specified, only aspects of the specified types will be affected by the job. Must follow the format: "projects/
Returns
- (::Array<::String>) — The aspect types that are in scope for the export job. Optional. If specified, only aspects of the specified types will be affected by the job. Must follow the format: "projects/
#entry_groups
def entry_groups() -> ::Array<::String>
Returns
- (::Array<::String>) — The entry groups that are in scope for the export job. Optional. If specified, only entries in the specified entry groups will be exported by the job. Must be in the VPC-SC perimeter of the job. The location of the entry groups must be the same as the job. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/
#entry_groups=
def entry_groups=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The entry groups that are in scope for the export job. Optional. If specified, only entries in the specified entry groups will be exported by the job. Must be in the VPC-SC perimeter of the job. The location of the entry groups must be the same as the job. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/
Returns
- (::Array<::String>) — The entry groups that are in scope for the export job. Optional. If specified, only entries in the specified entry groups will be exported by the job. Must be in the VPC-SC perimeter of the job. The location of the entry groups must be the same as the job. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/
#entry_types
def entry_types() -> ::Array<::String>
Returns
- (::Array<::String>) — If specified, only entries of the specified types will be affected by the job. Must follow the format: "projects/
#entry_types=
def entry_types=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — If specified, only entries of the specified types will be affected by the job. Must follow the format: "projects/
Returns
- (::Array<::String>) — If specified, only entries of the specified types will be affected by the job. Must follow the format: "projects/
#organization_level
def organization_level() -> ::Boolean
Returns
-
(::Boolean) —
Indicating if it is an organization level export job.
- When set to true, exports all entries from entry groups and projects sharing the same organization id of the Metadata Job. Only projects and entry groups in the VPC-SC perimeter will be exported. The projects and entry groups are ignored.
- When set to false, one of the projects or entry groups must be specified.
- Default to false.
#organization_level=
def organization_level=(value) -> ::Boolean
Parameter
-
value (::Boolean) —
Indicating if it is an organization level export job.
- When set to true, exports all entries from entry groups and projects sharing the same organization id of the Metadata Job. Only projects and entry groups in the VPC-SC perimeter will be exported. The projects and entry groups are ignored.
- When set to false, one of the projects or entry groups must be specified.
- Default to false.
Returns
-
(::Boolean) —
Indicating if it is an organization level export job.
- When set to true, exports all entries from entry groups and projects sharing the same organization id of the Metadata Job. Only projects and entry groups in the VPC-SC perimeter will be exported. The projects and entry groups are ignored.
- When set to false, one of the projects or entry groups must be specified.
- Default to false.
#projects
def projects() -> ::Array<::String>
Returns
- (::Array<::String>) — The projects that are in the scope of the export job. Can either be project numbers or project IDs. If specified, only the entries from the specified projects will be exported. The projects must be in the same organization and in the VPC-SC perimeter. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/
#projects=
def projects=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The projects that are in the scope of the export job. Can either be project numbers or project IDs. If specified, only the entries from the specified projects will be exported. The projects must be in the same organization and in the VPC-SC perimeter. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/
Returns
- (::Array<::String>) — The projects that are in the scope of the export job. Can either be project numbers or project IDs. If specified, only the entries from the specified projects will be exported. The projects must be in the same organization and in the VPC-SC perimeter. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/