public sealed class CreateMetadataJobRequest : IMessage<CreateMetadataJobRequest>, IEquatable<CreateMetadataJobRequest>, IDeepCloneable<CreateMetadataJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateMetadataJobRequest.
Create metadata job request.
Implements
IMessageCreateMetadataJobRequest, IEquatableCreateMetadataJobRequest, IDeepCloneableCreateMetadataJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateMetadataJobRequest()
public CreateMetadataJobRequest()
CreateMetadataJobRequest(CreateMetadataJobRequest)
public CreateMetadataJobRequest(CreateMetadataJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateMetadataJobRequest |
Properties
MetadataJob
public MetadataJob MetadataJob { get; set; }
Required. The metadata job resource.
Property Value | |
---|---|
Type | Description |
MetadataJob |
MetadataJobId
public string MetadataJobId { 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 |