Class GoogleCloudDataplexV1MetadataFeedScope
Scope defines the scope of the metadata feed. Scopes are exclusive. Only one of the scopes can be specified.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1MetadataFeedScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntryGroups
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}.
Declaration
[JsonProperty("entryGroups")]
public virtual IList<string> EntryGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
OrganizationLevel
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.
Declaration
[JsonProperty("organizationLevel")]
public virtual bool? OrganizationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Projects
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}.
Declaration
[JsonProperty("projects")]
public virtual IList<string> Projects { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |