Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataFeed::Scope.
Scope defines the scope of the metadata feed. Scopes are exclusive. Only one of the scopes can be specified.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_groups
def entry_groups() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. The entry groups whose entries you want to listen to.
Must be in the format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
#entry_groups=
def entry_groups=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. The entry groups whose entries you want to listen to.
Must be in the format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
Returns
-
(::Array<::String>) — Optional. The entry groups whose entries you want to listen to.
Must be in the format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
#organization_level
def organization_level() -> ::Boolean
Returns
-
(::Boolean) — Optional. Whether the metadata feed is at the organization-level.
- If
true, all changes happened to the entries in the same organization as the feed are published. - If
false, you must specify a list of projects or a list of entry groups whose entries you want to listen to.
The default is
false. - If
#organization_level=
def organization_level=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Optional. Whether the metadata feed is at the organization-level.
- If
true, all changes happened to the entries in the same organization as the feed are published. - If
false, you must specify a list of projects or a list of entry groups whose entries you want to listen to.
The default is
false. - If
Returns
-
(::Boolean) — Optional. Whether the metadata feed is at the organization-level.
- If
true, all changes happened to the entries in the same organization as the feed are published. - If
false, you must specify a list of projects or a list of entry groups whose entries you want to listen to.
The default is
false. - If
#projects
def projects() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. The projects whose entries you want to listen to.
Must be in the same organization as the feed.
Must be in the format:
projects/{project_id_or_number}.
#projects=
def projects=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. The projects whose entries you want to listen to.
Must be in the same organization as the feed.
Must be in the format:
projects/{project_id_or_number}.
Returns
-
(::Array<::String>) — Optional. The projects whose entries you want to listen to.
Must be in the same organization as the feed.
Must be in the format:
projects/{project_id_or_number}.