Searched refs:BUCKET_NAME_PARAM (Results 1 – 4 of 4) sorted by relevance
82 BUCKET_NAME_PARAM = "bucket_name" variable in GCSInputReader164 if cls.BUCKET_NAME_PARAM not in reader_params:167 cls.BUCKET_NAME_PARAM)170 reader_params[cls.BUCKET_NAME_PARAM])230 bucket = reader_params[cls.BUCKET_NAME_PARAM]
478 BUCKET_NAME_PARAM = "bucket_name" variable in _GoogleCloudStorageBase490 return writer_spec[cls.BUCKET_NAME_PARAM]580 if (mapper_spec.params.get(cls.BUCKET_NAME_PARAM) is not None and581 params.get(cls.BUCKET_NAME_PARAM) is None):582 params[cls.BUCKET_NAME_PARAM] = mapper_spec.params[cls.BUCKET_NAME_PARAM]599 if cls.BUCKET_NAME_PARAM not in writer_spec:602 cls.BUCKET_NAME_PARAM)605 writer_spec[cls.BUCKET_NAME_PARAM])
416 BUCKET_NAME_PARAM = "bucket_name" variable in _HashingGCSOutputWriter441 if cls.BUCKET_NAME_PARAM not in params:444 cls.BUCKET_NAME_PARAM)477 bucket_name = params.get(cls.BUCKET_NAME_PARAM)
2279 BUCKET_NAME_PARAM = "bucket_name" variable in _GoogleCloudStorageInputReader2356 if (mapper_spec.params.get(cls.BUCKET_NAME_PARAM) is not None and2357 params.get(cls.BUCKET_NAME_PARAM) is None):2358 params[cls.BUCKET_NAME_PARAM] = mapper_spec.params[cls.BUCKET_NAME_PARAM]2375 if cls.BUCKET_NAME_PARAM not in reader_spec:2378 cls.BUCKET_NAME_PARAM)2381 reader_spec[cls.BUCKET_NAME_PARAM])2423 bucket = reader_spec[cls.BUCKET_NAME_PARAM]