Interface Dataset.GCSManagedConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Dataset.GCSManagedConfig, Dataset.GCSManagedConfig.Builder
    Enclosing class:
    Dataset

    public static interface Dataset.GCSManagedConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GcsPrefix getGcsPrefix()
      Required.
      GcsPrefixOrBuilder getGcsPrefixOrBuilder()
      Required.
      boolean hasGcsPrefix()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasGcsPrefix

        boolean hasGcsPrefix()
         Required. The Cloud Storage URI (a directory) where the documents
         belonging to the dataset must be stored.
         
        .google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the gcsPrefix field is set.
      • getGcsPrefix

        GcsPrefix getGcsPrefix()
         Required. The Cloud Storage URI (a directory) where the documents
         belonging to the dataset must be stored.
         
        .google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The gcsPrefix.
      • getGcsPrefixOrBuilder

        GcsPrefixOrBuilder getGcsPrefixOrBuilder()
         Required. The Cloud Storage URI (a directory) where the documents
         belonging to the dataset must be stored.
         
        .google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];