Interface RunPipelineMetadata.GcsIngestPipelineMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInputPath()
      The input Cloud Storage folder in this pipeline.
      com.google.protobuf.ByteString getInputPathBytes()
      The input Cloud Storage folder in this pipeline.
      • 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

      • getInputPath

        String getInputPath()
         The input Cloud Storage folder in this pipeline.
         Format: `gs://<bucket-name>/<folder-name>`.
         
        string input_path = 1;
        Returns:
        The inputPath.
      • getInputPathBytes

        com.google.protobuf.ByteString getInputPathBytes()
         The input Cloud Storage folder in this pipeline.
         Format: `gs://<bucket-name>/<folder-name>`.
         
        string input_path = 1;
        Returns:
        The bytes for inputPath.