Package com.google.cloud.datacatalog.v1
Interface ImportEntriesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportEntriesRequest,ImportEntriesRequest.Builder
@Generated
public interface ImportEntriesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPath to a Cloud Storage bucket that contains a dump ready for ingestion.com.google.protobuf.ByteStringPath to a Cloud Storage bucket that contains a dump ready for ingestion.getJobId()Optional.com.google.protobuf.ByteStringOptional.Required.com.google.protobuf.ByteStringRequired.booleanPath to a Cloud Storage bucket that contains a dump ready for ingestion.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
String getParent()Required. Target entry group for ingested entries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()Required. Target entry group for ingested entries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasGcsBucketPath
boolean hasGcsBucketPath()Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;- Returns:
- Whether the gcsBucketPath field is set.
-
getGcsBucketPath
String getGcsBucketPath()Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;- Returns:
- The gcsBucketPath.
-
getGcsBucketPathBytes
com.google.protobuf.ByteString getGcsBucketPathBytes()Path to a Cloud Storage bucket that contains a dump ready for ingestion.
string gcs_bucket_path = 2;- Returns:
- The bytes for gcsBucketPath.
-
getJobId
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];- Returns:
- The jobId.
-
getJobIdBytes
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];- Returns:
- The bytes for jobId.
-
getSourceCase
ImportEntriesRequest.SourceCase getSourceCase()
-