Interface ExportErrorsConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExportErrorsConfig, ExportErrorsConfig.Builder

    public interface ExportErrorsConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ExportErrorsConfig.DestinationCase getDestinationCase()  
      String getGcsPrefix()
      Google Cloud Storage path for import errors.
      com.google.protobuf.ByteString getGcsPrefixBytes()
      Google Cloud Storage path for import errors.
      boolean hasGcsPrefix()
      Google Cloud Storage path for import errors.
      • 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()
         Google Cloud Storage path for import errors. This must be an empty,
         existing Cloud Storage bucket. Export errors will be written to a file in
         this bucket, one per line, as a JSON-encoded
         `google.rpc.Status` message.
         
        string gcs_prefix = 1;
        Returns:
        Whether the gcsPrefix field is set.
      • getGcsPrefix

        String getGcsPrefix()
         Google Cloud Storage path for import errors. This must be an empty,
         existing Cloud Storage bucket. Export errors will be written to a file in
         this bucket, one per line, as a JSON-encoded
         `google.rpc.Status` message.
         
        string gcs_prefix = 1;
        Returns:
        The gcsPrefix.
      • getGcsPrefixBytes

        com.google.protobuf.ByteString getGcsPrefixBytes()
         Google Cloud Storage path for import errors. This must be an empty,
         existing Cloud Storage bucket. Export errors will be written to a file in
         this bucket, one per line, as a JSON-encoded
         `google.rpc.Status` message.
         
        string gcs_prefix = 1;
        Returns:
        The bytes for gcsPrefix.