public interface ImportEntriesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsBucketPath()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
|
com.google.protobuf.ByteString |
getGcsBucketPathBytes()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
|
String |
getJobId()
Optional.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ImportEntriesRequest.SourceCase |
getSourceCase() |
boolean |
hasGcsBucketPath()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Target entry group for ingested entries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Target entry group for ingested entries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasGcsBucketPath()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;String getGcsBucketPath()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;com.google.protobuf.ByteString getGcsBucketPathBytes()
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;String getJobId()
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
string job_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getJobIdBytes()
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
string job_id = 3 [(.google.api.field_behavior) = OPTIONAL];ImportEntriesRequest.SourceCase getSourceCase()
Copyright © 2023 Google LLC. All rights reserved.