public sealed class GetMetadataJobRequest : IMessage<GetMetadataJobRequest>, IEquatable<GetMetadataJobRequest>, IDeepCloneable<GetMetadataJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetMetadataJobRequest.
Get metadata job request.
Implements
IMessageGetMetadataJobRequest, IEquatableGetMetadataJobRequest, IDeepCloneableGetMetadataJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetMetadataJobRequest()
public GetMetadataJobRequest()
GetMetadataJobRequest(GetMetadataJobRequest)
public GetMetadataJobRequest(GetMetadataJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetMetadataJobRequest |
Properties
MetadataJobName
public MetadataJobName MetadataJobName { get; set; }
MetadataJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MetadataJobName |
Name
public string Name { get; set; }
Required. The resource name of the metadata job, in the format
projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}
.
Property Value | |
---|---|
Type | Description |
string |