public sealed class ImportEntriesRequest : IMessage<ImportEntriesRequest>, IEquatable<ImportEntriesRequest>, IDeepCloneable<ImportEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ImportEntriesRequest.
Request message for [ImportEntries][google.cloud.datacatalog.v1.DataCatalog.ImportEntries] method.
Implements
IMessageImportEntriesRequest, IEquatableImportEntriesRequest, IDeepCloneableImportEntriesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ImportEntriesRequest()
public ImportEntriesRequest()
ImportEntriesRequest(ImportEntriesRequest)
public ImportEntriesRequest(ImportEntriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ImportEntriesRequest |
Properties
GcsBucketPath
public string GcsBucketPath { get; set; }
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
Property Value | |
---|---|
Type | Description |
string |
HasGcsBucketPath
public bool HasGcsBucketPath { get; }
Gets whether the "gcs_bucket_path" field is set
Property Value | |
---|---|
Type | Description |
bool |
JobId
public string JobId { get; set; }
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Target entry group for ingested entries.
Property Value | |
---|---|
Type | Description |
string |
ParentAsEntryGroupName
public EntryGroupName ParentAsEntryGroupName { get; set; }
EntryGroupName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EntryGroupName |
SourceCase
public ImportEntriesRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportEntriesRequestSourceOneofCase |