services/jobs/fetch_projects/config.py [25:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def parse_service_args(parser: ArgumentParser) -> None:
    parser.add_argument(
        "-l",
        "--service-location",
        default="us-central1",
        type=str,
        help=(
            "The location/region where the job is running "
            "(default: 'us-central1')."
        ),
    )
    parser.add_argument(
        "-q",
        "--queue",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/jobs/fetch_resources/config.py [25:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def parse_service_args(parser: ArgumentParser) -> None:
    parser.add_argument(
        "-l",
        "--service-location",
        default="us-central1",
        type=str,
        help=(
            "The location/region where the job is running "
            "(default: 'us-central1')."
        ),
    )
    parser.add_argument(
        "-q",
        "--queue",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



