public sealed class CreateMetadataFeedRequest : IMessage<CreateMetadataFeedRequest>, IEquatable<CreateMetadataFeedRequest>, IDeepCloneable<CreateMetadataFeedRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateMetadataFeedRequest.
Request message for CreateMetadataFeed.
Implements
IMessageCreateMetadataFeedRequest, IEquatableCreateMetadataFeedRequest, IDeepCloneableCreateMetadataFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateMetadataFeedRequest()
public CreateMetadataFeedRequest()CreateMetadataFeedRequest(CreateMetadataFeedRequest)
public CreateMetadataFeedRequest(CreateMetadataFeedRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateMetadataFeedRequest |
Properties
MetadataFeed
public MetadataFeed MetadataFeed { get; set; }Required. The metadata job resource.
| Property Value | |
|---|---|
| Type | Description |
MetadataFeed |
|
MetadataFeedId
public string MetadataFeedId { get; set; }Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. The service validates the request without performing any mutations. The default is false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|