Class ImportEntriesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder>
com.google.cloud.datacatalog.v1.ImportEntriesRequest.Builder
All Implemented Interfaces:
ImportEntriesRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ImportEntriesRequest

public static final class ImportEntriesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder> implements ImportEntriesRequestOrBuilder
 Request message for
 [ImportEntries][google.cloud.datacatalog.v1.DataCatalog.ImportEntries]
 method.
 
Protobuf type google.cloud.datacatalog.v1.ImportEntriesRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder>
    • getDefaultInstanceForType

      public ImportEntriesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ImportEntriesRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ImportEntriesRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ImportEntriesRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportEntriesRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ImportEntriesRequest.Builder>
    • mergeFrom

      public ImportEntriesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportEntriesRequest.Builder>
      Throws:
      IOException
    • getSourceCase

      public ImportEntriesRequest.SourceCase getSourceCase()
      Specified by:
      getSourceCase in interface ImportEntriesRequestOrBuilder
    • clearSource

      public ImportEntriesRequest.Builder clearSource()
    • getParent

      public String getParent()
       Required. Target entry group for ingested entries.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface ImportEntriesRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. Target entry group for ingested entries.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface ImportEntriesRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

      public ImportEntriesRequest.Builder setParent(String value)
       Required. Target entry group for ingested entries.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

      public ImportEntriesRequest.Builder clearParent()
       Required. Target entry group for ingested entries.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public ImportEntriesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. Target entry group for ingested entries.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • hasGcsBucketPath

      public boolean hasGcsBucketPath()
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Specified by:
      hasGcsBucketPath in interface ImportEntriesRequestOrBuilder
      Returns:
      Whether the gcsBucketPath field is set.
    • getGcsBucketPath

      public String getGcsBucketPath()
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Specified by:
      getGcsBucketPath in interface ImportEntriesRequestOrBuilder
      Returns:
      The gcsBucketPath.
    • getGcsBucketPathBytes

      public com.google.protobuf.ByteString getGcsBucketPathBytes()
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Specified by:
      getGcsBucketPathBytes in interface ImportEntriesRequestOrBuilder
      Returns:
      The bytes for gcsBucketPath.
    • setGcsBucketPath

      public ImportEntriesRequest.Builder setGcsBucketPath(String value)
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Parameters:
      value - The gcsBucketPath to set.
      Returns:
      This builder for chaining.
    • clearGcsBucketPath

      public ImportEntriesRequest.Builder clearGcsBucketPath()
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Returns:
      This builder for chaining.
    • setGcsBucketPathBytes

      public ImportEntriesRequest.Builder setGcsBucketPathBytes(com.google.protobuf.ByteString value)
       Path to a Cloud Storage bucket that contains a dump ready for ingestion.
       
      string gcs_bucket_path = 2;
      Parameters:
      value - The bytes for gcsBucketPath to set.
      Returns:
      This builder for chaining.
    • getJobId

      public 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];
      Specified by:
      getJobId in interface ImportEntriesRequestOrBuilder
      Returns:
      The jobId.
    • getJobIdBytes

      public 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];
      Specified by:
      getJobIdBytes in interface ImportEntriesRequestOrBuilder
      Returns:
      The bytes for jobId.
    • setJobId

      public ImportEntriesRequest.Builder setJobId(String value)
       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];
      Parameters:
      value - The jobId to set.
      Returns:
      This builder for chaining.
    • clearJobId

      public ImportEntriesRequest.Builder clearJobId()
       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:
      This builder for chaining.
    • setJobIdBytes

      public ImportEntriesRequest.Builder setJobIdBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for jobId to set.
      Returns:
      This builder for chaining.