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
public interface ImportEntriesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-